On Sat, Oct 16, 2010 at 09:28:28PM +0530, Ravi wrote: > *LFS book version: 6.6 > > Host: Ubuntu 10.04 > > > **Output of Host System Requirements:* > > bash, version 4.1.5(1)-release > /bin/sh -> /bin/dash That one *might* cause problems in glibc, particularly during its *installation*. If I were you, I would change it to point to /bin/bash before you continue. The rest, including awk -> gawk, look ok. > . > s/shm.h termios/termios.h termios/sys/termios.h termios/sys/ttychars.h > time/time.h time/sys/time.h time/sys/timeb.h wcsmbs/wchar.h wctype/wctype.h > > /sources/glibc-build/begin-end-check.out > make[1]: Target `check' not remade because of errors. > make[1]: Leaving directory `/sources/glibc-2.11.1' > make: *** [check] Error 2 > ( The test errors were long before this, and are shown in your next command's output ) > > > The following command "*grep Error glibc-check-log*" gave this output > > make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) > make[2]: *** [/sources/glibc-build/nptl/tst-attr3.out] Error 1 > make[1]: *** [nptl/tests] Error 2 > make[2]: *** [/sources/glibc-build/debug/tst-chk3.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-lfschk3.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-chk6.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-lfschk6.out] Error 1 > make[1]: *** [debug/tests] Error 2 > make[1]: *** [/sources/glibc-build/c++-types-check.out] Error 1 > make: *** [check] Error 2 > > Now, in the book its mentioned that some errors like nptl/tst-attr are > common but I have no idea about the other errors. I can't make if I should > proceed with 'make install' or not.. I don't want to spoil my system if > these are actually errors to worry about.
You have approx 5 errors that are uncommon. I don't recognize them, but then I haven't built on 32-bit x86 for a long time, nor have I built from ubuntu (nor on an intel processor, if that is what you have). My best guess is that your build is *probably ok*. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
