GNOME Bugzilla – Bug 626603
generic/states check fails with gsettings element installed
Last modified: 2010-08-11 11:11:29 UTC
Created attachment 167566 [details] output of make check with debugging enabled This is on Mandriva Cooker with gst-plugins-bad 0.10.19.2: make generic/states make[1]: Entering directory `/home/goetz/svn/gstreamer0.10-plugins-bad/BUILD/gst-plugins-bad-0.10.19.2/tests/check' make[1]: »generic/states« ist bereits aktualisiert. make[1]: Leaving directory `/home/goetz/svn/gstreamer0.10-plugins-bad/BUILD/gst-plugins-bad-0.10.19.2/tests/check' make check-TESTS make[1]: Entering directory `/home/goetz/svn/gstreamer0.10-plugins-bad/BUILD/gst-plugins-bad-0.10.19.2/tests/check' Running suite(s): states GLib-GIO-ERROR **: Settings schema 'org.freedesktop.gstreamer-0.10.default-elements' is not installed aborting... GLib-GIO-ERROR **: Settings schema 'org.freedesktop.gstreamer-0.10.default-elements' is not installed aborting... GLib-GIO-ERROR **: Settings schema 'org.freedesktop.gstreamer-0.10.default-elements' is not installed aborting... 0%: Checks: 3, Failures: 0, Errors: 3 generic/states.c:114:E:general:test_state_changes_up_and_down_seq:0: (after this point) Received signal 5 (Trace/Breakpoint ausgelöst) generic/states.c:151:E:general:test_state_changes_up_seq:0: (after this point) Received signal 5 (Trace/Breakpoint ausgelöst) generic/states.c:186:E:general:test_state_changes_down_seq:0: (after this point) Received signal 5 (Trace/Breakpoint ausgelöst) FAIL: generic/states
Thanks, this should fix it: commit c64a4fb2c39af78474ed83e7b785a4595183f68e Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Wed Aug 11 12:09:37 2010 +0100 checks: blacklist gsettings* elements for generic/states test When the test is run, the schema file won't be installed yet, and there doesn't seem to be an environment variable to set to force GSettings to look in a different directory. https://bugzilla.gnome.org/show_bug.cgi?id=626603