Author: renodr
Date: Fri Jul 22 14:00:54 2016
New Revision: 17605

Log:
Update to gjs-1.45.4
Added several seds to packages to silence libtool warnings
Added wayland-protocols to trunk and modified GTK+3 instructions to reflect this
Typo fixes and text changes
Added systemd-specific CUPS restart info back to Gutenprint
Added a note in babl that generating the docs takes a long time.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/wayland-protocols.xml
   trunk/BOOK/general/graphlib/babl.xml
   trunk/BOOK/general/graphlib/jasper.xml
   trunk/BOOK/general/graphlib/librsvg.xml
   trunk/BOOK/general/graphlib/libtiff.xml
   trunk/BOOK/general/prog/pygobject2.xml
   trunk/BOOK/general/sysutils/colord.xml
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/gjs.xml
   trunk/BOOK/gnome/platform/rest.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netlibs/libsoup.xml
   trunk/BOOK/postlfs/security/polkit.xml
   trunk/BOOK/pst/printing/gutenprint.xml
   trunk/BOOK/x/installing/mesa.xml
   trunk/BOOK/x/lib/at-spi2-atk.xml
   trunk/BOOK/x/lib/gdk-pixbuf.xml
   trunk/BOOK/x/lib/gtk+2.xml
   trunk/BOOK/x/lib/gtk+3.xml
   trunk/BOOK/x/lib/pango.xml
   trunk/BOOK/xsoft/other/gimp.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/general.ent      Fri Jul 22 14:00:54 2016        (r17605)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "July 21st &year;">
+<!ENTITY releasedate  "July 22nd &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/genlib/wayland-protocols.xml
==============================================================================
--- trunk/BOOK/general/genlib/wayland-protocols.xml     Fri Jul 22 12:57:46 
2016        (r17604)
+++ trunk/BOOK/general/genlib/wayland-protocols.xml     Fri Jul 22 14:00:54 
2016        (r17605)
@@ -12,7 +12,7 @@
   <!ENTITY wayland-protocols-time          "less than 0.1 SBU">
 ]>
 
-<sect1 id="wayland-protocols" 
xreflabel="wayland-protocols-&wayland-protocols-version;" revision="systemd">
+<sect1 id="wayland-protocols" 
xreflabel="wayland-protocols-&wayland-protocols-version;">
   <?dbhtml filename="wayland-protocols.html"?>
 
   <sect1info>

Modified: trunk/BOOK/general/graphlib/babl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/babl.xml        Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/general/graphlib/babl.xml        Fri Jul 22 14:00:54 2016        
(r17605)
@@ -117,6 +117,8 @@
       <parameter>--disable-docs</parameter>: This switch disables
       <filename>BablFishPath.html</filename> and
       <filename>index.html</filename> generation. Remove it, if you want them.
+      Note that generating the docs takes a long time, up to as much as
+      2.8 SBU.
     </para>
 
     <para>

Modified: trunk/BOOK/general/graphlib/jasper.xml
==============================================================================
--- trunk/BOOK/general/graphlib/jasper.xml      Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/general/graphlib/jasper.xml      Fri Jul 22 14:00:54 2016        
(r17605)
@@ -119,7 +119,7 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>--enable-shared</parameter>: This command
+    <para><parameter>--enable-shared</parameter>: This switch
     causes the shared library to be built.</para>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";

Modified: trunk/BOOK/general/graphlib/librsvg.xml
==============================================================================
--- trunk/BOOK/general/graphlib/librsvg.xml     Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/general/graphlib/librsvg.xml     Fri Jul 22 14:00:54 2016        
(r17605)
@@ -105,7 +105,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr    \
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+./configure --prefix=/usr    \
             --enable-vala    \
             --disable-static &amp;&amp;
 make</userinput></screen>
@@ -125,6 +126,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and annoying warnings generated by libtool.
+    </para>
+
+    <para>
       <parameter>--enable-vala</parameter>: This switch enables
       building of the Vala bindings. Remove this switch if you don't have
       <xref linkend="vala"/> installed.

Modified: trunk/BOOK/general/graphlib/libtiff.xml
==============================================================================
--- trunk/BOOK/general/graphlib/libtiff.xml     Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/general/graphlib/libtiff.xml     Fri Jul 22 14:00:54 2016        
(r17605)
@@ -104,7 +104,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" libtool &amp;&amp;
+./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>

Modified: trunk/BOOK/general/prog/pygobject2.xml
==============================================================================
--- trunk/BOOK/general/prog/pygobject2.xml      Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/general/prog/pygobject2.xml      Fri Jul 22 14:00:54 2016        
(r17605)
@@ -106,6 +106,7 @@
       </para>
 
 <screen><userinput>patch -Np1 -i 
