GNOME Bugzilla – Bug 642862
make check simply hangs
Last modified: 2011-10-07 06:27:45 UTC
This is on Mandriva Cooker with gst-plugins-ugly 0.10.17. The checks simply hang here: make[1]: Entering directory `/home/users/goetz/BUILD-x86_64/gst-plugins-ugly-0.10.17/tests/check' ps shows a running application called states.
Here is a log file: http://kenobi.mandriva.com/~goetz/gst.log.xz
Lot of plugin scanner activity in there.. I note that GStreamer was compiled against GLib 2.26 headers but is running against GLib 2.28 (which should work, just mentioning it since that seems unusual for a build service setup).
Very weird thing is that timestamps in this log jump back and forth from ~ 0 to ~ 30 seconds (the time at which it seems to have been ^C'd, or some polling timeout lapses). It kind of looks like it's failing to communicate with the plugin loading process. Maybe log with the env var GST_REGISTRY_FORK=no might yield a better log, can you please try that ?
Götz, can you please provide requested information as per comment#3 ?
At the moment, I cannot reproduce the bug anymore.