GNOME Bugzilla – Bug 792322
GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gschema/enum-with-invalid-value/subprocess/do_compile) did not fail as expected
Last modified: 2018-01-08 12:07:11 UTC
Created attachment 366478 [details] test-suite.log glib-2.55.0 gcc-7.2.0 Raspbian Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux ./configure's options are all default except for --prefix ERROR: gschema-compile - Bail out! GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gschema/enum-with-invalid-value/subprocess/do_compile [17643]) did not fail as expected error manifests itself during make check. 2.54.2 works just fine.
Created attachment 366479 [details] make check output
Thanks, this will be fixed in the 2.55.1 release. The following fix has been pushed: eba53aa build: Add missing test GSchema XML file to dist list
Created attachment 366488 [details] [review] build: Add missing test GSchema XML file to dist list This was introduced in bug #742997, but not added to the Makefile.am, so it’s missing from tarballs. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody