Author: krejzi
Date: Wed Apr 24 02:37:16 2013
New Revision: 11153

Log:
Fixes

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libxslt.xml
   trunk/BOOK/general/prog/python2.xml
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/gnome/core/libsecret.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Tue Apr 23 11:27:51 2013        (r11152)
+++ trunk/BOOK/general.ent      Wed Apr 24 02:37:16 2013        (r11153)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "23">                   <!-- Always 2 digits -->
+<!ENTITY day          "24">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/general/genlib/libxslt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxslt.xml       Tue Apr 23 11:27:51 2013        
(r11152)
+++ trunk/BOOK/general/genlib/libxslt.xml       Wed Apr 24 02:37:16 2013        
(r11153)
@@ -79,12 +79,27 @@
       <xref linkend="libxml2"/>
     </para>
 
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="DocBook"/> and
+      <xref linkend="docbook-xsl"/>
+    </para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="libgcrypt"/> and
       <xref linkend="python2"/>
     </para>
 
+    <note>
+      <para>
+        Although it is not a direct dependency, many applications
+        using <application>libxslt</application> will expect
+        <xref linkend="DocBook"/> and <xref linkend="docbook-xsl"/>
+        to be present.
+      </para>
+    </note>
+
     <para condition="html" role="usernotes">User Notes:
       <ulink url="&blfs-wiki;/libxslt"/>
     </para>

Modified: trunk/BOOK/general/prog/python2.xml
==============================================================================
--- trunk/BOOK/general/prog/python2.xml Tue Apr 23 11:27:51 2013        (r11152)
+++ trunk/BOOK/general/prog/python2.xml Wed Apr 24 02:37:16 2013        (r11153)
@@ -135,7 +135,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr       \
+<screen><userinput>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror 
-Wformat\"@g" -i configure &amp;&amp;
+./configure --prefix=/usr       \
             --enable-shared     \
             --with-system-expat \
             --with-system-ffi   \
@@ -170,6 +171,12 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g"    
         
+      -i configure</command>: Fixes building with 
+      <application>GCC</application> 4.8.
+    </para>
+
+    <para>
       <option>--with-system-expat</option>: This switch enables linking against
       system version of <application>Expat</application>. Remove if you have
       not installed <xref linkend="expat"/>.

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Tue Apr 23 11:27:51 2013        (r11152)
+++ trunk/BOOK/general/prog/python3.xml Wed Apr 24 02:37:16 2013        (r11153)
@@ -133,7 +133,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr       \
+<screen><userinput>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror 
-Wformat\"@g" -i configure &amp;&amp;
+./configure --prefix=/usr       \
             --enable-shared     \
             --with-system-expat \
             --with-system-ffi &amp;&amp;
@@ -170,6 +171,12 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g"
+      -i configure</command>: Fixes building with
+      <application>GCC</application> 4.8.
+    </para>
+
+    <para>
       <option>--with-system-expat</option>: This switch enables linking against
       system version of <application>Expat</application>. Remove if you have
       not installed recommended dependency <xref linkend="expat"/>.

Modified: trunk/BOOK/gnome/core/libsecret.xml
==============================================================================
--- trunk/BOOK/gnome/core/libsecret.xml Tue Apr 23 11:27:51 2013        (r11152)
+++ trunk/BOOK/gnome/core/libsecret.xml Wed Apr 24 02:37:16 2013        (r11153)
@@ -86,7 +86,10 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="gtk-doc"/>
+      <xref linkend="gtk-doc"/> and
+      <xref linkend="DocBook"/>,
+      <xref linkend="docbook-xsl"/> and
+      <xref linkend="libxslt"/> (to build manual pages)
     </para>
 
     <bridgehead renderas="sect4">Optional (Required for the 
testsuite)</bridgehead>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to