GNOME Bugzilla – Bug 731675
Test failure: gst/gstdatetime
Last modified: 2016-02-21 23:21:51 UTC
Created attachment 278468 [details] test output The gst/gstdatetime fails when building. Possibly related to a time zone issue. Full test output included in attachment, main parts: /gst/gstdatetime.c:287:F:general:test_GstDateTime_get_utc_offset:0: 'ts' (9) is not equal to 'tm.tm_gmtoff / 3600.0' (10) /gst/gstdatetime.c:81:F:general:test_GstDateTime_new_from_unix_epoch_local_time:0: 'gst_date_time_get_hour (dt)' (16) is not equal to 'tm.tm_hour' (17) /gst/gstdatetime.c:56:F:general:test_GstDateTime_now:0: 'gst_date_time_get_hour (dt)' (16) is not equal to 'tm.tm_hour' (17)
Could you get a debug log like this: $ cd gstreamer-1.2.4/tests/check/ $ GST_DEBUG=*:6 make gst/gstdatetime.check 2>dbg.log $ xz -9 dbg.log and attach it to this bug report. And also tell us the output of 'date -R'.
Created attachment 278519 [details] gst/gstdatetime.check debug output
> date -R Mon, 16 Jun 2014 18:50:31 +1000
I know it's been a while, but do you still get this with more recent versions of GStreamer/GLib? The issue looks familiar to me, I think it may have been fixed, possibly in GLib. Please re-open if it's still a problem with recent versions, thanks!