aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/coreutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-04-30 09:38:48 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-04-30 09:38:48 -0500
commit813ab55675c99ee4040c38ee468d4bf9b70bdd19 (patch)
treefd2a824b014d5ad6a1ff40fc61eb23731fcc1374 /chapter08/coreutils.xml
parent9749744481352f1d1fdc62a6a3275496b3deb6e6 (diff)
Package updates and nobody uid change.
Change nobody/nogroup uid/git to 65534. Update to meson-0.62.1. Update to libpipeline-1.5.6. Update to elfutils-0.187. Update to Jinja2-3.1.2. Update to vim-8.2.4814. Update to sysvinit-3.03. Update to linux-5.17.5. Update to gcc-11.3.0. Update to coreutils-9.1. Update to bc-5.2.4.
Diffstat (limited to 'chapter08/coreutils.xml')
-rw-r--r--chapter08/coreutils.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index 9ae9993ce..08b090fc0 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>