Ignore:
Timestamp:
09/15/2023 10:54:55 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
7546d8b
Parents:
d58da4b (diff), ba40e32 (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/mpfr.xml

    rd58da4b r2df066c9  
    4242    <title>Installation of MPFR</title>
    4343
    44     <!-- https://sympa.inria.fr/sympa/arc/mpfr/2023-01/msg00002.html
    45          https://gitlab.inria.fr/mpfr/mpfr/-/commit/5172494c
    46 
    47          Note that it's a different issue from Glibc #30068 we've fixed in
    48          chapter08/glibc.xml with a sed.  Normally we just document the
    49          test failure, but in this case the particular subtest also serves
    50          as an additional guard against Glibc #30068.  So we apply the
    51          upstream fix here.   -->
    52     <para>Fix a test case based on a bug of old Glibc releases:</para>
    53 
    54 <screen><userinput remap="pre">sed -e 's/+01,234,567/+1,234,567 /' \
    55     -e 's/13.10Pd/13Pd/'            \
    56     -i tests/tsprintf.c</userinput></screen>
    57 
    5844    <para>Prepare MPFR for compilation:</para>
    5945
     
    7359    </important>
    7460
    75     <para>Test the results and ensure that all 197 tests passed:</para>
     61    <para>Test the results and ensure that all 198 tests passed:</para>
    7662
    7763<screen><userinput remap="test">make check</userinput></screen>
     
    8975
    9076    <segmentedlist>
    91       <segtitle>Installed Libraries</segtitle>
     77      <segtitle>Installed libraries</segtitle>
    9278      <segtitle>Installed directory</segtitle>
    9379
Note: See TracChangeset for help on using the changeset viewer.