mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 13:49:37 +01:00
binutils: workaround empty man pages issue
This commit is contained in:
parent
9f84752195
commit
ff5c009123
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user