Ignore:
Timestamp:
09/01/2022 11:27:01 AM (21 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
6c952e3
Parents:
9023df4 (diff), baecd49 (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 remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r9023df4 r1203312  
    174174      </listitem>
    175175
     176      <!-- https://sourceware.org/pipermail/libc-alpha/2022-August/141567.html -->
     177      <listitem>
     178        <para>The <emphasis>stdlib/tst-arc4random-thread</emphasis>
     179        test is known to fail if the host kernel is relatively old.</para>
     180      </listitem>
     181
    176182      <listitem>
    177183        <para>Some tests, for example
     
    181187      </listitem>
    182188
    183       <!--
    184         https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2022-06/msg00022.html
    185         https://sourceware.org/pipermail/libc-alpha/2022-June/139839.html
    186       -->
    187       <listitem>
    188         <para>About 27 tests, for example <emphasis>elf/tst-pldd</emphasis>,
    189         are known to fail if the kernel supports namespaces (see
    190         <filename>namespaces(7)</filename> for details) but the host distro
    191         has disabled them via sysctl.</para>
    192       </listitem>
    193189<!--
    194190      <listitem>
     
    454450    <para>By default, the dynamic loader (<filename
    455451    class="libraryfile">/lib/ld-linux.so.2</filename>) searches through
    456     <filename class="directory">/lib</filename> and <filename
    457     class="directory">/usr/lib</filename> for dynamic libraries that are
    458     needed by programs as they are run. However, if there are libraries in
    459     directories other than <filename class="directory">/lib</filename> and
     452    <filename class="directory">/usr/lib</filename> for dynamic libraries
     453    that are needed by programs as they are run. However, if there are
     454    libraries in directories other than
    460455    <filename class="directory">/usr/lib</filename>, these need to be added
    461456    to the <filename>/etc/ld.so.conf</filename> file in order for the
Note: See TracChangeset for help on using the changeset viewer.