Ignore:
Timestamp:
01/27/2016 11:21:15 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
1e76622
Parents:
a7e1ac8
Message:

Merge Chapter 13 from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16861 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/swig.xml

    ra7e1ac8 r2037ec4  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "7fff46c84b8c630ede5b0f0827e3d90a">
    10   <!ENTITY swig-size          "5.7 MB">
    11   <!ENTITY swig-buildsize     "649 MB (with the test suite)">
    12   <!ENTITY swig-time          "0.4 SBU (10.8 SBU for tests of Perl, PHP, Python 2, Ruby, and Tcl)">
     9  <!ENTITY swig-md5sum        "c96a1d5ecb13d38604d7e92148c73c97">
     10  <!ENTITY swig-size          "7.6 MB">
     11  <!ENTITY swig-buildsize     "93 MB (1.1 GB with tests)">
     12  <!ENTITY swig-time          "0.4 SBU (6.2 SBU for the tests, using -j4)">
    1313]>
    1414
     
    103103    <bridgehead renderas="sect4">Optional</bridgehead>
    104104    <para role="optional">
    105       <xref linkend="boost"/> for tests, and any of the languages mentionned
     105      <xref linkend="boost"/> for tests, and any of the languages mentioned
    106106      in the introduction, as run-time dependencies
    107107    </para>
     
    114114  <sect2 role="installation">
    115115    <title>Installation of SWIG</title>
    116 
    117     <para>
    118       Fix an issue with gccgo-4.9.2:
    119     </para>
    120 
    121 <screen><userinput>sed -e 's/"\.")/"_")/' -i Source/Modules/go.cxx</userinput></screen>
    122116
    123117    <para>
     
    133127
    134128    <para>
    135       To test the results, issue: <command>make -k check</command>. If you
    136       have both <xref linkend="python2"/> and <xref linkend="python3"/>
    137       installed, only the Python-2 tests are run. You can run test for
    138       Python-3 by issuing <command>PY3=1 make check-python-examples</command>
    139       followed by <command>PY3=1 make check-python-test-suite</command>.
    140       According to <application>SWIG</application>'s documentation, the failure
    141       of some tests should not be considered harmful.
     129      To test the results, issue: <command>make -k check</command>. Tests for
     130      many languages are executed, depending on which ones you have installed.
     131      Therefore, disk space and SBU values for the tests should be considered
     132      only indications of necessary space and time, but not even approximated
     133      values should they be considered. If you have both <xref
     134      linkend="python2"/> and <xref linkend="python3"/> installed, the
     135      Python-3 tests are not run.  You can run tests for Python-3 by issuing
     136      <command>PY3=1 make check-python-examples</command> followed by
     137      <command>PY3=1 make check-python-test-suite</command>.  According to
     138      <application>SWIG</application>'s documentation, the failure of some
     139      tests should not be considered harmful.
    142140    </para>
    143141
     
    147145
    148146<screen role="root"><userinput>make install &amp;&amp;
    149 install -v -dm755 /usr/share/doc/swig-&swig-version; &amp;&amp;
    150 cp -rv Doc/* /usr/share/doc/swig-&swig-version;</userinput></screen>
     147install -v -m755 -d /usr/share/doc/swig-&swig-version; &amp;&amp;
     148cp -v -R Doc/* /usr/share/doc/swig-&swig-version;</userinput></screen>
    151149  </sect2>
    152150
     
    186184        </seg>
    187185        <seg>
    188           /usr/share/swig/&swig-version; and
    189           /usr/share/doc/swig-&swig-version;
     186          /usr/share/doc/swig-&swig-version; and
     187          /usr/share/swig/&swig-version;
    190188        </seg>
    191189      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.