Modified the libxml2 instructions to remove the mention of the optional testsuite as it will cause the tests to fail

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8266 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-02-20 15:31:27 +00:00
parent f207d239f3
commit 3887e25529
3 changed files with 18 additions and 7 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$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;">

View File

@ -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>

View File

@ -41,6 +41,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>