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]

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


>>>>> Andris Pavenis writes:

 > 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). 
No attachment found.
 > After that I changed to build and rerun 'make check' and no more got failure.
make check run's every test only once - and if you restart it, it will
only run tests that haven't been run.
 > 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

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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