mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update libxml2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8664 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cd42a25526
commit
9a7888388d
@ -143,7 +143,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user