Changeset 6ebaf1e0 for chapter08


Ignore:
Timestamp:
03/15/2022 01:07:53 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
1dd1131
Parents:
d35dc01 (diff), f7ac150 (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 branch 'trunk' into xry111/clfs-ng

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rd35dc01 r6ebaf1e0  
    169169
    170170      <listitem>
     171        <para>The <emphasis>nss/tst-nss-files-hosts-long</emphasis>
     172        test is known to fail if the system has no non-loopback IP
     173        addresses.</para> <!-- PR 24816 -->
     174      </listitem>
     175
     176      <listitem>
    171177        <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
    172         test is known to fail if the system has no non-loopback IP
    173         addresses.</para>
     178        test is known to fail on relatively slow systems due to an internal
     179        timeout.</para>
    174180      </listitem>
    175181<!--
  • chapter08/perl.xml

    rd35dc01 r6ebaf1e0  
    4141  <sect2 role="installation">
    4242    <title>Installation of Perl</title>
    43 
     43<!--
    4444    <para>First, apply a patch that fixes an issue highlighted by recent
    4545    versions of gdbm:</para>
    4646
    4747<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    48 
     48-->
    4949    <para>This version of Perl now builds the Compress::Raw::Zlib and
    5050    Compress::Raw::BZip2 modules. By
  • chapter08/stripping.xml

    rd35dc01 r6ebaf1e0  
    4848
    4949<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    50       <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
     50<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
    5151             libc.so.6
    5252             libthread_db.so.1
Note: See TracChangeset for help on using the changeset viewer.