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 765679 - make check failed (101 failed tests)
make check failed (101 failed tests)
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.8.0
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-27 15:27 UTC by Aurélien
Modified: 2016-04-30 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make check result (279.45 KB, text/plain)
2016-04-27 15:27 UTC, Aurélien
Details

Description Aurélien 2016-04-27 15:27:13 UTC
Created attachment 326876 [details]
make check result

Hi,

I got a problem with 'make check' command in gstreamer-1.8.0 build.

I'm on Debian 7.8.0 and i have previously installed glib-2.40.0 (with libffi-3.1 and pcre-8.35). All goes right with glib-2.40.0 make check (only 2 errors because of a missing test plan) but when I try to check gstreamer compilation, I got 101 fails over 101 tests.

So i'm following the advice I got in the command line which said hoping it makes sense.
Comment 1 Tim-Philipp Müller 2016-04-27 15:35:42 UTC
The GLib requirement for 1.8 is GLib >= 2.40. The errors seem to imply that an older GLib is being picked up at runtime (2.32), so this looks like an installation/setup problem to me, nothing GStreamer related.

Perhaps you need to run 'sudo ldconfig' after installing GLib 2.40, or add the library prefix/path where you installed it to to /etc/ld.so.conf* or so.
Comment 2 Tim-Philipp Müller 2016-04-30 14:06:53 UTC
Don't think this is a GStreamer bug, but please feel free to re-open if you can provide information that indicates otherwise, thanks.