Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/guile.xml

    r3166e3c reeaa41b7  
    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        "55d9875992b9c684cb96f66ea6b3efc2">
     10  <!ENTITY guile-size          "12 MB">
     11  <!ENTITY guile-buildsize     "273 MB (add 3 MB for tests)">
     12  <!ENTITY guile-time          "1.9 SBU (Using parallelism=4; add 0.4 SBU for tests)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9293  <sect2 role="installation">
    9394    <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>
    10295
    10396    <para>
     
    186179          <para>
    187180            is a stand-alone Scheme interpreter for
    188             <application>Guile</application>
     181            <application>Guile</application>.
    189182          </para>
    190183          <indexterm zone="guile guile-prog">
     
    201194            information necessary to link your programs against the
    202195            <application>Guile</application> library, in much the same way
    203             PkgConfig does
     196            PkgConfig does.
    204197          </para>
    205198          <indexterm zone="guile guile-config">
     
    216209            <application>C</application> code for
    217210            <application>Scheme</application> visible
    218             <application>C</application> functions
     211            <application>C</application> functions.
    219212          </para>
    220213          <indexterm zone="guile guile-snarf">
     
    230223            is a wrapper program installed along with <command>guile</command>,
    231224            which knows where a particular module is installed and calls it,
    232             passing its arguments to the program
     225            passing its arguments to the program.
    233226          </para>
    234227          <indexterm zone="guile guild">
     
    242235        <listitem>
    243236          <para>
    244             is a symlink to <command>guild</command>
     237            is a symlink to <command>guild</command>.
    245238          </para>
    246239          <indexterm zone="guile guile-tools">
Note: See TracChangeset for help on using the changeset viewer.