binutils: workaround empty man pages issue

This commit is contained in:
Xi Ruoyao 2021-07-25 22:56:45 +08:00
parent 9f84752195
commit ff5c009123
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC
2 changed files with 18 additions and 0 deletions

View File

@ -42,6 +42,17 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
<para>2021-07-25</para>
<itemizedlist>
<listitem>
<para>[xry111] - Add workaround to install Binutils-2.37 man pages
correctly.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2021-07-23</para>
<itemizedlist>

View File

@ -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>