../pygobject-&pygobject2-version;-fixes-1.patch   &amp;&amp;
+sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
 ./configure --prefix=/usr --disable-introspection &amp;&amp;
 make</userinput></screen>
 
@@ -124,6 +125,11 @@
       <title>Command Explanations</title>
 
       <para>
+        <command>sed -i ... ltmain.sh</command>: This sed silences several
+        useless and annoying warnings generated by libtool.
+      </para>
+
+      <para>
         <option>--disable-introspection</option>: Omit this switch if you have
         installed <xref linkend="gobject-introspection"/>. Note that it
         conflicts with <xref linkend="pygobject3"/>.

Modified: trunk/BOOK/general/sysutils/colord.xml
==============================================================================
--- trunk/BOOK/general/sysutils/colord.xml      Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/general/sysutils/colord.xml      Fri Jul 22 14:00:54 2016        
(r17605)
@@ -134,7 +134,8 @@
       commands:
     </para>
 
-<screen revision="sysv"><userinput>./configure --prefix=/usr                \
+<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" 
ltmain.sh &amp;&amp;
+./configure --prefix=/usr                \
             --sysconfdir=/etc            \
             --localstatedir=/var         \
             --with-daemon-user=colord    \
@@ -146,7 +147,8 @@
             --with-systemdsystemunitdir=no &amp;&amp;
 make</userinput></screen>
 
-<screen revision="systemd"><userinput>./configure --prefix=/usr                
\
+<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" 
ltmain.sh &amp;&amp;
+./configure --prefix=/usr                \
             --sysconfdir=/etc            \
             --localstatedir=/var         \
             --with-daemon-user=colord    \
@@ -175,6 +177,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed -i ... ltmain.sh</command>: This sed command silences
+      several useless and annoying warnings generated by libtool.
+    </para>
+
+    <para>
       <parameter>--with-daemon-user=colord</parameter>: This
       switch is used so the <command>colord</command> daemon
       will run as an unprivileged user instead of

Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent        Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/gnome.ent        Fri Jul 22 14:00:54 2016        (r17605)
@@ -16,7 +16,7 @@
 <!ENTITY GConf-version                "3.2.6">
 <!ENTITY libsecret-version            "0.18.5">
 <!ENTITY gcr-version                  "3.20.0">
-<!ENTITY gjs-version                  "1.45.3">
+<!ENTITY gjs-version                  "1.45.4">
 <!ENTITY gnome-desktop-version        "3.20.2">
 <!ENTITY gnome-video-effects-version  "0.4.1">
 <!ENTITY libgtop-version              "2.34.0">

Modified: trunk/BOOK/gnome/platform/gjs.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gjs.xml   Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/gnome/platform/gjs.xml   Fri Jul 22 14:00:54 2016        (r17605)
@@ -6,10 +6,10 @@
 
   <!ENTITY gjs-download-http 
"&gnome-download-http;/gjs/1.45/gjs-&gjs-version;.tar.xz">
   <!ENTITY gjs-download-ftp  
"&gnome-download-ftp;/gjs/1.45/gjs-&gjs-version;.tar.xz">
-  <!ENTITY gjs-md5sum        "b577c0fc65a132bfb1f36b82129bfd3f">
-  <!ENTITY gjs-size          "480 KB">
-  <!ENTITY gjs-buildsize     "28 MB (with tests)">
-  <!ENTITY gjs-time          "0.6 SBU (with tests)">
+  <!ENTITY gjs-md5sum        "90f00c5a931e23682bfcc7db906b6c1c">
+  <!ENTITY gjs-size          "472 KB">
+  <!ENTITY gjs-buildsize     "34 MB (with tests)">
+  <!ENTITY gjs-time          "0.4 SBU (with tests)">
 ]>
 
 <sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
@@ -30,7 +30,7 @@
     <title>Introduction to Gjs</title>
 
     <para>
-      <application>Gjs</application> is a Javascript binding for
+      <application>Gjs</application> is a set of Javascript bindings for
       <application>GNOME</application>.
     </para>
 
@@ -102,11 +102,7 @@
       commands:
     </para>
 
-<screen><userinput>
-sed -e '/inout/s:JSUnit://JSUnit:' \
-    -i installed-tests/js/testEverythingBasic.js &amp;&amp;
-
-./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -121,14 +117,19 @@
 
   </sect2>
 
+<!--
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+
     <para>
       <command>sed ...</command>: Disable a failing test.
     </para>
-    
+
+ Above command no longer needed as of 1.45.4. 20160622 Douglas
+   
   </sect2>
+-->
 
   <sect2 role="content">
     <title>Contents</title>

