Author: ken Date: 2010-11-04 18:02:08 -0600 (Thu, 04 Nov 2010) New Revision: 8664
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/libxml2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Update libxml2. Modified: trunk/BOOK/general/genlib/libxml2.xml =================================================================== --- trunk/BOOK/general/genlib/libxml2.xml 2010-11-04 16:56:08 UTC (rev 8663) +++ trunk/BOOK/general/genlib/libxml2.xml 2010-11-05 00:02:08 UTC (rev 8664) @@ -6,10 +6,10 @@ <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz"> <!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz"> - <!ENTITY libxml2-md5sum "7740a8ec23878a2f50120e1faa2730f2"> + <!ENTITY libxml2-md5sum "9abc9959823ca9ff904f1fbcf21df066"> <!ENTITY libxml2-size "4.7 MB"> - <!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)"> + <!ENTITY libxml2-buildsize "104 MB (additional 25 MB to run the full test suite)"> + <!ENTITY libxml2-time "1.1 SBU (additional 0.2 SBU to run the full test suite)"> ]> <sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;"> @@ -32,7 +32,7 @@ <para>The <application>libxml2</application> package contains XML libraries. These are useful for parsing XML files.</para> - &lfs65_checked; + &lfs67_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -56,16 +56,18 @@ </listitem> </itemizedlist> - <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> <listitem> <para>Optional Testsuite: <ulink - url="http://www.w3.org/XML/Test/xmlts20080205.tar.gz"/> - This - enables <command>make check</command> to do complete testing. Note + url="http://www.w3.org/XML/Test/xmlts20080827.tar.gz"/> - This + enables <command>make check</command> to do complete testing. + <!-- /* I can't find any documented reason not to use latest instead + of 20080205 */ Note that this is <emphasis>not</emphasis> the latest version of the - testsuite, but it is the one specified by the developers.</para> + testsuite, but it is the one specified by the developers.--></para> </listitem> - </itemizedlist> --> + </itemizedlist> <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead> @@ -92,9 +94,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 ../xmlts20080827.tar.gz</userinput></screen> <para>Install <application>libxml2</application> by running the following commands:</para> @@ -102,7 +104,11 @@ <screen><userinput>./configure --prefix=/usr && make</userinput></screen> - <para>To test the results, issue: <command>make check</command>.</para> + <para>To test the results, issue: <command>make check</command>. If you have + installed <application>Python</application> this will conclude by reporting + a failure in the regression tests. The extended testsuite runs near the end + of the tests, it will report a count of errors, and then report how many are + expected.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-11-04 16:56:08 UTC (rev 8663) +++ trunk/BOOK/general.ent 2010-11-05 00:02:08 UTC (rev 8664) @@ -143,7 +143,7 @@ <!ENTITY popt-version "1.15"> <!ENTITY slang-version "2.2.2"> <!ENTITY gamin-version "0.1.10"> -<!ENTITY libxml2-version "2.7.6"> +<!ENTITY libxml2-version "2.7.7"> <!ENTITY libxslt-version "1.1.26"> <!ENTITY libgtkhtml-version "2.11.1"> <!ENTITY GLib-version "1.2.10"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-11-04 16:56:08 UTC (rev 8663) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-11-05 00:02:08 UTC (rev 8664) @@ -50,6 +50,10 @@ documentation directory, and modified permissions of library files to standards.</para> </listitem> + <listitem> + <para>[ken] - Updated to libxml2-2.7.7 (fixes ticket + <ulink url="&blfs-ticket-root;3081">#3081</ulink>)</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
