Changeset e4c4af6


Ignore:
Timestamp:
01/02/2021 09:30:15 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4544b2a6
Parents:
b6d42b9
Message:

Update to ruby-3.0.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rb6d42b9 re4c4af6  
    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        "60adb09227ff188a53fd13b6e854edd2">
    10   <!ENTITY ruby-size          "11 MB">
    11   <!ENTITY ruby-buildsize     "567 MB (add 230 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.3 SBU (using parallelism=4; add 4.4 SBU for tests; add 0.5 SBU for C API docs)">
     9  <!ENTITY ruby-md5sum        "fefb57db58b5c3f11534710bab2bba47">
     10  <!ENTITY ruby-size          "14 MB">
     11  <!ENTITY ruby-buildsize     "629 MB (add 533 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.3 SBU (using parallelism=4; add 5.5 SBU for tests; add 0.8 SBU for C API docs)">
    1313]>
    1414
     
    111111
    112112    <para>
    113       To test the results, issue: <command>make check</command>. There are over
     113      To test the results, issue: <command>make check</command>. There are almost
    114114      21,000 tests. Some tests related to ipv6 may indicate errors.  If the
    115115      tests are run in a directory that has a world writable component (e.g.
    116       /tmp) then several additional tests may fail. One test related to
    117       the time function may fail due to a change in expectations as a result of
    118       glibc-2.31.
     116      /tmp) then several additional tests may fail. A few tests my fail due
     117      to system configuration expectations.
    119118    </para>
    120119
     
    162161      <seglistitem>
    163162        <seg>
    164           bundle, bundler, erb, gem, irb, rake, rdoc, ri, and ruby
     163          bundle,
     164          bundler,
     165          erb,
     166          gem,
     167          irb,
     168          racc,
     169          rake,
     170          rbs,
     171          rdoc,
     172          ri,
     173          ruby, and
     174          typeprof
    165175        </seg>
    166176        <seg>
  • introduction/welcome/changelog.xml

    rb6d42b9 re4c4af6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to ruby-3.0.0. Fixes
     49          <ulink url="&blfs-ticket-root;14415">#14415</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to mesa-20.3.2. Fixes
    4953          <ulink url="&blfs-ticket-root;14448">#14448</ulink>.</para>
  • packages.ent

    rb6d42b9 re4c4af6  
    363363<!ENTITY python3-lib-suffix           "cpython-&python3-major;&python3-minor;-&lt;arch&gt;-linux-gnu">
    364364
    365 <!ENTITY ruby-minor-version           "2.7">
    366 <!ENTITY ruby-patch-version           "2">
     365<!ENTITY ruby-minor-version           "3.0">
     366<!ENTITY ruby-patch-version           "0">
    367367<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    368368<!ENTITY rust-version                 "1.47.0">
Note: See TracChangeset for help on using the changeset viewer.