Ignore:
Timestamp:
07/25/2021 02:56:45 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ff96923
Parents:
9f84752
Message:

binutils: workaround empty man pages issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r9f84752 rff5c009  
    5757<screen><computeroutput>The system has no more ptys.
    5858Ask your system administrator to create more.</computeroutput></screen>
     59
     60    <para>A glitch in the building system causes the shipped man pages to
     61    be empty.  Workaround the issue and remove the shipped man pages, so the
     62    building system will regenerate man pages correctly:</para>
     63
     64<screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
     65find -name \*.1 -delete</userinput></screen>
    5966
    6067    <para>Now remove one test that prevents the tests from running
Note: See TracChangeset for help on using the changeset viewer.