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 135925 - "make check" fails in 2.3.5
"make check" fails in 2.3.5
Status: RESOLVED DUPLICATE of bug 136539
Product: glib
Classification: Platform
Component: general
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2004-03-02 03:30 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Ronald Bultje 2004-03-02 03:30:13 UTC
make check in 2.3.5 hangs, after giving the following output:

gcc -g -O2 -Wall -o .libs/uri-test uri-test.o  ../glib/.libs/libglib-2.0.so
-Wl,--rpath -Wl,/usr/local/lib
creating uri-test
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib -I../gmodule
-DG_ENABLE_DEBUG  -pthread  -g -O2 -Wall -MT markup-test.o -MD -MP -MF
".deps/markup-test.Tpo" \  -c -o markup-test.o `test -f 'markup-test.c' ||
echo './'`markup-test.c; \
then mv -f ".deps/markup-test.Tpo" ".deps/markup-test.Po"; \
else rm -f ".deps/markup-test.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall   -o markup-test 
markup-test.o  ../glib/libglib-2.0.la
gcc -g -O2 -Wall -o .libs/markup-test markup-test.o 
../glib/.libs/libglib-2.0.so -Wl,--rpath -Wl,/usr/local/lib
creating markup-test
make[4]: Leaving directory `/tmp/glib-2.3.5/tests'
make  check-TESTS
make[4]: Entering directory `/tmp/glib-2.3.5/tests'
PASS: atomic-test
PASS: array-test
PASS: cxx-test
whee! created pid: 13963 (ttl 10)
whee! created pid: 13964 (ttl 20)

Output of "ps -ax" in another terminal:

27507 pts/2    S      0:00 rpmbuild -bb /usr/src/redhat/SPECS/glib2.spec
27517 pts/2    S      0:00 /bin/sh -e /var/tmp/rpm-tmp.40334
13840 pts/2    S      0:00 make check
13841 pts/2    S      0:00 make check-recursive
13842 pts/2    S      0:00 /bin/sh -c set fnord $MAKEFLAGS; amf=$2; 
dot_seen=no13869 pts/2    S      0:00 /bin/sh -c set fnord $MAKEFLAGS;
amf=$2;  dot_seen=no13870 pts/2    S      0:00 make check
13871 pts/2    S      0:00 /bin/sh -c set fnord $MAKEFLAGS; amf=$2; 
dot_seen=no15083 pts/2    S      0:00 make check-am
19296 pts/2    S      0:00 make check-TESTS
19297 pts/2    S      0:00 /bin/sh -c failed=0; all=0; xfail=0; xpass=0;
skip=0;19358 pts/2    S      0:00
/usr/src/redhat/BUILD/glib-2.3.5/tests/.libs/lt-child19380 pts/2    Z     
0:00 [lt-child-test <defunct>]
19381 pts/2    Z      0:00 [lt-child-test <defunct>]

(the rpmbuild simply does make && make check). It seems like child-test
isn't working properly? I noticed #134877, which is about child-test too,
but that only affects netBSD, it seems. The patch on there applied to my
source. It still hangs when running make check, though.

System:
Red Hat 9.0 base system
Toshiba Satellite Pro 6000
Linux-2.4.24
Comment 1 Yanko Kaneti 2004-03-04 07:48:32 UTC
Same on a fully updated RH80
Comment 2 Sebastian Wilhelmi 2004-03-08 14:56:01 UTC

*** This bug has been marked as a duplicate of 136539 ***