Changeset c4f5f1e


Ignore:
Timestamp:
12/27/2023 07:34:15 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
1251fe75
Parents:
c29909c
Message:

Update to ruby-3.3.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rc29909c rc4f5f1e  
    77  <!ENTITY ruby-download-http "https://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "377853f31d10bfe37c58b8537fc3e05d">
    10   <!ENTITY ruby-size          "14 MB">
    11   <!ENTITY ruby-buildsize     "694 MB (add 1.0 GB for C API docs)">
    12   <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 4.6 SBU for tests; add 0.6 SBU for C API docs)">
     9  <!ENTITY ruby-md5sum        "b5e59d56faf25b1ec6445abdf203affa">
     10  <!ENTITY ruby-size          "16 MB">
     11  <!ENTITY ruby-buildsize     "774 MB (with tests and C API docs)">
     12  <!ENTITY ruby-time          "3.4 SBU (using parallelism=4; with tests and C API docs)">
    1313]>
    1414
     
    9090  <sect2 role="installation">
    9191    <title>Installation of Ruby</title>
    92 <!--
    93     <para>
    94       If you wish to run the tests after installing this package, fix a problem
    95       that results in a crash during the test suite, due to an undefined
    96       variable:
    97     </para>
    98 
    99 <screen><userinput>sed -i '283d' tool/lib/leakchecker.rb</userinput></screen>
    100 -->
     92
    10193    <para>
    10294      Install <application>Ruby</application> by running the following
     
    119111
    120112    <para>
    121       The tests require that the new version of Ruby is already installed to
    122       run correctly. If you want to run the tests, execute them after installing
    123       the package. <!-- Ticket #17887 -->
    124     </para>
    125 
    126     <para>
    127       Now, as the <systemitem class="username">root</systemitem> user:
    128     </para>
    129 
    130 <screen role="root"><userinput>make install</userinput></screen>
    131 
    132     <para>
    133113      To test the results, issue: <command>make -k check</command>. There are over
    134       25,000 tests. Some tests related to ipv6 may indicate errors.  If the
     114      27,000 tests. Some tests related to ipv6 may indicate errors.  If the
    135115      tests are run in a directory that has a world writable component (e.g.
    136       /tmp) then several additional tests may fail. A few tests may fail due
    137       to system configuration expectations.
     116      /tmp) then several additional tests may fail. Three tests are known
     117      to fail.
    138118    </para>
    139119
     
    148128* Finished tests in 462.613063s, 50.5649 tests/s, 12069.0885 assertions/s.
    149129  23392 tests, 5583318 assertions, 3 failures, 0 errors, 79 skips
     130
     131with 3.3.0
     132* PASS all 1871 tests
     133* Finished tests in 5.118113s, 63.3046 tests/s, 365.5644 assertions/s.
     134  324 tests, 1871 assertions, 0 failures, 0 errors, 24 skips
     135* Finished tests in 98.164220s, 270.7809 tests/s, 64362.7996 assertions/s.
     136  26581 tests, 6318124 assertions, 3 failures, 0 errors, 202 skips
     137* Finished in 6.226990 seconds
     138  3728 files, 32870 examples, 189937 expectations, 0 failures, 7 errors, 0 tagged
     139* Finished in 1.03 seconds (files took 0.115 seconds to load)
     140  151 examples, 0 failures, 1 pending
    150141-->
     142
     143    <para>
     144      Now, as the <systemitem class="username">root</systemitem> user:
     145    </para>
     146
     147<screen role="root"><userinput>make install</userinput></screen>
    151148
    152149    <note>
  • introduction/welcome/changelog.xml

    rc29909c rc4f5f1e  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to ruby-3.3.0. Fixes
     46          <ulink url="&blfs-ticket-root;19057">#19057</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to Net-DNS-1.42 (Perl module). Fixes
    4650          <ulink url="&blfs-ticket-root;19055">#19055</ulink>.</para>
  • packages.ent

    rc29909c rc4f5f1e  
    349349<!ENTITY python311-version                  "3.11.1">
    350350
    351 <!ENTITY ruby-minor-version           "3.2">
    352 <!ENTITY ruby-patch-version           "2">
     351<!ENTITY ruby-minor-version           "3.3">
     352<!ENTITY ruby-patch-version           "0">
    353353<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    354354<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
Note: See TracChangeset for help on using the changeset viewer.