Thomas Anderson wrote: > Hi, > > As my subject points out I have come across a number of errors after > the "make -k check 2>&1 | tee glibc-check-log" command of page 87 in > the LFS 6.4 book. I have done some Googling around as to what they may > be but am not having much luck at all outside of finding some general > information about programs etc. My system-specific background > information is: > > Book: LFS 6.4 , page 87 > Section: GCC-4.3.2 Pass2 > Host: Ubuntu 8.04.2 server (uname -a --> Linux 2.6.24-23-server #1 SMP > i686 GNU/Linux) > > I would appreciate any help that you can give me. > > The output after "grep Error glibc-check-log" was: > > make[2]: *** [/sources/glibc-build/stdio-common/bug22.out] Error 1 > make[1]: *** [stdio-common/tests] Error 2 > make[2]: *** [/sources/glibc-build/dlfcn/bug-atexit3-lib.os] Error 127 > make[1]: *** [dlfcn/tests] Error 2 > make[2]: *** [/sources/glibc-build/wcsmbs/wcsatcliff.out] Error 1 > make[1]: *** [wcsmbs/tests] Error 2 > make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) > make[2]: *** [/sources/glibc-build/crypt/sha512c-test.out] Error 1 > make[1]: *** [crypt/tests] Error 2 > make[2]: *** [/sources/glibc-build/nptl/tst-mutex8.out] Error 1
I don't know where "page 87" is, but judging from the pathnames (since I don't see a /mnt/lfs in there) I am going to assume you're in Chapter 6. If so, you had to have missed something in the book to get this many failures. Do "grep -B4 Error glibc-check-log" and look for something like "command not found" or "no such file" - something is probably missing. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
