Author: pierre
Date: Thu Jan 24 10:30:47 2019
New Revision: 21032
Log:
Fix deps of asciidoc, and remove the need for P2 in volume_key
Modified:
trunk/BOOK/general/genutils/asciidoc.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/volume_key.xml
Modified: trunk/BOOK/general/genutils/asciidoc.xml
==============================================================================
--- trunk/BOOK/general/genutils/asciidoc.xml Thu Jan 24 08:52:09 2019
(r21031)
+++ trunk/BOOK/general/genutils/asciidoc.xml Thu Jan 24 10:30:47 2019
(r21032)
@@ -60,9 +60,9 @@
<bridgehead renderas="sect3">Asciidoc Dependencies</bridgehead>
- <bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional">
- <xref linkend="python2"/>
+ <bridgehead renderas="sect4">Required (Run time)</bridgehead>
+ <para role="required">
+ <xref role="runtime" linkend="python2"/>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 24 08:52:09
2019 (r21031)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 24 10:30:47
2019 (r21032)
@@ -45,6 +45,14 @@
<para>January 24th, 2019</para>
<itemizedlist>
<listitem>
+ <para>[pierre] - Update volume_key dependencies and instructions,
+ to avoid using Python 2.</para>
+ </listitem>
+ <listitem>
+ <para>[pierre] - Update Asciidoc dependencies; Python 2 is required
+ at runtime.</para>
+ </listitem>
+ <listitem>
<para>[renodr] - Update to NSS-3.41.1. Fixes
<ulink url="&blfs-ticket-root;11583">#11583</ulink>.</para>
</listitem>
Modified: trunk/BOOK/postlfs/security/volume_key.xml
==============================================================================
--- trunk/BOOK/postlfs/security/volume_key.xml Thu Jan 24 08:52:09 2019
(r21031)
+++ trunk/BOOK/postlfs/security/volume_key.xml Thu Jan 24 10:30:47 2019
(r21032)
@@ -77,12 +77,20 @@
<para role="required">
<xref linkend="cryptsetup"/>,
<xref linkend="glib2"/>,
- <xref linkend="gpgme"/>,
- <xref linkend="nss"/>,
- <xref linkend="python2"/>, and
+ <xref linkend="gpgme"/>, and
+ <xref linkend="nss"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
<xref linkend="swig"/>
</para>
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="python2"/>
+ </para>
+
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/volume_key"/>
</para>
@@ -102,8 +110,9 @@
</para>
</note>
-<screen><userinput>autoreconf -fiv &&
-./configure --prefix=/usr &&
+<screen><userinput>autoreconf -fiv &&
+./configure --prefix=/usr \
+ --without-python &&
make</userinput></screen>
<para>
@@ -118,6 +127,22 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <parameter>--without-python</parameter>: This parameter prevents building
+ the <application>Python 2</application> bindings, if <xref
+ linkend="python2"/> is installed.
+ </para>
+
+ <para>
+ <option>--without-python3</option>: Use this option if you do not want
+ to build the <application>Python 3</application> bindings. In this case,
+ <xref linkend="swig"/> is not needed.
+ </para>
+
+ </sect2>
<sect2 role="content">
<title>Contents</title>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page