Author: randy Date: 2010-03-30 13:18:05 -0600 (Tue, 30 Mar 2010) New Revision: 8371
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/ruby.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Ruby-1.9.1-p376 Modified: trunk/BOOK/general/prog/ruby.xml =================================================================== --- trunk/BOOK/general/prog/ruby.xml 2010-03-30 18:41:14 UTC (rev 8370) +++ trunk/BOOK/general/prog/ruby.xml 2010-03-30 19:18:05 UTC (rev 8371) @@ -7,11 +7,11 @@ <!ENTITY ruby-download-http "http://www.ibiblio.org/pub/languages/ruby/ruby/ruby-&ruby-version;.tar.gz"> --> <!ENTITY ruby-download-http " "> - <!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-&ruby-version;.tar.bz2"> - <!ENTITY ruby-md5sum "37e19d46b7d4b845f57d3389084b94a6"> - <!ENTITY ruby-size "4 MB"> - <!ENTITY ruby-buildsize "151 MB"> - <!ENTITY ruby-time "1 SBU"> + <!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-&ruby-version;.tar.bz2"> + <!ENTITY ruby-md5sum "e019ae9c643c5efe91be49e29781fb94"> + <!ENTITY ruby-size "7.2 MB"> + <!ENTITY ruby-buildsize "205 MB"> + <!ENTITY ruby-time "2.7 SBU (additional 3 SBUs to run the test suite)"> ]> <sect1 id="ruby" xreflabel="Ruby-&ruby-version;"> @@ -82,7 +82,8 @@ --enable-install-doc && make</userinput></screen> - <para>To test the results, issue: <command>make test</command>.</para> + <para>To test the results, issue: <command>make test</command>. As many + as seven of the 6000+ tests may show failure.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -110,10 +111,10 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>ruby, irb, erb, rdoc, ri, and testrb</seg> + <seg>erb, gem, irb, rake, rdoc, ri, ruby, and testrb</seg> <seg>libruby.so, libruby-static.a and numerous modules located in the <filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg> - <seg>/usr/lib/ruby and /usr/share/ri</seg> + <seg>/usr/include/ruby-1.9.1, /usr/lib/ruby and /usr/share/ri</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-03-30 18:41:14 UTC (rev 8370) +++ trunk/BOOK/general.ent 2010-03-30 19:18:05 UTC (rev 8371) @@ -277,7 +277,7 @@ <!ENTITY php-version "5.3.2"> <!ENTITY Python-version "2.6.4"> <!ENTITY python-majorver "2.6"> -<!ENTITY ruby-version "1.8.7-p248"> +<!ENTITY ruby-version "1.9.1-p376"> <!ENTITY tcl-version "8.5.8"> <!ENTITY tk-version "8.5.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-30 18:41:14 UTC (rev 8370) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-30 19:18:05 UTC (rev 8371) @@ -45,6 +45,9 @@ <para>March 30th, 2010</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Ruby-1.9.1-p376.</para> + </listitem> + <listitem> <para>[randy] - Updated to Subversion-1.6.9.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
