Author: renodr
Date: Mon Aug 17 09:02:18 2020
New Revision: 23548

Log:
Drop the libxslt python module from libxslt since it doesn't support python3 
and doesn't appear to be used by anything else in the book.

Modified:
   trunk/BOOK/general/genlib/libxslt.xml
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/genlib/libxslt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxslt.xml       Sun Aug 16 23:23:35 2020        
(r23547)
+++ trunk/BOOK/general/genlib/libxslt.xml       Mon Aug 17 09:02:18 2020        
(r23548)
@@ -108,6 +108,7 @@
     <para role="optional">
       <xref linkend="libgcrypt"/> and 
       <xref linkend="libxml2py2"/>
+      <!-- Seems to be used for tests -->
       <note><simpara>The <xref role="nodep" linkend="libxml2py2"/> 
       dependency is only appropriate if the <application>Python2</application>
       module for this package is needed. The
@@ -137,7 +138,7 @@
     </para>
 
 <screen><userinput>sed -i s/3000/5000/ libxslt/transform.c 
doc/xsltproc.{1,xml} &amp;&amp;
-./configure --prefix=/usr --disable-static                   &amp;&amp;
+./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -169,6 +170,13 @@
       limit in libxslt. This is needed by some packages for their 
documentation.
     </para>
 
+    <para>
+      <parameter>--without-python</parameter>: This parameter disables the 
libxslt
+      python module since it does not support Python3. If you wish to enable
+      this module, make sure that <xref role="nodep" linkend="libxml2py2"/> is
+      installed, and remove this parameter.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Sun Aug 16 23:23:35 2020        (r23547)
+++ trunk/BOOK/general/prog/python3.xml Mon Aug 17 09:02:18 2020        (r23548)
@@ -104,7 +104,7 @@
 
     <bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
     <para role="optional">
-      <xref linkend="db"/>,
+      <xref linkend="db"/> and
       <xref linkend="tk"/>
     </para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 16 23:23:35 
2020        (r23547)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Aug 17 09:02:18 
2020        (r23548)
@@ -45,6 +45,10 @@
       <para>August 17th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Disable building the libxslt python module
+          since it does not support Python3.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Update to libreoffice-6.4.6.2. Fixes
           <ulink url="&blfs-ticket-root;13930">#13930</ulink>.</para>
         </listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to