This is the mail archive of the libc-help@sourceware.org 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]
Other format: [Raw text]

Re: Tests


On Sat, 3 May 2008, Ryan Arnold wrote:

On Sat, May 3, 2008 at 10:19 AM, Mike Frysinger <vapier@gentoo.org> wrote:
On Saturday 03 May 2008, Reuben Thomas wrote:
> tst-cleanup0.expect >& /home/rrt/download/libc-build/nptl/tst-cleanup0.out
> libgcc_s.so.1 must be installed for pthread_cancel to work
>
> But libgcc_s.so.1 is indeed installed, in /lib!

 this should probably be in the FAQ or something.  you will need to copy
 libgcc_s.so.1 to a local path which the local ldso searches when running ...
 it obviously cannot search /lib for libraries as that is where your host
 glibc is installed
 -mike

One thing Rueben can do as well is configure, make and make check with --prefix=/.

This gives the error (from make check):


GCONV_PATH=/home/rrt/download/libc-build/iconvdata LC_ALL=C /home/rrt/download/libc-build/elf/ld-linux.so.2 --library-path /home/rrt/download/libc-build:/home/rrt/download/libc-build/math:/home/rrt/download/libc-build/elf:/home/rrt/download/libc-build/dlfcn:/home/rrt/download/libc-build/nss:/home/rrt/download/libc-build/nis:/home/rrt/download/libc-build/rt:/home/rrt/download/libc-build/resolv:/home/rrt/download/libc-build/crypt:/home/rrt/download/libc-build/nptl /home/rrt/download/libc-build/iconvdata/bug-iconv6 > /home/rrt/download/libc-build/iconvdata/bug-iconv6.out
make[2]: *** [/home/rrt/download/libc-build/iconvdata/bug-iconv6.out] Error 1
make[2]: Leaving directory `/home/rrt/download/libc/iconvdata'
make[1]: *** [iconvdata/tests] Error 2
make[1]: Leaving directory `/home/rrt/download/libc'
make: *** [check] Error 2



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