Ignore:
Timestamp:
01/04/2021 12:29:20 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
qt5new
Children:
c9426454
Parents:
3fa3e246 (diff), d67acd4f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging trunk r24052 through r24067

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r3fa3e246 r45b31bb  
    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>
Note: See TracChangeset for help on using the changeset viewer.