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 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
GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gschema/enum...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
2.55.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2018-01-08 09:27 UTC by skachano.de
Modified: 2018-01-08 12:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test-suite.log (14.39 KB, text/plain)
2018-01-08 09:27 UTC, skachano.de
  Details
make check output (268.51 KB, text/plain)
2018-01-08 09:28 UTC, skachano.de
  Details
build: Add missing test GSchema XML file to dist list (1.07 KB, patch)
2018-01-08 12:07 UTC, Philip Withnall
committed Details | Review

Description skachano.de 2018-01-08 09:27:31 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.
Comment 1 skachano.de 2018-01-08 09:28:15 UTC
Created attachment 366479 [details]
make check output
Comment 2 Philip Withnall 2018-01-08 12:07:06 UTC
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
Comment 3 Philip Withnall 2018-01-08 12:07:11 UTC
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