On 23.11.2017 4:21, via blfs-book wrote:
Author: ken
Date: Wed Nov 22 19:21:36 2017
New Revision: 19526

Log:
Build the Python2 libxml2 module and clarify where / when it is used. Make an 
additional entry for this in the python modules - if trying to build both sets 
of modules before installing libxml.so, the lib has to be built twice with 
separate invocations of configure, that is slow if all the optional 
dependencies are invoked. The dependencies for docbook-xsl are all used at 
runtime, note that and flag their xref tags as runtime.

Modified:
    trunk/BOOK/general/prog/python-modules.xml

Modified: trunk/BOOK/general/prog/python-modules.xml
==============================================================================
--- trunk/BOOK/general/prog/python-modules.xml  Wed Nov 22 13:11:43 2017        
(r19525)
+++ trunk/BOOK/general/prog/python-modules.xml  Wed Nov 22 19:21:36 2017        
(r19526)
@@ -95,6 +95,11 @@
        </listitem>
        <listitem>
          <para>
+          <xref linkend="libxml2py2"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
            <xref linkend="lxml"/>
          </para>
        </listitem>
@@ -173,6 +178,9 @@
      href="beaker.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="libxml2py2.xml"/>
+

I assume you forgot to svn add the file?
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to