My logs are at http://www.linuxfromscratch.org/lfs/build-logs/6.6-rc2/core2duo/
Sun Feb 21 17:41:34 CST 2010 Book version is: 6.6-rc2 The SBU unit value is equal to 89 seconds. Total time required to build the system: 133.7 SBU Total Installed files disk usage: 740260.000 KB or 722.910 MB That's about 3 hours and 18 minutes. Errors seem to be fairly normal except I am not comfortable with the seg faults in debugfs. It seems thi sis x86_64 only. Gentoo pointed to a fix: http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=commitdiff;h=06ef971be505678ee462ae1844204ed24f14aedc;hp=97f466394eb8fe0f874e9f734ee7ef178e229575 diff --git a/lib/ss/invocation.c b/lib/ss/invocation.c index 074706f..74fcb14 100644 (file) --- a/lib/ss/invocation.c +++ b/lib/ss/invocation.c @@ -71,6 +71,7 @@ int ss_create_invocation(subsystem_name, version_string, info_ptr, *(new_table->rqt_tables+1) = (ss_request_table *) NULL; new_table->readline_handle = 0; + new_table->readline_shutdown = 0; new_table->readline = 0; new_table->add_history = 0; new_table->redisplay = 0; That fixed the errors for me. Opening a ticket. -- Bruce Error logs: 069-glibc: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) -------------- 076-gcc: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE FAIL: libmudflap.c++/pass41-frag.cxx execution test FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test -------------- 081-e2fsprogs: f_imagic_fs: imagic filesystem with imagic inodes: ../../tests/run_e2fsck: line 48: 32032 Segmentation fault $DEBUGFS -w -R "feature imagic_inodes" $TMPFILE > /dev/null 2>&1 failed d_loaddump: debugfs load/dump test: ../../tests/d_loaddump/script: line 22: 30562 Segmentation fault $DEBUGFS -R "write $TEST_DATA test_data" -w $TMPFILE >> $OUT.new 2>&1 ../../tests/d_loaddump/script: line 34: 30566 Segmentation fault $DEBUGFS -R "dump test_data $VERIFY_DATA" $TMPFILE >> $OUT.new 2>&1 f_dup4: find all directory pathnames: ../../tests/f_dup4/script: line 41: 31298 Segmentation fault $DEBUGFS -w $TMPFILE > /dev/null 2>&1 <<EOF r_inline_xattr: shrinking filesystem with in-inode extended attributes: failed ---------------- 095-automake: FAIL: acloca22.test ---------------- /bin/sh: line 5: 970 Segmentation fault ${dir}$tst FAIL: stackoverflow2 ======== Starting machine-specific tests ======== double1 ./double1.ok _double1 differ: char 1, line 1 make[2]: [double1] Error 1 (ignored) double2 ./double2.ok _double2 differ: char 247, line 4 make[2]: [double2] Error 1 (ignored) fmtspcl intformat ./intformat.ok _intformat differ: char 1, line 1 make[2]: [intformat] Error 1 (ignored) ---------------- 119-vim: There seem to be several errors, bu they seem to be associated with the test scripts. They don't seem to be significant. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page