Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/guile.xml

    r3166e3c r3f2db3a6  
    77  <!ENTITY guile-download-http "&gnu-http;/guile/guile-&guile-version;.tar.xz">
    88  <!ENTITY guile-download-ftp  "&gnu-ftp;/guile/guile-&guile-version;.tar.xz">
    9   <!ENTITY guile-md5sum        "eb7d26dae3a2fc85a36511a68d76f7d1">
    10   <!ENTITY guile-size          "13 MB">
    11   <!ENTITY guile-buildsize     "202 MB (add 4 MB for tests)">
    12   <!ENTITY guile-time          "1.8 SBU (Using parallelism=4; add 0.4 SBU for tests)">
     9  <!ENTITY guile-md5sum        "260ebdd35110a1ce79852ebf0270d309">
     10  <!ENTITY guile-size          "5.9 MB">
     11  <!ENTITY guile-buildsize     "222 MB (add 4 MB for tests)">
     12  <!ENTITY guile-time          "6.5 SBU (Using parallelism=4; add 0.3 SBU for tests)">
    1313]>
    1414
     
    1616<?dbhtml filename="guile.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Guile-&guile-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9289  <sect2 role="installation">
    9390    <title>Installation of Guile</title>
    94 
    95     <para>
    96       First, fix a build failure with glibc-2.34 installed:
    97     </para>
    98 
    99 <screen><userinput remap="pre">sed -e 's/#ifndef __attribute_maybe_unused__//' \
    100     -e '174d'                                   \
    101     -i lib/libc-config.h</userinput></screen>
    10291
    10392    <para>
     
    117106    <para>
    118107      To test the results, issue: <command>./check-guile</command>.
     108      On an i686 system, as many as 10 tests will fail in the
     109      <filename>numbers.test</filename> test suite due to minor floating-point
     110      rounding errors.
    119111    </para>
    120112    <!-- 10 of the numbers tests fail on i686. This should probably be looked
Note: See TracChangeset for help on using the changeset viewer.