GNOME Bugzilla – Bug 765679
make check failed (101 failed tests)
Last modified: 2016-04-30 14:06:53 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.
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.
Don't think this is a GStreamer bug, but please feel free to re-open if you can provide information that indicates otherwise, thanks.