http://bugs.linuxfromscratch.org/show_bug.cgi?id=1611





------- Additional Comments From [EMAIL PROTECTED]  2005-08-13 19:52 -------
okay, the problem is rule 112 (temporary node creation test) is 
calling /usr/bin/test, and we have /bin/test

fixes could be (both fixes tested and worked okay):

sed -i 's@/usr/bin/test@/bin/[EMAIL PROTECTED]' test/udev-test.pl
make test

or

ln -s /bin/test /usr/bin/test
make test
rm /usr/bin/test




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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

Reply via email to