Ignore:
Timestamp:
02/28/2023 03:48:28 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
0d4f1b4
Parents:
0cbb853 (diff), e122d24 (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r0cbb853 r83ce6e3  
    4444    <title>Installation of Glibc</title>
    4545
    46     <para>First, fix an issue building Glibc with parallel jobs and Make-4.4
    47     or later:</para>
    48 
    49 <screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen>
    50 
    5146    <para>Some of the Glibc programs use the non-FHS compliant
    5247    <filename class="directory">/var/db</filename> directory to store
     
    5550
    5651<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
     52
     53    <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30068
     54         Upstream fix also added a test case and renamed "prec" to
     55         "prec_inc".  We'll test this with MPFR test suite so we don't
     56         need the test here, and the renaming does not affect program
     57         behavior.  -->
     58    <para>Fix a security issue identified upstream:</para>
     59
     60<screen><userinput remap="pre">sed '/width -=/s/workend - string/number_length/' \
     61    -i stdio-common/vfprintf-process-arg.c</userinput></screen>
    5762
    5863    <para>The Glibc documentation recommends building Glibc
     
    164169        <para><emphasis>misc/tst-ttyname</emphasis>
    165170        is known to fail in the LFS chroot environment.</para>
    166       </listitem>
    167 
    168       <listitem>
    169         <para>The <emphasis>nss/tst-nss-files-hosts-long</emphasis>
    170         test is known to fail if the system has no non-loopback IP
    171         addresses.</para> <!-- PR 24816 -->
    172171      </listitem>
    173172
Note: See TracChangeset for help on using the changeset viewer.