diff options
Diffstat (limited to 'chapter08/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index b8551084f..cc8fc42ad 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -56,15 +56,10 @@ <!-- this has been fixed in upstream gnulib, when a new version of coreutils is released, please check #4055 to see if the change has been picked up in this package --> - +<!-- <para>Now, fix a problem with chmod return values:</para> <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen> - -<!-- -<para>Fix a problem with autoconf-2.70 in an included gnulib .m4 file:</para> - -<screen><userinput remap="pre">echo '# deleted' > m4/std-gnu11.m4</userinput></screen> --> <para>Now prepare Coreutils for compilation:</para> @@ -133,8 +128,9 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> +<!-- test-getlogin is now skipped <para>The test-getlogin test is known to fail in the LFS chroot environment.</para> - +--> <para>Remove the temporary group:</para> <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> |