Author: bdubbs Date: Fri Dec 2 11:41:42 2016 New Revision: 18024 Log: Create branch without lib64 symlinks
Added: branches/nosym/ - copied from r18023, trunk/BOOK/ branches/nosym/BLFS-SVN-no-symlinks-20161202.diff Modified: branches/nosym/general/genlib/apr.xml branches/nosym/general/genlib/libical.xml branches/nosym/general/genlib/libxml2.xml branches/nosym/general/genlib/libxslt.xml branches/nosym/general/genlib/qca.xml branches/nosym/general/genutils/imagemagick.xml branches/nosym/general/graphlib/gegl.xml branches/nosym/general/graphlib/librsvg.xml branches/nosym/general/graphlib/libtiff.xml branches/nosym/general/prog/gcc-ada.xml branches/nosym/general/prog/gcc-java.xml branches/nosym/general/prog/gcc.xml branches/nosym/general/prog/guile.xml branches/nosym/general/prog/pygobject2.xml branches/nosym/general/prog/subversion.xml branches/nosym/general/sysutils/colord.xml branches/nosym/gnome/applications/evolution.xml branches/nosym/gnome/platform/rest.xml branches/nosym/kde/kf5/oxygen-fonts.xml branches/nosym/kde/libdbusmenuqt.xml branches/nosym/multimedia/libdriv/pulseaudio.xml branches/nosym/multimedia/videoutils/vlc.xml branches/nosym/networking/netlibs/libsoup.xml branches/nosym/postlfs/security/polkit.xml branches/nosym/server/major/bind.xml branches/nosym/x/installing/libva.xml branches/nosym/x/installing/mesa.xml branches/nosym/x/installing/x7lib.xml branches/nosym/x/lib/at-spi2-atk.xml branches/nosym/x/lib/freeglut.xml branches/nosym/x/lib/gdk-pixbuf.xml branches/nosym/x/lib/gtk+2.xml branches/nosym/x/lib/gtk+3.xml branches/nosym/x/lib/pango.xml branches/nosym/xsoft/other/gimp.xml Added: branches/nosym/BLFS-SVN-no-symlinks-20161202.diff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/nosym/BLFS-SVN-no-symlinks-20161202.diff Fri Dec 2 11:41:42 2016 (r18024) @@ -0,0 +1,756 @@ +Index: general/genlib/apr.xml +=================================================================== +--- general/genlib/apr.xml (revision 18023) ++++ general/genlib/apr.xml (working copy) +@@ -88,9 +88,7 @@ + Install <application>Apr</application> by running the following commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && +- +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --disable-static \ + --with-installbuilddir=/usr/share/apr-1/build && + make</userinput></screen> +Index: general/genlib/libical.xml +=================================================================== +--- general/genlib/libical.xml (revision 18023) ++++ general/genlib/libical.xml (working copy) +@@ -129,9 +129,10 @@ + <screen><userinput>mkdir build && + cd build && + +-cmake -DCMAKE_INSTALL_PREFIX=/usr \ +- -DCMAKE_BUILD_TYPE=Release \ +- -DSHARED_ONLY=yes \ ++cmake -DCMAKE_INSTALL_PREFIX=/usr \ ++ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ ++ -DCMAKE_BUILD_TYPE=Release \ ++ -DSHARED_ONLY=yes \ + .. && + make</userinput></screen> + +Index: general/genlib/libxml2.xml +=================================================================== +--- general/genlib/libxml2.xml (revision 18023) ++++ general/genlib/libxml2.xml (working copy) +@@ -125,8 +125,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr --disable-static --with-history && ++<screen><userinput>./configure --prefix=/usr --disable-static --with-history && + make</userinput></screen> + + <para>If you downloaded the testsuite, issue the following command:</para> +Index: general/genlib/libxslt.xml +=================================================================== +--- general/genlib/libxslt.xml (revision 18023) ++++ general/genlib/libxslt.xml (working copy) +@@ -113,8 +113,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr --disable-static && ++<screen><userinput>./configure --prefix=/usr --disable-static && + make</userinput></screen> + + <para> +Index: general/genlib/qca.xml +=================================================================== +--- general/genlib/qca.xml (revision 18023) ++++ general/genlib/qca.xml (working copy) +@@ -101,6 +101,7 @@ + cd build && + + cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \ ++ -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_BUILD_TYPE=Release \ + -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ + .. && +Index: general/genutils/imagemagick.xml +=================================================================== +--- general/genutils/imagemagick.xml (revision 18023) ++++ general/genutils/imagemagick.xml (working copy) +@@ -216,9 +216,7 @@ + commands: + </para> + +-<screen><userinput>sed -i '/seems to be moved/ s/^/true #/' config/ltmain.sh && +- +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-hdri \ + --with-modules \ +Index: general/graphlib/gegl.xml +=================================================================== +--- general/graphlib/gegl.xml (revision 18023) ++++ general/graphlib/gegl.xml (working copy) +@@ -115,10 +115,6 @@ + <sect2 role="installation"> + <title>Installation of gegl</title> + +- <para>If desired, prevent the ouput of numerous invalid warnings:</para> +- +-<screen><userinput>sed -i "/seems to be moved/s/^/: #/" ltmain.sh</userinput></screen> +- + <para> + Install <application>gegl</application> by running the following commands: + </para> +Index: general/graphlib/librsvg.xml +=================================================================== +--- general/graphlib/librsvg.xml (revision 18023) ++++ general/graphlib/librsvg.xml (working copy) +@@ -105,8 +105,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --enable-vala \ + --disable-static && + make</userinput></screen> +@@ -126,11 +125,6 @@ + <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. +Index: general/graphlib/libtiff.xml +=================================================================== +--- general/graphlib/libtiff.xml (revision 18023) ++++ general/graphlib/libtiff.xml (working copy) +@@ -105,8 +105,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" config/ltmain.sh && +-./configure --prefix=/usr --disable-static && ++<screen><userinput>./configure --prefix=/usr --disable-static && + make</userinput></screen> + + <para> +Index: general/prog/gcc-ada.xml +=================================================================== +--- general/prog/gcc-ada.xml (revision 18023) ++++ general/prog/gcc-ada.xml (working copy) +@@ -236,7 +236,14 @@ + following commands: + </para> + +-<screen><userinput>mkdir build && ++<screen><userinput>case $(uname -m) in ++ x86_64) ++ sed -e '/m64=/s/lib64/lib/' \ ++ -i.orig gcc/config/i386/t-linux64 ++ ;; ++esac ++ ++mkdir build && + cd build && + + ../configure \ +Index: general/prog/gcc-java.xml +=================================================================== +--- general/prog/gcc-java.xml (revision 18023) ++++ general/prog/gcc-java.xml (working copy) +@@ -155,7 +155,14 @@ + following commands: + </para> + +-<screen><userinput>sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in && ++<screen><userinput>case $(uname -m) in ++ x86_64) ++ sed -e '/m64=/s/lib64/lib/' \ ++ -i.orig gcc/config/i386/t-linux64 ++ ;; ++esac ++ ++sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in && + sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in && + sed -i 's/absolute/file normalize/' libjava/testsuite/lib/libjava.exp && + sed -i 's/major.*1000.*minor/major/' gcc/java/decl.c && +Index: general/prog/gcc.xml +=================================================================== +--- general/prog/gcc.xml (revision 18023) ++++ general/prog/gcc.xml (working copy) +@@ -168,7 +168,14 @@ + Install <application>GCC</application> by running the following commands: + </para> + +-<screen><userinput>mkdir build && ++<screen><userinput>case $(uname -m) in ++ x86_64) ++ sed -e '/m64=/s/lib64/lib/' \ ++ -i.orig gcc/config/i386/t-linux64 ++ ;; ++esac ++ ++mkdir build && + cd build && + + ../configure \ +Index: general/prog/guile.xml +=================================================================== +--- general/prog/guile.xml (revision 18023) ++++ general/prog/guile.xml (working copy) +@@ -99,9 +99,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/:#/" build-aux/ltmain.sh && +- +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/guile-&guile-version; && + make && +@@ -140,10 +138,6 @@ + <sect2 role="commands"> + <title>Command Explanations</title> + +- <para><command>sed -i ... build-aux/ltmain.sh</command>: +- This sed disables a lot invalid warnings about moved libraries generated +- by libtool.</para> +- + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + +Index: general/prog/pygobject2.xml +=================================================================== +--- general/prog/pygobject2.xml (revision 18023) ++++ general/prog/pygobject2.xml (working copy) +@@ -106,7 +106,6 @@ + </para> + + <screen><userinput>patch -Np1 -i ../pygobject-&pygobject2-version;-fixes-1.patch && +-sed -i "/seems to be moved/s/^/#/" ltmain.sh && + ./configure --prefix=/usr --disable-introspection && + make</userinput></screen> + +@@ -125,11 +124,6 @@ + <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"/>. +Index: general/prog/subversion.xml +=================================================================== +--- general/prog/subversion.xml (revision 18023) ++++ general/prog/subversion.xml (working copy) +@@ -146,8 +146,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --disable-static \ + --with-apache-libexecdir && + make</userinput></screen> +@@ -241,11 +240,6 @@ + <sect2 role="commands"> + <title>Command Explanations</title> + +- <para> +- <command>sed -i ... build/ltmain.sh</command>: This sed silences several +- annoying and useless warnings emitted from libtool. +- </para> +- + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + +Index: general/sysutils/colord.xml +=================================================================== +--- general/sysutils/colord.xml (revision 18023) ++++ general/sysutils/colord.xml (working copy) +@@ -134,8 +134,7 @@ + commands: + </para> + +-<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr \ ++<screen revision="sysv"><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-daemon-user=colord \ +@@ -147,8 +146,7 @@ + --with-systemdsystemunitdir=no && + make</userinput></screen> + +-<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr \ ++<screen revision="systemd"><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-daemon-user=colord \ +@@ -177,11 +175,6 @@ + <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 +Index: gnome/applications/evolution.xml +=================================================================== +--- gnome/applications/evolution.xml (revision 18023) ++++ gnome/applications/evolution.xml (working copy) +@@ -127,8 +127,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-gtkspell \ + --disable-pst-import \ +@@ -150,11 +149,6 @@ + <sect2 role="commands"> + <title>Command Explanations</title> + +- <para> +- <command>sed -i ... ltmain.sh</command>: This command prevents the build +- procedure from outputting a lot of invalid warnings. +- </para> +- + <!-- + <para> + <parameter>- -disable-autoar</parameter>: This switch disables +Index: gnome/platform/rest.xml +=================================================================== +--- gnome/platform/rest.xml (revision 18023) ++++ gnome/platform/rest.xml (working copy) +@@ -104,8 +104,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --with-ca-certificates=/etc/ssl/ca-bundle.crt && + make</userinput></screen> + +@@ -125,11 +124,6 @@ + <title>Command Explanations</title> + + <para> +- <command>sed -i ... build/ltmain.sh</command>: This sed silences several +- useless and annoying warnings generated by libtool. +- </para> +- +- <para> + <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This + switch sets the location of the BLFS <xref linkend="cacerts"/> bundle. + </para> +Index: kde/kf5/oxygen-fonts.xml +=================================================================== +--- kde/kf5/oxygen-fonts.xml (revision 18023) ++++ kde/kf5/oxygen-fonts.xml (working copy) +@@ -93,7 +93,8 @@ + <screen><userinput>mkdir build && + cd build && + +-cmake -DCMAKE_INSTALL_PREFIX=/usr ..</userinput></screen> ++cmake -DCMAKE_INSTALL_PREFIX=/usr \ ++ -DCMAKE_INSTALL_LIBDIR=lib ..</userinput></screen> + + <para> + This package does not come with a test suite. +Index: kde/libdbusmenuqt.xml +=================================================================== +--- kde/libdbusmenuqt.xml (revision 18023) ++++ kde/libdbusmenuqt.xml (working copy) +@@ -83,6 +83,7 @@ + cd build && + + cmake -DCMAKE_INSTALL_PREFIX=/usr \ ++ -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_BUILD_TYPE=Release \ + -DWITH_DOC=OFF \ + -Wno-dev .. && +Index: multimedia/libdriv/pulseaudio.xml +=================================================================== +--- multimedia/libdriv/pulseaudio.xml (revision 18023) ++++ multimedia/libdriv/pulseaudio.xml (working copy) +@@ -124,12 +124,6 @@ + <sect2 role="installation"> + <title>Installation of PulseAudio</title> + +- <note><para>The build procedure emits a lot of invalid warnings. +- If desired, remove them with:</para> +- +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh</userinput></screen> +- </note> +- + <para> + Install <application>PulseAudio</application> by running the following + commands: +Index: multimedia/videoutils/vlc.xml +=================================================================== +--- multimedia/videoutils/vlc.xml (revision 18023) ++++ multimedia/videoutils/vlc.xml (working copy) +@@ -225,12 +225,6 @@ + <title>Installation of VLC</title> + + <para> +- If you wish to avoid many invalid warnings, issue: +- </para> +- +-<screen><userinput>sed -i '/seems to be moved/s/^/#/' autotools/ltmain.sh</userinput></screen> +- +- <para> + Install <application>VLC</application> by running the following commands: + </para> + +Index: networking/netlibs/libsoup.xml +=================================================================== +--- networking/netlibs/libsoup.xml (revision 18023) ++++ networking/netlibs/libsoup.xml (working copy) +@@ -113,8 +113,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh && +-./configure --prefix=/usr --disable-static && ++<screen><userinput>./configure --prefix=/usr --disable-static && + make</userinput></screen> + + <para> +@@ -132,11 +131,6 @@ + <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"/> + +Index: postlfs/security/polkit.xml +=================================================================== +--- postlfs/security/polkit.xml (revision 18023) ++++ postlfs/security/polkit.xml (working copy) +@@ -164,8 +164,7 @@ + commands: + </para> + +-<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr \ ++<screen revision="sysv"><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ +@@ -173,8 +172,7 @@ + --with-authfw=shadow && + make</userinput></screen> + +-<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr \ ++<screen revision="systemd"><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static && +@@ -199,11 +197,6 @@ + <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 +Index: server/major/bind.xml +=================================================================== +--- server/major/bind.xml (revision 18023) ++++ server/major/bind.xml (working copy) +@@ -252,8 +252,7 @@ + chmod 666 /srv/named/dev/{null,urandom} && + cp /etc/localtime etc && + touch /srv/named/managed-keys.bind && +-cp /usr/lib/engines/libgost.so usr/lib/engines && +-[ $(uname -m) = x86_64 ] && ln -sv lib usr/lib64</userinput></screen> ++cp /usr/lib/engines/libgost.so usr/lib/engines</userinput></screen> + + <para>The <filename>rndc.conf</filename> file contains information for + controlling <command>named</command> operations with the +Index: x/installing/libva.xml +=================================================================== +--- x/installing/libva.xml (revision 18023) ++++ x/installing/libva.xml (working copy) +@@ -146,8 +146,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure $XORG_CONFIG && ++<screen><userinput>./configure $XORG_CONFIG && + make</userinput></screen> + + <para> +@@ -198,11 +197,6 @@ + <xref linkend="wayland"/> has been built. + </para> + +- <para> +- <command>sed -i ... ltmain.sh</command>: This sed silences many +- annoying and useless warnings from libtool. +- </para> +- + </sect3> + + <sect3 role="content"> +Index: x/installing/mesa.xml +=================================================================== +--- x/installing/mesa.xml (revision 18023) ++++ x/installing/mesa.xml (working copy) +@@ -181,8 +181,6 @@ + </note> + + <screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac && +-sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh && +- + ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2' \ + --prefix=$XORG_PREFIX \ + --sysconfdir=/etc \ +@@ -243,11 +241,6 @@ + </para> + + <para> +- <command>sed -i ... bin/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 +Index: x/installing/x7lib.xml +=================================================================== +--- x/installing/x7lib.xml (revision 18023) ++++ x/installing/x7lib.xml (working copy) +@@ -258,10 +258,6 @@ + tar -xf $package + pushd $packagedir + case $packagedir in +- libX11-[0-9]* ) +- sed -i "/seems to be moved/s/^/#/" ltmain.sh +- ./configure $XORG_CONFIG +- ;; + libXfont-[0-9]* ) + ./configure $XORG_CONFIG --disable-devel-docs + ;; +@@ -290,11 +286,6 @@ + <sect2 role="commands"> + <title>Command Explanations</title> + +- <para> +- <command>sed -i ... ltmain.sh</command>: This sed silences several +- annoying and useless warnings from libtool. +- </para> +- + <para><parameter>--disable-devel-docs</parameter>: Disable generation of + text documentation in the libXfont package if + <xref linkend="xmlto"/> is installed without a text browser. Omit +Index: x/lib/at-spi2-atk.xml +=================================================================== +--- x/lib/at-spi2-atk.xml (revision 18023) ++++ x/lib/at-spi2-atk.xml (working copy) +@@ -93,8 +93,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" config/ltmain.sh && +-./configure --prefix=/usr && ++<screen><userinput>./configure --prefix=/usr && + make</userinput></screen> + + <para> +@@ -110,16 +109,7 @@ + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + 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"> +Index: x/lib/freeglut.xml +=================================================================== +--- x/lib/freeglut.xml (revision 18023) ++++ x/lib/freeglut.xml (working copy) +@@ -104,6 +104,7 @@ + cd build && + + cmake -DCMAKE_INSTALL_PREFIX=/usr \ ++ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DCMAKE_BUILD_TYPE=Release \ + -DFREEGLUT_BUILD_DEMOS=OFF \ + -DFREEGLUT_BUILD_STATIC_LIBS=OFF \ +Index: x/lib/gdk-pixbuf.xml +=================================================================== +--- x/lib/gdk-pixbuf.xml (revision 18023) ++++ x/lib/gdk-pixbuf.xml (working copy) +@@ -117,8 +117,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr --with-x11 && ++<screen><userinput>./configure --prefix=/usr --with-x11 && + make</userinput></screen> + + <para> +@@ -148,11 +147,6 @@ + <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. +Index: x/lib/gtk+2.xml +=================================================================== +--- x/lib/gtk+2.xml (revision 18023) ++++ x/lib/gtk+2.xml (working copy) +@@ -114,8 +114,6 @@ + <screen><userinput>sed -e 's#l \(gtk-.*\).sgml#& -o \1#' \ + -i docs/{faq,tutorial}/Makefile.in && + +-sed -i "/seems to be moved/s/^/#/" ltmain.sh && +- + ./configure --prefix=/usr --sysconfdir=/etc && + + make</userinput></screen> +@@ -151,11 +149,6 @@ + <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#& -o \1#' + docs/{faq,tutorial}/Makefile.in</command>: If you have + <xref linkend="docbook-utils"/> installed (specifically, if configure +Index: x/lib/gtk+3.xml +=================================================================== +--- x/lib/gtk+3.xml (revision 18023) ++++ x/lib/gtk+3.xml (working copy) +@@ -142,9 +142,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh && +- +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-broadway-backend \ + --enable-x11-backend \ +@@ -196,11 +194,6 @@ + <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>: This switch enables the + HTML5 GTK backend. + </para> +Index: x/lib/pango.xml +=================================================================== +--- x/lib/pango.xml (revision 18023) ++++ x/lib/pango.xml (working copy) +@@ -113,8 +113,7 @@ + commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr --sysconfdir=/etc && ++<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && + make</userinput></screen> + + <para> +@@ -143,11 +142,6 @@ + <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"/> + +Index: xsoft/other/gimp.xml +=================================================================== +--- xsoft/other/gimp.xml (revision 18023) ++++ xsoft/other/gimp.xml (working copy) +@@ -176,8 +176,7 @@ + the following commands: + </para> + +-<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && +-./configure --prefix=/usr \ ++<screen><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --without-gvfs && + make</userinput></screen> +@@ -248,13 +247,7 @@ + building with the current version of gegl. + </para> + +- <!-- we dropped this ? + <para> +- <command>sed -i ... ltmain.sh</command>: This sed silences several +- useless and annoying warnings generated by libtool. +- </para> --> +- +- <para> + <envar>ALL_LINGUAS="ca da de el en en_GB ..."</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. Modified: branches/nosym/general/genlib/apr.xml ============================================================================== --- trunk/BOOK/general/genlib/apr.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/genlib/apr.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -88,9 +88,7 @@ Install <application>Apr</application> by running the following commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && - -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --disable-static \ --with-installbuilddir=/usr/share/apr-1/build && make</userinput></screen> Modified: branches/nosym/general/genlib/libical.xml ============================================================================== --- trunk/BOOK/general/genlib/libical.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/genlib/libical.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -129,9 +129,10 @@ <screen><userinput>mkdir build && cd build && -cmake -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DSHARED_ONLY=yes \ +cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DCMAKE_BUILD_TYPE=Release \ + -DSHARED_ONLY=yes \ .. && make</userinput></screen> Modified: branches/nosym/general/genlib/libxml2.xml ============================================================================== --- trunk/BOOK/general/genlib/libxml2.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/genlib/libxml2.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -125,8 +125,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr --disable-static --with-history && +<screen><userinput>./configure --prefix=/usr --disable-static --with-history && make</userinput></screen> <para>If you downloaded the testsuite, issue the following command:</para> Modified: branches/nosym/general/genlib/libxslt.xml ============================================================================== --- trunk/BOOK/general/genlib/libxslt.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/genlib/libxslt.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -113,8 +113,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr --disable-static && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> <para> Modified: branches/nosym/general/genlib/qca.xml ============================================================================== --- trunk/BOOK/general/genlib/qca.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/genlib/qca.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -101,6 +101,7 @@ cd build && cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \ + -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ .. && Modified: branches/nosym/general/genutils/imagemagick.xml ============================================================================== --- trunk/BOOK/general/genutils/imagemagick.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/genutils/imagemagick.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -216,9 +216,7 @@ commands: </para> -<screen><userinput>sed -i '/seems to be moved/ s/^/true #/' config/ltmain.sh && - -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-hdri \ --with-modules \ Modified: branches/nosym/general/graphlib/gegl.xml ============================================================================== --- trunk/BOOK/general/graphlib/gegl.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/graphlib/gegl.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -115,10 +115,6 @@ <sect2 role="installation"> <title>Installation of gegl</title> - <para>If desired, prevent the ouput of numerous invalid warnings:</para> - -<screen><userinput>sed -i "/seems to be moved/s/^/: #/" ltmain.sh</userinput></screen> - <para> Install <application>gegl</application> by running the following commands: </para> Modified: branches/nosym/general/graphlib/librsvg.xml ============================================================================== --- trunk/BOOK/general/graphlib/librsvg.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/graphlib/librsvg.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -105,8 +105,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --enable-vala \ --disable-static && make</userinput></screen> @@ -126,11 +125,6 @@ <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: branches/nosym/general/graphlib/libtiff.xml ============================================================================== --- trunk/BOOK/general/graphlib/libtiff.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/graphlib/libtiff.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -105,8 +105,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" config/ltmain.sh && -./configure --prefix=/usr --disable-static && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> <para> Modified: branches/nosym/general/prog/gcc-ada.xml ============================================================================== --- trunk/BOOK/general/prog/gcc-ada.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/prog/gcc-ada.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -236,7 +236,14 @@ following commands: </para> -<screen><userinput>mkdir build && +<screen><userinput>case $(uname -m) in + x86_64) + sed -e '/m64=/s/lib64/lib/' \ + -i.orig gcc/config/i386/t-linux64 + ;; +esac + +mkdir build && cd build && ../configure \ Modified: branches/nosym/general/prog/gcc-java.xml ============================================================================== --- trunk/BOOK/general/prog/gcc-java.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/prog/gcc-java.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -155,7 +155,14 @@ following commands: </para> -<screen><userinput>sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in && +<screen><userinput>case $(uname -m) in + x86_64) + sed -e '/m64=/s/lib64/lib/' \ + -i.orig gcc/config/i386/t-linux64 + ;; +esac + +sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in && sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in && sed -i 's/absolute/file normalize/' libjava/testsuite/lib/libjava.exp && sed -i 's/major.*1000.*minor/major/' gcc/java/decl.c && Modified: branches/nosym/general/prog/gcc.xml ============================================================================== --- trunk/BOOK/general/prog/gcc.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/prog/gcc.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -168,7 +168,14 @@ Install <application>GCC</application> by running the following commands: </para> -<screen><userinput>mkdir build && +<screen><userinput>case $(uname -m) in + x86_64) + sed -e '/m64=/s/lib64/lib/' \ + -i.orig gcc/config/i386/t-linux64 + ;; +esac + +mkdir build && cd build && ../configure \ Modified: branches/nosym/general/prog/guile.xml ============================================================================== --- trunk/BOOK/general/prog/guile.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/prog/guile.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -99,9 +99,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/:#/" build-aux/ltmain.sh && - -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/guile-&guile-version; && make && @@ -140,10 +138,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>sed -i ... build-aux/ltmain.sh</command>: - This sed disables a lot invalid warnings about moved libraries generated - by libtool.</para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/static-libraries.xml"/> Modified: branches/nosym/general/prog/pygobject2.xml ============================================================================== --- trunk/BOOK/general/prog/pygobject2.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/prog/pygobject2.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -106,7 +106,6 @@ </para> <screen><userinput>patch -Np1 -i ../pygobject-&pygobject2-version;-fixes-1.patch && -sed -i "/seems to be moved/s/^/#/" ltmain.sh && ./configure --prefix=/usr --disable-introspection && make</userinput></screen> @@ -125,11 +124,6 @@ <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: branches/nosym/general/prog/subversion.xml ============================================================================== --- trunk/BOOK/general/prog/subversion.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/prog/subversion.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -146,8 +146,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --disable-static \ --with-apache-libexecdir && make</userinput></screen> @@ -241,11 +240,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para> - <command>sed -i ... build/ltmain.sh</command>: This sed silences several - annoying and useless warnings emitted from libtool. - </para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/static-libraries.xml"/> Modified: branches/nosym/general/sysutils/colord.xml ============================================================================== --- trunk/BOOK/general/sysutils/colord.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/general/sysutils/colord.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -134,8 +134,7 @@ commands: </para> -<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr \ +<screen revision="sysv"><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --with-daemon-user=colord \ @@ -147,8 +146,7 @@ --with-systemdsystemunitdir=no && make</userinput></screen> -<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr \ +<screen revision="systemd"><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --with-daemon-user=colord \ @@ -177,11 +175,6 @@ <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: branches/nosym/gnome/applications/evolution.xml ============================================================================== --- trunk/BOOK/gnome/applications/evolution.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/gnome/applications/evolution.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -127,8 +127,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-gtkspell \ --disable-pst-import \ @@ -150,11 +149,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para> - <command>sed -i ... ltmain.sh</command>: This command prevents the build - procedure from outputting a lot of invalid warnings. - </para> - <!-- <para> <parameter>- -disable-autoar</parameter>: This switch disables Modified: branches/nosym/gnome/platform/rest.xml ============================================================================== --- trunk/BOOK/gnome/platform/rest.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/gnome/platform/rest.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -104,8 +104,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --with-ca-certificates=/etc/ssl/ca-bundle.crt && make</userinput></screen> @@ -125,11 +124,6 @@ <title>Command Explanations</title> <para> - <command>sed -i ... build/ltmain.sh</command>: This sed silences several - useless and annoying warnings generated by libtool. - </para> - - <para> <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This switch sets the location of the BLFS <xref linkend="cacerts"/> bundle. </para> Modified: branches/nosym/kde/kf5/oxygen-fonts.xml ============================================================================== --- trunk/BOOK/kde/kf5/oxygen-fonts.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/kde/kf5/oxygen-fonts.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -93,7 +93,8 @@ <screen><userinput>mkdir build && cd build && -cmake -DCMAKE_INSTALL_PREFIX=/usr ..</userinput></screen> +cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib ..</userinput></screen> <para> This package does not come with a test suite. Modified: branches/nosym/kde/libdbusmenuqt.xml ============================================================================== --- trunk/BOOK/kde/libdbusmenuqt.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/kde/libdbusmenuqt.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -83,6 +83,7 @@ cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -DWITH_DOC=OFF \ -Wno-dev .. && Modified: branches/nosym/multimedia/libdriv/pulseaudio.xml ============================================================================== --- trunk/BOOK/multimedia/libdriv/pulseaudio.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/multimedia/libdriv/pulseaudio.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -124,12 +124,6 @@ <sect2 role="installation"> <title>Installation of PulseAudio</title> - <note><para>The build procedure emits a lot of invalid warnings. - If desired, remove them with:</para> - -<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh</userinput></screen> - </note> - <para> Install <application>PulseAudio</application> by running the following commands: Modified: branches/nosym/multimedia/videoutils/vlc.xml ============================================================================== --- trunk/BOOK/multimedia/videoutils/vlc.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/multimedia/videoutils/vlc.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -225,12 +225,6 @@ <title>Installation of VLC</title> <para> - If you wish to avoid many invalid warnings, issue: - </para> - -<screen><userinput>sed -i '/seems to be moved/s/^/#/' autotools/ltmain.sh</userinput></screen> - - <para> Install <application>VLC</application> by running the following commands: </para> Modified: branches/nosym/networking/netlibs/libsoup.xml ============================================================================== --- trunk/BOOK/networking/netlibs/libsoup.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/networking/netlibs/libsoup.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -113,8 +113,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh && -./configure --prefix=/usr --disable-static && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> <para> @@ -132,11 +131,6 @@ <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: branches/nosym/postlfs/security/polkit.xml ============================================================================== --- trunk/BOOK/postlfs/security/polkit.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/postlfs/security/polkit.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -164,8 +164,7 @@ commands: </para> -<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr \ +<screen revision="sysv"><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ @@ -173,8 +172,7 @@ --with-authfw=shadow && make</userinput></screen> -<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr \ +<screen revision="systemd"><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static && @@ -199,11 +197,6 @@ <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: branches/nosym/server/major/bind.xml ============================================================================== --- trunk/BOOK/server/major/bind.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/server/major/bind.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -252,8 +252,7 @@ chmod 666 /srv/named/dev/{null,urandom} && cp /etc/localtime etc && touch /srv/named/managed-keys.bind && -cp /usr/lib/engines/libgost.so usr/lib/engines && -[ $(uname -m) = x86_64 ] && ln -sv lib usr/lib64</userinput></screen> +cp /usr/lib/engines/libgost.so usr/lib/engines</userinput></screen> <para>The <filename>rndc.conf</filename> file contains information for controlling <command>named</command> operations with the Modified: branches/nosym/x/installing/libva.xml ============================================================================== --- trunk/BOOK/x/installing/libva.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/installing/libva.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -146,8 +146,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure $XORG_CONFIG && +<screen><userinput>./configure $XORG_CONFIG && make</userinput></screen> <para> @@ -198,11 +197,6 @@ <xref linkend="wayland"/> has been built. </para> - <para> - <command>sed -i ... ltmain.sh</command>: This sed silences many - annoying and useless warnings from libtool. - </para> - </sect3> <sect3 role="content"> Modified: branches/nosym/x/installing/mesa.xml ============================================================================== --- trunk/BOOK/x/installing/mesa.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/installing/mesa.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -181,8 +181,6 @@ </note> <screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac && -sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh && - ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2' \ --prefix=$XORG_PREFIX \ --sysconfdir=/etc \ @@ -243,11 +241,6 @@ </para> <para> - <command>sed -i ... bin/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: branches/nosym/x/installing/x7lib.xml ============================================================================== --- trunk/BOOK/x/installing/x7lib.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/installing/x7lib.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -258,10 +258,6 @@ tar -xf $package pushd $packagedir case $packagedir in - libX11-[0-9]* ) - sed -i "/seems to be moved/s/^/#/" ltmain.sh - ./configure $XORG_CONFIG - ;; libXfont-[0-9]* ) ./configure $XORG_CONFIG --disable-devel-docs ;; @@ -290,11 +286,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para> - <command>sed -i ... ltmain.sh</command>: This sed silences several - annoying and useless warnings from libtool. - </para> - <para><parameter>--disable-devel-docs</parameter>: Disable generation of text documentation in the libXfont package if <xref linkend="xmlto"/> is installed without a text browser. Omit Modified: branches/nosym/x/lib/at-spi2-atk.xml ============================================================================== --- trunk/BOOK/x/lib/at-spi2-atk.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/lib/at-spi2-atk.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -93,8 +93,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" config/ltmain.sh && -./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr && make</userinput></screen> <para> @@ -110,15 +109,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 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> Modified: branches/nosym/x/lib/freeglut.xml ============================================================================== --- trunk/BOOK/x/lib/freeglut.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/lib/freeglut.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -104,6 +104,7 @@ cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DCMAKE_BUILD_TYPE=Release \ -DFREEGLUT_BUILD_DEMOS=OFF \ -DFREEGLUT_BUILD_STATIC_LIBS=OFF \ Modified: branches/nosym/x/lib/gdk-pixbuf.xml ============================================================================== --- trunk/BOOK/x/lib/gdk-pixbuf.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/lib/gdk-pixbuf.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -117,8 +117,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr --with-x11 && +<screen><userinput>./configure --prefix=/usr --with-x11 && make</userinput></screen> <para> @@ -148,11 +147,6 @@ <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: branches/nosym/x/lib/gtk+2.xml ============================================================================== --- trunk/BOOK/x/lib/gtk+2.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/lib/gtk+2.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -114,8 +114,6 @@ <screen><userinput>sed -e 's#l \(gtk-.*\).sgml#& -o \1#' \ -i docs/{faq,tutorial}/Makefile.in && -sed -i "/seems to be moved/s/^/#/" ltmain.sh && - ./configure --prefix=/usr --sysconfdir=/etc && make</userinput></screen> @@ -151,11 +149,6 @@ <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#& -o \1#' docs/{faq,tutorial}/Makefile.in</command>: If you have <xref linkend="docbook-utils"/> installed (specifically, if configure Modified: branches/nosym/x/lib/gtk+3.xml ============================================================================== --- trunk/BOOK/x/lib/gtk+3.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/lib/gtk+3.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -142,9 +142,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh && - -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-broadway-backend \ --enable-x11-backend \ @@ -196,11 +194,6 @@ <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>: This switch enables the HTML5 GTK backend. </para> Modified: branches/nosym/x/lib/pango.xml ============================================================================== --- trunk/BOOK/x/lib/pango.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/x/lib/pango.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -113,8 +113,7 @@ commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr --sysconfdir=/etc && +<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && make</userinput></screen> <para> @@ -143,11 +142,6 @@ <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: branches/nosym/xsoft/other/gimp.xml ============================================================================== --- trunk/BOOK/xsoft/other/gimp.xml Thu Dec 1 12:50:45 2016 (r18023) +++ branches/nosym/xsoft/other/gimp.xml Fri Dec 2 11:41:42 2016 (r18024) @@ -176,8 +176,7 @@ the following commands: </para> -<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --without-gvfs && make</userinput></screen> @@ -248,12 +247,6 @@ building with the current version of gegl. </para> - <!-- we dropped this ? - <para> - <command>sed -i ... ltmain.sh</command>: This sed silences several - useless and annoying warnings generated by libtool. - </para> --> - <para> <envar>ALL_LINGUAS="ca da de el en en_GB ..."</envar>: by default, the help files will be rendered in all the available languages. -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page