diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-09 20:54:15 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-09 20:54:15 -0600 |
commit | 9c4ff70edf2b57a98069d3395041f982c385dd5b (patch) | |
tree | 7e36ee2aea8e68d0e5dcbf97c57aa5b28b679ebc /chapter08 | |
parent | d759d8b20c5f2cf8142ce60c73ddaaec901d0880 (diff) |
Package updates.
Update to bc-5.2.2.
Update to linux-5.16.8.
Update to binutils-2.38. Requires adding zlib to Chapter 6.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index c2153b6cd..6125741de 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -56,18 +56,20 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> - +<!-- <para>Upstream has made a patch to fix a problem building some packages. Apply that now:</para> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-upstream-patch;</userinput></screen> - +--> +<!-- <para>An error in the building system causes the shipped man pages to be empty. Workaround the issue and remove the shipped man pages, so the man pages will be regenerated correctly:</para> <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl find -name \*.1 -delete</userinput></screen> +--> <!-- <para>Now remove one test that prevents the tests from running to completion:</para> |