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 609447 - make check fails with ERROR:live-g-file.c:718:do_copy_move: assertion failed ): ... FAIL
make check fails with ERROR:live-g-file.c:718:do_copy_move: assertion failed ...
Status: RESOLVED DUPLICATE of bug 552912
Product: glib
Classification: Platform
Component: general
2.22.x
Other Linux
: Normal major
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-02-09 17:38 UTC by James Schrage
Modified: 2018-02-16 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Schrage 2010-02-09 17:38:43 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]#
Comment 1 Todd Rinaldo 2010-04-29 20:02:02 UTC
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) ***
Comment 2 Philip Withnall 2018-02-16 11:48:04 UTC
(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 ***