diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-01 11:58:29 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-01 11:58:29 -0500 |
commit | 0b1054551522a77af69069a96269436e9165230a (patch) | |
tree | d092e9e0f82d1f67008bf2e38cfae834d1a8bd57 /chapter08 | |
parent | 2f67a2a07ff8932f555d2f4566d7ac02bb55104b (diff) |
Fackage updates and fixes.
Remove unneeded sed commands from automake and coreutils.
Update to linux-5.13.7.
Update to e2fsprogs-1.46.3.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/automake.xml | 4 | ||||
-rw-r--r-- | chapter08/coreutils.xml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter08/automake.xml b/chapter08/automake.xml index 33db7bcb9..b97ac9f4a 100644 --- a/chapter08/automake.xml +++ b/chapter08/automake.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of Automake</title> - +<!-- <para>Fix a failing test:</para> <screen><userinput remap="pre">sed -i "s/''/etags/" t/tags-lisp-space.sh</userinput></screen> - +--> <para>Prepare Automake for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen> diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index c5d2a5032..ce2728fd6 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -56,9 +56,11 @@ <!-- 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>Suppress a test which on some machines can loop forever:</para> <screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> +--> <!-- <para>Fix a problem with autoconf-2.70 in an included gnulib .m4 file:</para> |