This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
make check failures with glibc-2.2.3
- To: bug-glibc at gnu dot org
- Subject: make check failures with glibc-2.2.3
- From: David Ronis <ronis at ronispc dot chem dot mcgill dot ca>
- Date: Mon, 7 May 2001 18:39:58 -0400
- CC: gcc-bugs at gcc dot gnu dot org
- Reply-To: ronis at onsager dot chem dot mcgill dot ca
I just tried building glibc-2.2.3 on an i685-linux(2.4.4)-gnu(2.2.2)
box using
1) gcc version 3.0 20010504 (prerelease)
and
2) gcc version 2.95.3 20010315 (release)
In both cases, I configured as:
./configure --prefix=/usr --enable-add-ons=linuxthreads --enable-omitfp
with no CFLAGS or CXXFLAGS environment variables set.
In both cases, the builds went fine.
In both cases I got several make check errors. Here's what grep Error
gives on the log.
With gcc version 3.0 20010504 (prerelease)
make[1]: *** [testgrp.out] Error 1
make: *** [grp/tests] Error 2
make[1]: *** [globtest.out] Error 1
make[1]: [annexc.out] Error 1 (ignored)
make: *** [posix/tests] Error 2
make[1]: *** [ex1.out] Error 139
make[1]: *** [ex2.out] Error 139
make[1]: *** [ex3.out] Error 139
make[1]: *** [ex4.out] Error 139
make[1]: *** [ex5.out] Error 139
make[1]: *** [ex6.out] Error 139
make[1]: *** [ex7.out] Error 139
make[1]: *** [ex8.out] Error 139
make[1]: *** [ex9.out] Error 139
make[1]: *** [ex10.out] Error 139
make[1]: *** [ex11.out] Error 139
make[1]: *** [ex12.out] Error 139
make[1]: *** [ex13.out] Error 139
make[1]: *** [joinrace.out] Error 139
make[1]: *** [tststack.out] Error 139
make[1]: *** [unload.out] Error 139
make[1]: *** [ecmutex.out] Error 139
make[1]: *** [ex14.out] Error 139
make[1]: *** [ex15.out] Error 139
make[1]: *** [ex16.out] Error 139
make[1]: *** [ex17.out] Error 139
make[1]: *** [tst-cancel.out] Error 139
make: *** [linuxthreads/tests] Error 2
make[1]: *** [tst-aio.out] Error 139
make[1]: *** [tst-aio64.out] Error 139
make[1]: *** [tst-clock.out] Error 139
make[1]: *** [tst-shm.out] Error 139
make[1]: *** [tst-timer.out] Error 139
make[1]: *** [tst-aio2.out] Error 139
make[1]: *** [tst-aio3.out] Error 139
make[1]: *** [tst-aio4.out] Error 139
make[1]: *** [tst-aio5.out] Error 139
make[1]: *** [tst-aio6.out] Error 139
make: *** [rt/tests] Error 2
make[1]: *** [resolvfail.out] Error 139
make[1]: *** [initfirst.out] Error 139
make: *** [elf/tests] Error 2
while with gcc version 2.95.3 20010315 (release):
make[1]: *** [testgrp.out] Error 1
make: *** [grp/tests] Error 2
make[1]: *** [globtest.out] Error 1
make[1]: [annexc.out] Error 1 (ignored)
make: *** [posix/tests] Error 2
I'm not too concerned that the development compiler fared worse, but
the last time I tried it, there was only a single glibc testsuit
failure.
Is it safe to install the 2.95.3 version?
David