Changeset b548e98 for general/prog


Ignore:
Timestamp:
03/31/2018 10:12:39 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
bd9092e
Parents:
83ff3c1e
Message:

Update to ruby-2.5.1.
Update to python3-3.6.5.
Update to cmake-3.11.0.
Update to node.js-9.10.1.

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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r83ff3c1e rb548e98  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "1c38c67295ca696aeafd8c059d748b38">
    10   <!ENTITY cmake-size          "7.5 MB">
    11   <!ENTITY cmake-buildsize     "334 MB (add 411 MB for tests)">
    12   <!ENTITY cmake-time          "2.1 SBU (add 5.2 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "f3ebc79b5dec85b49abe75958ffa1a03">
     10  <!ENTITY cmake-size          "7.6 MB">
     11  <!ENTITY cmake-buildsize     "390 MB (add 424 MB for tests)">
     12  <!ENTITY cmake-time          "2.3 SBU (add 3.3 SBU for tests, both using parallelism=4)">
    1313]>
    1414
  • general/prog/python3.xml

    r83ff3c1e rb548e98  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "1325134dd525b4a2c3272a1a0214dd54">
     10  <!ENTITY python3-md5sum        "9f49654a4d6f733ff3284ab9d227e9fd">
    1111  <!ENTITY python3-size          "16 MB">
    12   <!ENTITY python3-buildsize     "158 MB (add 30 MB for tests)">
    13   <!ENTITY python3-time          "0.6 SBU (using parallelism=4; add 3.4 SBU for tests)">
     12  <!ENTITY python3-buildsize     "159 MB (add 29 MB for tests)">
     13  <!ENTITY python3-time          "0.6 SBU (using parallelism=4; add 1.7 SBU for tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
  • general/prog/ruby.xml

    r83ff3c1e rb548e98  
    77  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "e3a98c7b7de49ed5134398367ab3a3bc">
     9  <!ENTITY ruby-md5sum        "b7d48b39fd09933e232f172384d03b94">
    1010  <!ENTITY ruby-size          "11 MB">
    11   <!ENTITY ruby-buildsize     "361 MB, with checks (add 206 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.3 SBU (using parallelism=4; add 3.7 SBU for tests; add 0.4 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "364 MB, with checks (add 206 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.1 SBU (using parallelism=4; add 3.4 SBU for tests; add 0.4 SBU for C API docs)">
    1313]>
    1414
     
    111111    <para>
    112112      To test the results, issue: <command>make check</command>. There
    113       are 17327 tests.  A few (about 3) fail and one test may hang, but
     113      are 17388 tests.  A few (about 11) fail and one test may hang, but
    114114      the test process can continue with ctrl-C.  If the tests are
    115       run in a directory that has a world writable component (e.g /tmp)
     115      run in a directory that has a world writable component (e.g. /tmp)
    116116      then several additional tests fail and the tests terminate after
    117117      25 failures.
Note: See TracChangeset for help on using the changeset viewer.