GNOME Bugzilla – Bug 609447
make check fails with ERROR:live-g-file.c:718:do_copy_move: assertion failed ): ... FAIL
Last modified: 2018-02-16 11:48:04 UTC
make check -------------------------------------------------------------------------- ERROR:live-g-file.c:718:do_copy_move: assertion failed (res == FALSE): (1 == 0) FAIL GTester: last random seed: R02S2b4c24d4e08e48f133f92a2da507b564 /bin/sh: line 1: 22844 Terminated ../../glib/gtester --verbose memory-input-stream memory-output-stream readwrite g-file g-file-info data-input-stream data-output-stream g-icon buffered-input-stream sleepy-stream filter-streams simple-async-result srvtarget contexts live-g-file unix-streams desktop-app-info make[5]: *** [test] Error 143 make[5]: Leaving directory `/root/glib/glib-2.22.4/gio/tests' make[4]: *** [test] Error 2 make[4]: Leaving directory `/root/glib/glib-2.22.4/gio' make[3]: *** [test] Error 2 make[3]: Leaving directory `/root/glib/glib-2.22.4' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/root/glib/glib-2.22.4' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/root/glib/glib-2.22.4' make: *** [check] Error 2 [root@localhost glib-2.22.4]#
Running on a clean install of CentOS 5.4 64bit, compiling glib2.17.7 I got this. ERROR:live-g-file.c:702:do_copy_move: assertion failed (res == FALSE): (1 == 0) FAIL GTester: last random seed: R02S6eff82cb434aa4aff455033fc97a85d2 configure was run with a custom prefix if that makes a difference. Note that running this on a more weathered system, make check succeeds runs. The only difference I notice off hand is that when running configure on the succeeding system, I don't see this message: configure: WARNING: *** FAM support will not be built (FAM library not found) ***
(In reply to James Schrage from comment #0) > make: *** [check] Error 2 > [root@localhost glib-2.22.4]# The tests were being run as root, which makes this look a lot like bug #552912. *** This bug has been marked as a duplicate of bug 552912 ***