mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 21:59:21 +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
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
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>
|
<listitem>
|
||||||
<para>2021-07-23</para>
|
<para>2021-07-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -57,6 +57,13 @@
|
|||||||
<screen><computeroutput>The system has no more ptys.
|
<screen><computeroutput>The system has no more ptys.
|
||||||
Ask your system administrator to create more.</computeroutput></screen>
|
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
|
<para>Now remove one test that prevents the tests from running
|
||||||
to completion:</para>
|
to completion:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user