Ignore:
Timestamp:
01/24/2016 08:01:02 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16835 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r54789f3 r83f6c770  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-md5sum        "9e6a9aca9d155737868b3dc5fd82f788">
     9  <!ENTITY libxml2-md5sum        "daece17e045f1c107610e137ab50c179">
    1010  <!ENTITY libxml2-size          "5.2 MB">
    11   <!ENTITY libxml2-buildsize     "77 MB (additional 18 MB for tests)">
     11  <!ENTITY libxml2-buildsize     "95 MB (additional 20 MB for tests)">
    1212  <!ENTITY libxml2-time          "0.5 SBU (additional 0.2 SBU for tests)">
    1313  <!ENTITY testsuite-version     "20130923">
     
    102102    </note>
    103103
     104    <para role="optional">
     105      <xref linkend="valgrind"/> (may be used in the tests)
     106    </para>
     107
    104108    <para condition="html" role="usernotes">
    105109      User Notes: <ulink url="&blfs-wiki;/libxml2"/>
     
    111115
    112116    <para>
    113        Apply two upstream fixes, which correct bugs in
    114        <command>xmlcatalog</command> and in the entity substitution
    115        mechanism:
    116     </para>
    117 
    118 <screen><userinput>sed \
    119   -e /xmlInitializeCatalog/d \
    120   -e 's/((ent->checked =.*&amp;&amp;/(((ent->checked == 0) ||\
    121           ((ent->children == NULL) \&amp;\&amp; (ctxt->options \&amp; XML_PARSE_NOENT))) \&amp;\&amp;/' \
    122   -i parser.c</userinput></screen>
    123 
    124     <para>
    125117      Install <application>libxml2</application> by running the following
    126118      commands:
     
    135127
    136128    <para>
    137       To test the results, issue: <command>make check</command>.
     129      To test the results, issue: <command>make check &gt; check.log</command>.
     130      A summary of the results can be obtained with <command>grep -E
     131      '^Total|expected' check.log</command>. If <xref linkend="valgrind"/> is
     132      installed and you want to check memory leaks, replace
     133      <command>check</command> with <command>check-valgrind</command>.
    138134    </para>
    139135
     
    182178        <seg>
    183179          /usr/include/libxml2,
     180          /usr/lib/cmake/libxml2,
    184181          /usr/share/doc/libxml2-&libxml2-version;,
    185           /usr/share/doc/libxml2-python-&libxml2-version; and
     182          /usr/share/doc/libxml2-python-&libxml2-version;, and
    186183          /usr/share/gtk-doc/html/libxml2
    187184        </seg>
Note: See TracChangeset for help on using the changeset viewer.