This is the mail archive of the libc-alpha@sources.redhat.com 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]

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


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



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