Changeset 55e02112


Ignore:
Timestamp:
03/30/2010 07:18:05 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
199a5c9a
Parents:
de35414d
Message:

Updated to Ruby-1.9.1-p376

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rde35414d r55e02112  
    278278<!ENTITY Python-version               "2.6.4">
    279279<!ENTITY python-majorver              "2.6">
    280 <!ENTITY ruby-version                 "1.8.7-p248">
     280<!ENTITY ruby-version                 "1.9.1-p376">
    281281<!ENTITY tcl-version                  "8.5.8">
    282282<!ENTITY tk-version                   "8.5.8">
  • general/prog/ruby.xml

    rde35414d r55e02112  
    88  -->
    99  <!ENTITY ruby-download-http " ">
    10   <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-&ruby-version;.tar.bz2">
    11   <!ENTITY ruby-md5sum        "37e19d46b7d4b845f57d3389084b94a6">
    12   <!ENTITY ruby-size          "4 MB">
    13   <!ENTITY ruby-buildsize     "151 MB">
    14   <!ENTITY ruby-time          "1 SBU">
     10  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-&ruby-version;.tar.bz2">
     11  <!ENTITY ruby-md5sum        "e019ae9c643c5efe91be49e29781fb94">
     12  <!ENTITY ruby-size          "7.2 MB">
     13  <!ENTITY ruby-buildsize     "205 MB">
     14  <!ENTITY ruby-time          "2.7 SBU (additional 3 SBUs to run the test suite)">
    1515]>
    1616
     
    8383make</userinput></screen>
    8484
    85     <para>To test the results, issue: <command>make test</command>.</para>
     85    <para>To test the results, issue: <command>make test</command>. As many
     86    as seven of the 6000+ tests may show failure.</para>
    8687
    8788    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    111112
    112113      <seglistitem>
    113         <seg>ruby, irb, erb, rdoc, ri, and testrb</seg>
     114        <seg>erb, gem, irb, rake, rdoc, ri, ruby, and testrb</seg>
    114115        <seg>libruby.so, libruby-static.a and numerous modules located in the
    115116        <filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg>
    116         <seg>/usr/lib/ruby and /usr/share/ri</seg>
     117        <seg>/usr/include/ruby-1.9.1, /usr/lib/ruby and /usr/share/ri</seg>
    117118      </seglistitem>
    118119    </segmentedlist>
  • introduction/welcome/changelog.xml

    rde35414d r55e02112  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Ruby-1.9.1-p376.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Subversion-1.6.9.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.