Changeset 3ebe876 for chapter08


Ignore:
Timestamp:
08/07/2022 09:00:44 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
2928a11
Parents:
1c784d2 (diff), 7131c89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge upstream

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r1c784d2 r3ebe876  
    5757<screen><computeroutput>The system has no more ptys.
    5858Ask your system administrator to create more.</computeroutput></screen>
    59 
     59<!--
    6060    <para>Upstream has made a patch to fix a problem when using binutils
    6161    for building some BLFS packages with Link Time Optimization (LTO)
     
    6363
    6464 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
    65 
     65-->
    6666<!--
    6767    <para>An error in the building system causes the shipped man pages to
     
    8989
    9090<screen arch="default"><userinput remap="configure">../configure --prefix=/usr       \
     91             --sysconfdir=/etc   \
    9192             --enable-gold       \
    9293             --enable-ld=default \
     
    9798             --with-system-zlib</userinput></screen>
    9899<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=/usr       \
     100             --sysconfdir=/etc   \
    99101             --enable-gold       \
    100102             --enable-ld=default \
  • chapter08/gcc.xml

    r1c784d2 r3ebe876  
    5050    -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
    5151-->
     52    <para>First fix a problem with the latest version of glibc:</para>
     53
     54    <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-fixes-patch;</userinput></screen>
     55
    5256    <para>If building on x86_64, change the default directory name for 64-bit
    5357    libraries to <quote>lib</quote>:</para>
  • chapter08/systemd.xml

    r1c784d2 r3ebe876  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
     42
     43    <para>First, fix an issue introduced by glibc-2.36.</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
    4246
    4347    <para>Remove two unneeded groups,
Note: See TracChangeset for help on using the changeset viewer.