Bruce Dubbs wrote: > To be continued...
LFS 6.6 does not have xz, so for SVN I had to build it. For some reason it segfaulted on me in the middle of Chapter 5. I tried rebuilding between gcc pass 1 and pass 2, but that didn't work. I went to another window and uncompressed gmp from the base system and was able to continue. I'll check xz at the end of Chapter 5. --- After Chapter 5, I dropped back to the host system and umounted everything. I set $LFS to be the new LFS SVN Chapter 5 partition and then mounted the virtual filesystems there. chroot to $LFS worked fine and testing xz inside chroot worked without error. Now to build Chapters 6 and above. --- Chapter 6 glibc errors: localedata/tst-xlocale1.out] Error 1 stdio-common/bug22.out] Error 1 posix/annexc.out] Error 1 (ignored) elf/check-localplt.out] Error 1 Seems to be OK --- GCC tests look good: === g++ Summary === # of expected passes 47614 # of expected failures 286 # of unsupported tests 292 === gcc Summary === # of expected passes 84693 # of unexpected successes 5 # of expected failures 256 # of unsupported tests 901 === libgomp Summary === # of expected passes 1245 === libitm Summary === # of expected passes 26 # of expected failures 3 # of unsupported tests 1 === libmudflap Summary === # of expected passes 1436 === libstdc++ Summary === # of expected passes 8734 # of expected failures 43 # of unsupported tests 197 A minor discrepancy # grep -B4 '^ /usr/include' dummy.log #include <...> search starts here: /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/include /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/include-fixed /usr/include Note that the order of the first two is switched in the book, but the SEARCH output is in the correct order. --- To be continued... -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page