Modified: trunk/BOOK/gnome/platform/rest.xml
==============================================================================
--- trunk/BOOK/gnome/platform/rest.xml  Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/gnome/platform/rest.xml  Fri Jul 22 14:00:54 2016        (r17605)
@@ -103,7 +103,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -119,6 +120,16 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and annoying warnings generated by libtool.
+    </para>
+   
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jul 22 12:57:46 
2016        (r17604)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jul 22 14:00:54 
2016        (r17605)
@@ -44,6 +44,31 @@
 
 -->
     <listitem>
+      <para>July 22nd, 2016</para>
+      <itemizedlist>
+         <listitem>
+           <para>[renodr] - Update to gjs-1.45.4. Fixes
+           <ulink url="&blfs-ticket-root;8095">#8095</ulink>.</para>
+         </listitem>
+         <listitem>
+           <para>[renodr] - Added a note to babl to mention that generating
+           the docs takes a long time.</para>
+         </listitem>
+         <listitem revision="sysv">
+           <para>[renodr] - Made wayland-protocols available to trunk and
+           made modifications to GTK+-3 to reflect this.</para>
+         </listitem>
+         <listitem>
+           <para>[renodr] - Added seds to several packages to silence libtool
+           warnings.</para>
+         </listitem>
+         <listitem revision="systemd">
+           <para>[renodr] - Restored systemd specific info to 
Gutenprint.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 21st, 2016</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/networking/netlibs/libsoup.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libsoup.xml   Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/networking/netlibs/libsoup.xml   Fri Jul 22 14:00:54 2016        
(r17605)
@@ -112,7 +112,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh 
&amp;&amp;
+./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -130,6 +131,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed -i ... build-aux/ltmain.sh</command>: This sed silences
+      several useless and annoying warnings generated by libtool.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/postlfs/security/polkit.xml
==============================================================================
--- trunk/BOOK/postlfs/security/polkit.xml      Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/postlfs/security/polkit.xml      Fri Jul 22 14:00:54 2016        
(r17605)
@@ -164,18 +164,20 @@
       commands:
     </para>
 
-<screen revision="sysv"><userinput>./configure --prefix=/usr                \
-            --sysconfdir=/etc            \
-            --localstatedir=/var         \
-            --disable-static             \
-            --enable-libsystemd-login=no \
-            --with-authfw=shadow         &amp;&amp;
+<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" 
ltmain.sh &amp;&amp;
+./configure --prefix=/usr                    \
+            --sysconfdir=/etc                \
+            --localstatedir=/var             \
+            --disable-static                 \
+            --enable-libsystemd-login=no     \
+            --with-authfw=shadow             &amp;&amp;
 make</userinput></screen>
 
-<screen revision="systemd"><userinput>./configure --prefix=/usr        \
-            --sysconfdir=/etc    \
-            --localstatedir=/var \
-            --disable-static     &amp;&amp;
+<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" 
ltmain.sh &amp;&amp;
+./configure --prefix=/usr                    \
+            --sysconfdir=/etc                \
+            --localstatedir=/var             \
+            --disable-static                 &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -197,6 +199,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences many useless
+      and annoying warnings from libtool.
+    </para>
+
     <para revision="sysv">
       <parameter>--enable-libsystemd-login=no</parameter>: This parameter fixes
       building without <application>systemd</application>, which is not part

Modified: trunk/BOOK/pst/printing/gutenprint.xml
==============================================================================
--- trunk/BOOK/pst/printing/gutenprint.xml      Fri Jul 22 12:57:46 2016        
(r17604)
+++ trunk/BOOK/pst/printing/gutenprint.xml      Fri Jul 22 14:00:54 2016        
(r17605)
@@ -180,7 +180,9 @@
       drivers, it has to be restarted (as the <systemitem
       class="username">root</systemitem> user):</para>
 
-<screen role="root"><userinput>/etc/rc.d/init.d/cups 
restart</userinput></screen>
+<screen role="root" revision="sysv"><userinput>/etc/rc.d/init.d/cups 
restart</userinput></screen>
+
+<screen role="root" revision="systemd"><userinput>systemctl restart 
org.cups.cupsd</userinput></screen>
 
       <!-- <para>This command may take a long time (up to 10 minutes)
       to complete. Don't panic while <application>CUPS</application>

Modified: trunk/BOOK/x/installing/mesa.xml
==============================================================================
--- trunk/BOOK/x/installing/mesa.xml    Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/x/installing/mesa.xml    Fri Jul 22 14:00:54 2016        (r17605)
@@ -164,6 +164,7 @@
 <screen><userinput>GLL_DRV="nouveau,r300,r600,radeonsi,svga,swrast,swr" 
&amp;&amp;
 
 sed -i "/pthread-stubs/d" configure.ac      &amp;&amp;
+sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
 ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
             --prefix=$XORG_PREFIX           \
             --sysconfdir=/etc               \
@@ -227,6 +228,11 @@
     </para>
 
     <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and annoying warnings from libtool.
