Hi, another problem in the next step. I compile without problem but when I run the command :
make NON_ROOT_USERNAME=dummy check-root I have a test failing cd tests && make check-root make[1]: Entering directory `/sources/coreutils-5.96/tests' cd chown && make check TESTS=basic make[2]: Entering directory `/sources/coreutils-5.96/tests/chown' make check-TESTS make[3]: Entering directory `/sources/coreutils-5.96/tests/chown' PASS: basic ================== All 1 tests passed ================== make[3]: Leaving directory `/sources/coreutils-5.96/tests/chown' make[2]: Leaving directory `/sources/coreutils-5.96/tests/chown' cd cp && make check TESTS=special-bits make[2]: Entering directory `/sources/coreutils-5.96/tests/cp' make check-TESTS make[3]: Entering directory `/sources/coreutils-5.96/tests/cp' PASS: special-bits ================== All 1 tests passed ================== make[3]: Leaving directory `/sources/coreutils-5.96/tests/cp' make[2]: Leaving directory `/sources/coreutils-5.96/tests/cp' cd rm && make check TESTS=no-give-up make[2]: Entering directory `/sources/coreutils-5.96/tests/rm' make check-TESTS make[3]: Entering directory `/sources/coreutils-5.96/tests/rm' FAIL: no-give-up ====================================== 1 of 1 tests failed Please report to [email protected] ====================================== make[3]: Leaving directory `/sources/coreutils-5.96/tests/rm' make[2]: Leaving directory `/sources/coreutils-5.96/tests/rm' make[1]: Leaving directory `/sources/coreutils-5.96/tests' can I continue or not ? Regards -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
