Changeset d94f2d0
- Timestamp:
- 08/14/2022 07:11:46 PM (2 years ago)
- Branches:
- 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 0d8c2d6a, 6099a471, a151e09
- Parents:
- c25dd3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/binutils.xml
rc25dd3f rd94f2d0 57 57 <screen><computeroutput>The system has no more ptys. 58 58 Ask your system administrator to create more.</computeroutput></screen> 59 <!-- 60 <para>Upstream has made a patch to fix a problem when using binutils 61 for building some BLFS packages with Link Time Optimization (LTO) 62 enabled. Apply that now:</para> 63 64 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> 65 --> 66 <!-- 67 <para>An error in the building system causes the shipped man pages to 68 be empty. Workaround the issue and remove the shipped man pages, so the 69 man pages will be regenerated correctly:</para> 70 71 <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl 72 find -name \*.1 -delete</userinput></screen> 73 --> 74 59 <!-- Fixed in binutils-2.39 75 60 <para> 76 61 Now make a fix identified upstream that affects building some packages: … … 79 64 <screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \ || (TYPE) == R_386_TLS_IE \\' \ 80 65 -i ./bfd/elfxx-x86.h</userinput></screen> 81 66 --> 82 67 <para>The Binutils documentation recommends building Binutils 83 68 in a dedicated build directory:</para> … … 176 161 <screen><userinput remap="test">make -k check</userinput></screen> 177 162 178 <!-- Will be fixed in 2.39179 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b -->163 <!-- Fixed in 2.39 164 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b 180 165 <para>One gold test, <filename>pr17704a_test</filename>, is known to 181 166 fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the 182 167 kernel configuration of the host system.</para> 183 168 --> 184 169 <para>Install the package:</para> 185 170
Note:
See TracChangeset
for help on using the changeset viewer.