I did this command. It worked fine: > cp -v ../glibc-2.10.1/iconvdata/gconv-modules iconvdata
This is the command it fails on: make -k check 2>&1 | tee glibc-check-log And here are the results of the final command if I issue it: make[2]: *** [posix/tests] Error 2 make[2]: *** [check]Error 2 -----Original Message----- From: stosss <[email protected]> To: LFS Support List <[email protected]> Sent: Sun, Feb 14, 2010 3:33 am Subject: Re: Glibc test failure > I am attempting to run the glibc tests from within my chroot environment. > I keep getting the following errors: > > make[2]: Entering directory `/sources/glibc-2.10.1/posix' > /bin/sh -e globtest.sh /sources/glibc-build/ /sources/glibc-build/elf/ \ > ld-linux.so.2 > globtest.sh: command substitution: line 32: syntax error near unexpected > token `)' > make[2]: *** [/sources/glibc-build/posix/globtest.out] Error 2 > make[2]: Target `tests' not remade because of errors. > make[2]: Leaving directory `/sources/glibc-2.10.1/posix' > make[1]: *** [posix/tests] Error 2 > > > make[1]: Target `check' not remade because of errors. > make[1]: Leaving directory `/sources/glibc-2.10.1' > make: *** [check] Error 2 > > Before and between these sections, everything else compiled fine. > The initial building of glibc was error free,but the test portion keeps > failing. > > This is my first time with LFS. I am using Book 6.5 > > What could be causing this? Did you do this yet? cp -v ../glibc-2.10.1/iconvdata/gconv-modules iconvdata make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log After doing this you will know if you have a problem. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
