diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> + <para>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:</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> |