diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 527374497..434bf0120 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,17 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + + 2021-07-25 + + + [xry111] - Add workaround to install Binutils-2.37 man pages + correctly. + + + + 2021-07-23 diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index e90f15b42..9b46907e8 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -57,6 +57,13 @@ The system has no more ptys. Ask your system administrator to create more. + A glitch in the building system causes the shipped man pages to + be empty. Workaround the issue and remove the shipped man pages, so the + building system will regenerate man pages correctly: + +sed -i '63d' etc/texi2pod.pl +find -name \*.1 -delete + Now remove one test that prevents the tests from running to completion: