Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/mpfr.xml

    r3864d23 r19f4e4d  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
     43
     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>
    4357
    4458    <para>Prepare MPFR for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.