Author: renodr
Date: Wed Jul 20 21:10:38 2016
New Revision: 17602

Log:
Add YAML to trunk and modify Ruby dependencies to reflect
Typo fix
Added a sed to apr and lixslt to silence libtool warnings

Modified:
   trunk/BOOK/general/genlib/apr.xml
   trunk/BOOK/general/genlib/libxslt.xml
   trunk/BOOK/general/genlib/yaml.xml
   trunk/BOOK/general/prog/ruby.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/filesystems/smartmontools.xml

Modified: trunk/BOOK/general/genlib/apr.xml
==============================================================================
--- trunk/BOOK/general/genlib/apr.xml   Wed Jul 20 19:39:01 2016        (r17601)
+++ trunk/BOOK/general/genlib/apr.xml   Wed Jul 20 21:10:38 2016        (r17602)
@@ -88,7 +88,9 @@
       Install <application>Apr</application> by running the following commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr    \
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh 
&amp;&amp;
+
+./configure --prefix=/usr    \
             --disable-static \
             --with-installbuilddir=/usr/share/apr-1/build &amp;&amp;
 make</userinput></screen>
@@ -107,6 +109,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed -i ...</command>: This sed silences several meaningless
+      warnings from libtool.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/general/genlib/libxslt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxslt.xml       Wed Jul 20 19:39:01 2016        
(r17601)
+++ trunk/BOOK/general/genlib/libxslt.xml       Wed Jul 20 21:10:38 2016        
(r17602)
@@ -113,7 +113,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -131,6 +132,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed -i ...</command>: This command silences some meaningless
+      warnings from libtool.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/general/genlib/yaml.xml
==============================================================================
--- trunk/BOOK/general/genlib/yaml.xml  Wed Jul 20 19:39:01 2016        (r17601)
+++ trunk/BOOK/general/genlib/yaml.xml  Wed Jul 20 21:10:38 2016        (r17602)
@@ -12,7 +12,7 @@
   <!ENTITY yaml-time          "0.1 SBU">
 ]>
 
-<sect1 id="yaml" xreflabel="YAML-&yaml-version;" revision="systemd">
+<sect1 id="yaml" xreflabel="YAML-&yaml-version;">
   <?dbhtml filename="yaml.html"?>
 
   <sect1info>

Modified: trunk/BOOK/general/prog/ruby.xml
==============================================================================
--- trunk/BOOK/general/prog/ruby.xml    Wed Jul 20 19:39:01 2016        (r17601)
+++ trunk/BOOK/general/prog/ruby.xml    Wed Jul 20 21:10:38 2016        (r17602)
@@ -85,12 +85,7 @@
       <xref linkend="openssl"/>,
       <xref linkend="tk"/>,
       <xref linkend="valgrind"/>, and
-      <phrase revision="sysv">
-        <ulink url="http://pyyaml.org/wiki/LibYAML";>libyaml</ulink>
-      </phrase>
-      <phrase revision="systemd">
-        <xref linkend="yaml"/>
-      </phrase>
+      <xref linkend="yaml"/>
     </para>
 
     <para condition="html" role="usernotes">User Notes:

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul 20 19:39:01 
2016        (r17601)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul 20 21:10:38 
2016        (r17602)
@@ -47,8 +47,12 @@
       <para>July 20th, 2016</para>
       <itemizedlist>
         <listitem>
-          <para>[renodr] - Added a sed to libxml2 to remove a lot of irritating
-          and useless warnings.</para>
+          <para>[renodr] - Added seds to libxml2, libxslt, and apr
+          to remove a lot of irritating and useless warnings.</para>
+        </listitem>
+        <listitem revision="sysv">
+          <para>[renodr] - Added YAML and modified Ruby dependencies to
+          signify this.</para>
         </listitem>
         <listitem>
           <para>[renodr] - Added a patch for Valgrind to force it to close

Modified: trunk/BOOK/postlfs/filesystems/smartmontools.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/smartmontools.xml    Wed Jul 20 19:39:01 
2016        (r17601)
+++ trunk/BOOK/postlfs/filesystems/smartmontools.xml    Wed Jul 20 21:10:38 
2016        (r17602)
@@ -158,7 +158,7 @@
 
         <seg>
           /usr/share/smartmontools, /usr/share/doc/smartmontools-6.4, and
-          etc/smartd_warning.d
+          /etc/smartd_warning.d
         </seg>
 
       </seglistitem>
-- 
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