diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-13 12:20:37 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-13 12:20:37 -0500 |
commit | fb8aee80518b711435f55b6aa6fb765cfd98d506 (patch) | |
tree | 38f5c7f02b9c1eb83377a0464941eb06a7125021 /chapter08 | |
parent | d0204e44b8190db2882c4bf0d511ab45519abb4f (diff) |
Package updates and a patch.
Update to linux-5.13.10.
Update to bc-5.0.0.
Update to vim-8.2.3337.
Add binutils-2.37 upstream patch.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 2a8374d6c..a48c98544 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -57,6 +57,11 @@ <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> |