GNOME Bugzilla – Bug 392634
'make check' fails in gsttag test
Last modified: 2007-01-11 17:04:32 UTC
[...] make check-TESTS make[3]: Entering directory `/tmp/gstreamer-0.10.11/tests/check' Running suite(s): GstABI 100%: Checks: 1, Failures: 0, Errors: 0 PASS: gst/gstabi [...] Running suite(s): GstTag 75%: Checks: 4, Failures: 1, Errors: 0 gst/gsttag.c:254:F:general:test_set_non_utf8_string:0: Expected g_warning, got nothing FAIL: gst/gsttag Running suite(s): GstTask 100%: Checks: 5, Failures: 0, Errors: 0 PASS: gst/gsttask [...] Running suite(s): GstNetTimeProvider 100%: Checks: 2, Failures: 0, Errors: 0 PASS: libs/gstnettimeprovider ========================================================================== 1 of 44 tests failed Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer ========================================================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/tmp/gstreamer-0.10.11/tests/check' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/tmp/gstreamer-0.10.11/tests/check' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/tmp/gstreamer-0.10.11/tests' make: *** [check-recursive] Error 1
Maybe the test is using the installed gstreamer copy for some reason rather than the newly-compiled local one? What's the output if you do: $ cd /tmp/gstreamer-0.10.11/tests/check $ GST_DEBUG=*:3 make gst/gsttag.check 2>&1 | head -n 1 ?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!