On 8/24/07, Henrik Akerhaugen <[EMAIL PROTECTED]> wrote: > > I'm in chapter 6.9.1 of the LFS book (version 6.2, using the LiveCd as a host > system). When I run the check at the end, right before issuing make install, > the check fails. > > I get alot of Error 127's and some Error 1's. Nearly all of them appear to be > related to .out files. > > Here are the results of 'grep Error glibc-check-log' <snip tons of errors>
The bad news: that amount of failures means something has gone terribly wrong in your glibc build. A handful of tests may fail under certain host or load conditions, but that many failures usually means something much worse. The good news: Error 127 usually means "Command not found", and there are a handful of external commands glibc uses in the testsuite. Go back to the Ch. 6.6 "Creating Essential Files and Symlinks" and make sure that you have all the necessary symlinks from /bin and /usr/bin to /tools/bin. Hopefully you're just missing a basic utility or library and things will work much better after it is fixed up. Also, if you still have the glibc build tree, try to see the cause of the 127 errors. For instance, /sources/gcc-build/nptl/tst-oncex3.out is just a log file for that test. Look at the end of it to see if there's a message indicating what's causing the Error 127. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
