Changeset a0e6e8dd for general/prog


Ignore:
Timestamp:
08/05/2015 10:24:48 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a479e3e
Parents:
a69b0b99
Message:
  • Update to mdadm-3.3.4.
  • Update to swig-3.0.7.
  • Update to libsecret-0.18.3.
  • Update to gparted-0.23.0.
  • Update to mpg123-1.22.3.
  • Update to graphite2-1.3.0.
  • Update to unrar-5.3.2.
  • Some gcc5 tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16326 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/swig.xml

    ra69b0b99 ra0e6e8dd  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "df43ae271642bcfa61c1e59f970f9963">
    10   <!ENTITY swig-size          "5.60 MB">
    11   <!ENTITY swig-buildsize     "87 MB (up to 956 MB for tests)">
    12   <!ENTITY swig-time          "0.4 SBU (16 SBU for tests of Perl, Python 2 and 3, Ruby, and Tcl)">
     9  <!ENTITY swig-md5sum        "7fff46c84b8c630ede5b0f0827e3d90a">
     10  <!ENTITY swig-size          "5.7 MB">
     11  <!ENTITY swig-buildsize     "88 MB (1.1 GB with tests)">
     12  <!ENTITY swig-time          "0.4 SBU (6.4 SBU with tests, using -j4)">
    1313]>
    1414
     
    5858    </para>
    5959
    60     &lfs77_checked;
     60    &lfs77_checked; &gcc5_checked;
    6161
    6262    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    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 run, depending on what you have installed. Therefore,
     131      disk space and SBU values for the tests should be considered only
     132      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 Python-3
     135      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
Note: See TracChangeset for help on using the changeset viewer.