This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Error during 'make check' in glibc 2.1.2


>>>>> Count Zero writes:

 > Hi there.

 >    I've compiled glibc 2.1.2 nicely, but when I'm doing a make check, I
 > get an error during the math tests (see attachment). I'm using pgcc
 > 2.95.1, so it could be a problem with the compiler... I used too much
 > optimization while building the library ( -O99 -mcpu=pentiumpro ), but I
 > tried to rebuild it with no optimization at all and got the same problem
 > during the check.
 >    The fail itself isn't very informative, so that's why I'm writing.
You can run the math test manually from your build directory:
LD_LIBRARY_PATH=.:math elf/ld-linux.so.2 math/test-float --verbose=2
(test-{float,ifloat,double,idouble,ldouble,ildoubl} accept
--verbose={0..3}).

Most probably you might just need to change a delta - see the sources
in math/libm-tests.c and send patches.  If you consider this serious,
it's most probably a bug in your compiler (try gcc 2.95.1).  You've
got investigate this yourself, since I don't have access to such a
system and compiler.

Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]