+    </para>
+
+    <para>
       <parameter>CFLAGS="-O2" CXXFLAGS="-O2"</parameter>: By default,
       <application>Autoconf</application> sets CFLAGS and CXXFLAGS to
       "-g -O2". That results in binaries and libraries being built with

Modified: trunk/BOOK/x/lib/at-spi2-atk.xml
==============================================================================
--- trunk/BOOK/x/lib/at-spi2-atk.xml    Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/x/lib/at-spi2-atk.xml    Fri Jul 22 14:00:54 2016        (r17605)
@@ -93,7 +93,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -111,6 +112,16 @@
       href="../../xincludes/gsettings-destdir.xml"/>
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+    
+    <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and obsolete warnings generated from libtool.
+    </para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/x/lib/gdk-pixbuf.xml
==============================================================================
--- trunk/BOOK/x/lib/gdk-pixbuf.xml     Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/x/lib/gdk-pixbuf.xml     Fri Jul 22 14:00:54 2016        (r17605)
@@ -117,7 +117,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+./configure --prefix=/usr --with-x11 &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -147,6 +148,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and annoying warnings generated from libtool.
+    </para>
+
+    <para>
       <parameter>--with-x11</parameter>: This switch enables building of the
       <application>Gdk Pixbuf</application> <application>X11</application>
       library which is needed for <emphasis>many</emphasis> packages.

Modified: trunk/BOOK/x/lib/gtk+2.xml
==============================================================================
--- trunk/BOOK/x/lib/gtk+2.xml  Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/x/lib/gtk+2.xml  Fri Jul 22 14:00:54 2016        (r17605)
@@ -109,6 +109,8 @@
 <screen><userinput>sed -e 's#l \(gtk-.*\).sgml#&amp; -o \1#' \
     -i docs/{faq,tutorial}/Makefile.in      &amp;&amp;
 
+sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+
 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
 
 make</userinput></screen>
@@ -144,6 +146,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and obsolete warnings generated from libtool.
+    </para>
+
+    <para>
       <command>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#'
       docs/{faq,tutorial}/Makefile.in</command>: If you have
       <xref linkend="docbook-utils"/> installed (specifically, if configure

Modified: trunk/BOOK/x/lib/gtk+3.xml
==============================================================================
--- trunk/BOOK/x/lib/gtk+3.xml  Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/x/lib/gtk+3.xml  Fri Jul 22 14:00:54 2016        (r17605)
@@ -101,7 +101,8 @@
       <xref linkend="gtk-doc"/>,
       <xref linkend="json-glib"/>,
       <xref linkend="libxkbcommon"/>,
-      <xref linkend="wayland"/>, and
+      <xref linkend="wayland"/>, 
+      <xref linkend="wayland-protocols"/>, and
       <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/";>rest</ulink>
     </para>
     <para role="optional" revision="systemd">
@@ -141,7 +142,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr             \
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh 
&amp;&amp;
+./configure --prefix=/usr             \
             --sysconfdir=/etc         \
             --enable-broadway-backend \
             --enable-x11-backend      \
@@ -191,6 +193,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed -i ... build-aux/ltmain.sh</command>: This sed silences
+      several useless and annoying warnings generated by libtool.
+    </para>
+
+    <para>
       <parameter>--enable-broadway-backend</parameter>: switch enables the
       HTML5 GTK backend.
     </para>

Modified: trunk/BOOK/x/lib/pango.xml
==============================================================================
--- trunk/BOOK/x/lib/pango.xml  Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/x/lib/pango.xml  Fri Jul 22 14:00:54 2016        (r17605)
@@ -112,7 +112,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -141,6 +142,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and annoying warnings generated from libtool.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/gtk-doc-rebuild.xml"/>
 

Modified: trunk/BOOK/xsoft/other/gimp.xml
==============================================================================
--- trunk/BOOK/xsoft/other/gimp.xml     Fri Jul 22 12:57:46 2016        (r17604)
+++ trunk/BOOK/xsoft/other/gimp.xml     Fri Jul 22 14:00:54 2016        (r17605)
@@ -177,7 +177,8 @@
       the following commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
+./configure --prefix=/usr \
             --sysconfdir=/etc \
             --without-gvfs &amp;&amp;
 make</userinput></screen>
@@ -243,11 +244,16 @@
     <title>Command Explanations</title>
 
     <para>
-      <command> sed ... configure.ac</command>: This command allows
+      <command>sed ... configure.ac</command>: This command allows
       building with the current version of gegl.
     </para>
 
     <para>
+      <command>sed -i ... ltmain.sh</command>: This sed silences several
+      useless and annoying warnings generated by libtool.
+    </para>
+
+    <para>
       <envar>ALL_LINGUAS=&quot;ca da de el en en_GB ...&quot;</envar>: by
       default, the help files will be rendered in all the available languages.
       Remove the codes of any languages you do not wish to build.
-- 
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