http://bugs.linuxfromscratch.org/show_bug.cgi?id=684
------- Additional Comments From [EMAIL PROTECTED] 2005-11-23 00:29 ------- Adding some more... Bash - need Coreutils (testsuite has location for rm and chmod (possibly others as well) binaries hard-wired into it) Findutils - needs Coreutils (/bin/echo referred to in the testsuite) Flex - needs Bison (flex will build without bison, but the testsuite looks for bison and fails without it) GRUB - needs Ncurses - it will build without ncurses, but probably missing some functionality (though I can't find anything specific about *what* would be different) Udev - needs Coreutils (testsuite has "/bin/echo"). This isn't all though...without coreutils installed into /usr and /bin, udev's testsuite complains that it "Can't exec 'tree'" and fails 26 tests. Somehow it seems "tree" is in the "echo" binary because symlinking /bin/echo ---> /tools/bin/echo causes mosts of the failing tests to pass...but there are still 3 more failures, also complaining about "tree". So I don't know what else is needed... Well, it seems it's something else in coreutils (I just installed coreutils into /usr and the udev testsuite worked with no failures). Util-linux - needs zlib ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
