Author: randy Date: 2010-02-20 08:31:27 -0700 (Sat, 20 Feb 2010) New Revision: 8266
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/libxml2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Modified the libxml2 instructions to remove the mention of the optional testsuite as it will cause the tests to fail Modified: trunk/BOOK/general/genlib/libxml2.xml =================================================================== --- trunk/BOOK/general/genlib/libxml2.xml 2010-02-19 01:11:15 UTC (rev 8265) +++ trunk/BOOK/general/genlib/libxml2.xml 2010-02-20 15:31:27 UTC (rev 8266) @@ -8,8 +8,8 @@ <!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz"> <!ENTITY libxml2-md5sum "7740a8ec23878a2f50120e1faa2730f2"> <!ENTITY libxml2-size "4.7 MB"> - <!ENTITY libxml2-buildsize "74 MB (additional 19 MB to run the full test suite)"> - <!ENTITY libxml2-time "1.4 SBU (additional 0.3 SBU to run the full test suite)"> + <!ENTITY libxml2-buildsize "113 MB (additional 19 MB to run the full test suite)"> + <!ENTITY libxml2-time "1.2 SBU (additional 0.3 SBU to run the full test suite)"> ]> <sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;"> @@ -56,7 +56,7 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> <listitem> <para>Optional Testsuite: <ulink @@ -65,7 +65,7 @@ that this is <emphasis>not</emphasis> the latest version of the testsuite, but it is the one specified by the developers.</para> </listitem> - </itemizedlist> + </itemizedlist> --> <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead> @@ -92,9 +92,9 @@ <sect2 role="installation"> <title>Installation of libxml2</title> - <para>If you downloaded the testsuite, issue the following command:</para> + <!-- <para>If you downloaded the testsuite, issue the following command:</para> -<screen><userinput>tar xf ../xmlts20080205.tar.gz</userinput></screen> +<screen><userinput>tar xf ../xmlts20080205.tar.gz</userinput></screen> --> <para>Install <application>libxml2</application> by running the following commands:</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-02-19 01:11:15 UTC (rev 8265) +++ trunk/BOOK/general.ent 2010-02-20 15:31:27 UTC (rev 8266) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "18"> <!-- Always 2 digits --> +<!ENTITY day "20"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-02-19 01:11:15 UTC (rev 8265) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-02-20 15:31:27 UTC (rev 8266) @@ -42,6 +42,17 @@ --> <listitem> + <para>February 20th, 2010</para> + <itemizedlist> + <listitem> + <para>[randy] - Modified the libxml2 instructions to remove the + mention of the optional testsuite as it will cause the tests to + fail.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 18th, 2010</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
