Problem testing glibc-2.2 on i586-pc-linux-gnu

Andris Pavenis pavenis@latnet.lv
Wed Nov 15 02:59:00 GMT 2000


I run into following problem when tried to build and test glibc-2.2 on 
i586-pc-linux-gnu (gcc-2.95.2, binutils-2.10.0.33, kernel-2.4.0-test10 etc.):

I used following script (I left it running in evening when went away ...) as 
user (not root)
-----------------------------------
#! /bin/sh
VER=2.2
mkdir build
(
    unset LD_LIBRARY_PATH
    cd build && \
    ../glibc-$VER/configure --prefix=/usr --enable-add-ons  &&\
    make &&\
    make check 
) 2>&1 | tee build.log
-------------------------------------

and got test failure for libio (fragment of build.log is in attachment). 
After that I changed to build and rerun 'make check' and no more got failure.
I previously had similar problem when I tried to build glibc-2.1.97.
As second time I didn't have test failure, I installed glibc-2.2 (previous 
was glibc-2.1.3) and it seems that all is Ok

Andris




More information about the Libc-alpha mailing list