After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 392634 - 'make check' fails in gsttag test
'make check' fails in gsttag test
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.11
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-04 06:56 UTC by Pierre
Modified: 2007-01-11 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2007-01-04 06:56:29 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
Comment 1 Tim-Philipp Müller 2007-01-04 09:06:07 UTC
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

?


Comment 2 Tim-Philipp Müller 2007-01-11 17:04:32 UTC
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!