Changeset 92245989
- Timestamp:
- 12/17/2016 06:42:45 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ef51c767
- Parents:
- cba9c041
- Files:
-
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcba9c041 r92245989 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "18"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 5th &year;">9 <!ENTITY releasedate "December 18th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/apr.xml
rcba9c041 r92245989 89 89 </para> 90 90 91 <screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && 92 93 ./configure --prefix=/usr \ 91 <screen><userinput>./configure --prefix=/usr \ 94 92 --disable-static \ 95 93 --with-installbuilddir=/usr/share/apr-1/build && -
general/genlib/libical.xml
rcba9c041 r92245989 130 130 cd build && 131 131 132 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 133 -DCMAKE_BUILD_TYPE=Release \ 134 -DSHARED_ONLY=yes \ 132 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 133 -DCMAKE_INSTALL_LIBDIR=/usr/lib \ 134 -DCMAKE_BUILD_TYPE=Release \ 135 -DSHARED_ONLY=yes \ 135 136 .. && 136 137 make</userinput></screen> -
general/genlib/libxml2.xml
rcba9c041 r92245989 126 126 </para> 127 127 128 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 129 ./configure --prefix=/usr --disable-static --with-history && 128 <screen><userinput>./configure --prefix=/usr --disable-static --with-history && 130 129 make</userinput></screen> 131 130 -
general/genlib/libxslt.xml
rcba9c041 r92245989 114 114 </para> 115 115 116 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 117 ./configure --prefix=/usr --disable-static && 116 <screen><userinput>./configure --prefix=/usr --disable-static && 118 117 make</userinput></screen> 119 118 -
general/genlib/qca.xml
rcba9c041 r92245989 102 102 103 103 cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \ 104 -DCMAKE_INSTALL_LIBDIR=lib \ 104 105 -DCMAKE_BUILD_TYPE=Release \ 105 106 -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ -
general/genutils/imagemagick.xml
rcba9c041 r92245989 217 217 </para> 218 218 219 <screen><userinput>sed -i '/seems to be moved/ s/^/true #/' config/ltmain.sh && 220 221 ./configure --prefix=/usr \ 219 <screen><userinput>./configure --prefix=/usr \ 222 220 --sysconfdir=/etc \ 223 221 --enable-hdri \ -
general/graphlib/gegl.xml
rcba9c041 r92245989 116 116 <title>Installation of gegl</title> 117 117 118 <para>If desired, prevent the ouput of numerous invalid warnings:</para>119 120 <screen><userinput>sed -i "/seems to be moved/s/^/: #/" ltmain.sh</userinput></screen>121 122 118 <para> 123 119 Install <application>gegl</application> by running the following commands: -
general/graphlib/librsvg.xml
rcba9c041 r92245989 106 106 </para> 107 107 108 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 109 ./configure --prefix=/usr \ 108 <screen><userinput>./configure --prefix=/usr \ 110 109 --enable-vala \ 111 110 --disable-static && … … 125 124 <sect2 role="commands"> 126 125 <title>Command Explanations</title> 127 128 <para>129 <command>sed -i ... ltmain.sh</command>: This sed silences several130 useless and annoying warnings generated by libtool.131 </para>132 126 133 127 <para> -
general/graphlib/libtiff.xml
rcba9c041 r92245989 106 106 </para> 107 107 108 <screen><userinput>sed -i "/seems to be moved/s/^/#/" config/ltmain.sh && 109 ./configure --prefix=/usr --disable-static && 108 <screen><userinput>./configure --prefix=/usr --disable-static && 110 109 make</userinput></screen> 111 110 -
general/prog/gcc-ada.xml
rcba9c041 r92245989 237 237 </para> 238 238 239 <screen><userinput>mkdir build && 239 <screen><userinput>case $(uname -m) in 240 x86_64) 241 sed -e '/m64=/s/lib64/lib/' \ 242 -i.orig gcc/config/i386/t-linux64 243 ;; 244 esac 245 246 mkdir build && 240 247 cd build && 241 248 -
general/prog/gcc-java.xml
rcba9c041 r92245989 156 156 </para> 157 157 158 <screen><userinput>sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in && 158 <screen><userinput>case $(uname -m) in 159 x86_64) 160 sed -e '/m64=/s/lib64/lib/' \ 161 -i.orig gcc/config/i386/t-linux64 162 ;; 163 esac 164 165 sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in && 159 166 sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in && 160 167 sed -i 's/absolute/file normalize/' libjava/testsuite/lib/libjava.exp && -
general/prog/gcc.xml
rcba9c041 r92245989 169 169 </para> 170 170 171 <screen><userinput>mkdir build && 171 <screen><userinput>case $(uname -m) in 172 x86_64) 173 sed -e '/m64=/s/lib64/lib/' \ 174 -i.orig gcc/config/i386/t-linux64 175 ;; 176 esac 177 178 mkdir build && 172 179 cd build && 173 180 -
general/prog/guile.xml
rcba9c041 r92245989 100 100 </para> 101 101 102 <screen><userinput>sed -i "/seems to be moved/s/^/:#/" build-aux/ltmain.sh && 103 104 ./configure --prefix=/usr \ 102 <screen><userinput>./configure --prefix=/usr \ 105 103 --disable-static \ 106 104 --docdir=/usr/share/doc/guile-&guile-version; && … … 140 138 <sect2 role="commands"> 141 139 <title>Command Explanations</title> 142 143 <para><command>sed -i ... build-aux/ltmain.sh</command>:144 This sed disables a lot invalid warnings about moved libraries generated145 by libtool.</para>146 140 147 141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
general/prog/pygobject2.xml
rcba9c041 r92245989 107 107 108 108 <screen><userinput>patch -Np1 -i ../pygobject-&pygobject2-version;-fixes-1.patch && 109 sed -i "/seems to be moved/s/^/#/" ltmain.sh &&110 109 ./configure --prefix=/usr --disable-introspection && 111 110 make</userinput></screen> … … 124 123 <sect3 role="commands"> 125 124 <title>Command Explanations</title> 126 127 <para>128 <command>sed -i ... ltmain.sh</command>: This sed silences several129 useless and annoying warnings generated by libtool.130 </para>131 125 132 126 <para> -
general/prog/subversion.xml
rcba9c041 r92245989 147 147 </para> 148 148 149 <screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && 150 ./configure --prefix=/usr \ 149 <screen><userinput>./configure --prefix=/usr \ 151 150 --disable-static \ 152 151 --with-apache-libexecdir && … … 243 242 <sect2 role="commands"> 244 243 <title>Command Explanations</title> 245 246 <para>247 <command>sed -i ... build/ltmain.sh</command>: This sed silences several248 annoying and useless warnings emitted from libtool.249 </para>250 244 251 245 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
general/sysutils/colord.xml
rcba9c041 r92245989 135 135 </para> 136 136 137 <screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 138 ./configure --prefix=/usr \ 137 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 139 138 --sysconfdir=/etc \ 140 139 --localstatedir=/var \ … … 148 147 make</userinput></screen> 149 148 150 <screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 151 ./configure --prefix=/usr \ 149 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 152 150 --sysconfdir=/etc \ 153 151 --localstatedir=/var \ … … 176 174 <sect2 role="commands"> 177 175 <title>Command Explanations</title> 178 179 <para>180 <command>sed -i ... ltmain.sh</command>: This sed command silences181 several useless and annoying warnings generated by libtool.182 </para>183 176 184 177 <para> -
gnome/applications/evolution.xml
rcba9c041 r92245989 128 128 </para> 129 129 130 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 131 ./configure --prefix=/usr \ 130 <screen><userinput>./configure --prefix=/usr \ 132 131 --sysconfdir=/etc \ 133 132 --disable-gtkspell \ … … 150 149 <sect2 role="commands"> 151 150 <title>Command Explanations</title> 152 153 <para>154 <command>sed -i ... ltmain.sh</command>: This command prevents the build155 procedure from outputting a lot of invalid warnings.156 </para>157 151 158 152 <!-- -
gnome/platform/rest.xml
rcba9c041 r92245989 105 105 </para> 106 106 107 <screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh && 108 ./configure --prefix=/usr \ 107 <screen><userinput>./configure --prefix=/usr \ 109 108 --with-ca-certificates=/etc/ssl/ca-bundle.crt && 110 109 make</userinput></screen> … … 125 124 <title>Command Explanations</title> 126 125 127 <para>128 <command>sed -i ... build/ltmain.sh</command>: This sed silences several129 useless and annoying warnings generated by libtool.130 </para>131 132 126 <para> 133 127 <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This -
introduction/welcome/changelog.xml
rcba9c041 r92245989 44 44 --> 45 45 <listitem> 46 <para>December 18th, 2016</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Merge changes from nosym branch. Adjust gcc installation 50 for new library directories. Remove all sed commands for ltmain.sh. 51 Explicitly define libdir for freeglut, libdbusmenuqt, libical, 52 oxygen-fonts, and qca.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 46 58 <para>December 15th, 2016</para> 47 59 <itemizedlist> -
kde/kf5/oxygen-fonts.xml
rcba9c041 r92245989 94 94 cd build && 95 95 96 cmake -DCMAKE_INSTALL_PREFIX=/usr ..</userinput></screen> 96 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 97 -DCMAKE_INSTALL_LIBDIR=lib ..</userinput></screen> 97 98 98 99 <para> -
kde/libdbusmenuqt.xml
rcba9c041 r92245989 84 84 85 85 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 86 -DCMAKE_INSTALL_LIBDIR=lib \ 86 87 -DCMAKE_BUILD_TYPE=Release \ 87 88 -DWITH_DOC=OFF \ -
multimedia/libdriv/pulseaudio.xml
rcba9c041 r92245989 124 124 <sect2 role="installation"> 125 125 <title>Installation of PulseAudio</title> 126 127 <note><para>The build procedure emits a lot of invalid warnings.128 If desired, remove them with:</para>129 130 <screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh</userinput></screen>131 </note>132 126 133 127 <para> -
multimedia/videoutils/vlc.xml
rcba9c041 r92245989 226 226 227 227 <para> 228 If you wish to avoid many invalid warnings, issue:229 </para>230 231 <screen><userinput>sed -i '/seems to be moved/s/^/#/' autotools/ltmain.sh</userinput></screen>232 233 <para>234 228 Install <application>VLC</application> by running the following commands: 235 229 </para> -
networking/netlibs/libsoup.xml
rcba9c041 r92245989 114 114 </para> 115 115 116 <screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh && 117 ./configure --prefix=/usr --disable-static && 116 <screen><userinput>./configure --prefix=/usr --disable-static && 118 117 make</userinput></screen> 119 118 … … 132 131 <sect2 role="commands"> 133 132 <title>Command Explanations</title> 134 135 <para>136 <command>sed -i ... build-aux/ltmain.sh</command>: This sed silences137 several useless and annoying warnings generated by libtool.138 </para>139 133 140 134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
postlfs/security/polkit.xml
rcba9c041 r92245989 165 165 </para> 166 166 167 <screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 168 ./configure --prefix=/usr \ 167 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 169 168 --sysconfdir=/etc \ 170 169 --localstatedir=/var \ … … 174 173 make</userinput></screen> 175 174 176 <screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 177 ./configure --prefix=/usr \ 175 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 178 176 --sysconfdir=/etc \ 179 177 --localstatedir=/var \ … … 199 197 <sect2 role="commands"> 200 198 <title>Command Explanations</title> 201 202 <para>203 <command>sed -i ... ltmain.sh</command>: This sed silences many useless204 and annoying warnings from libtool.205 </para>206 199 207 200 <para revision="sysv"> -
server/major/bind.xml
rcba9c041 r92245989 253 253 cp /etc/localtime etc && 254 254 touch /srv/named/managed-keys.bind && 255 cp /usr/lib/engines/libgost.so usr/lib/engines && 256 [ $(uname -m) = x86_64 ] && ln -sv lib usr/lib64</userinput></screen> 255 cp /usr/lib/engines/libgost.so usr/lib/engines</userinput></screen> 257 256 258 257 <para>The <filename>rndc.conf</filename> file contains information for -
x/installing/libva.xml
rcba9c041 r92245989 147 147 </para> 148 148 149 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 150 ./configure $XORG_CONFIG && 149 <screen><userinput>./configure $XORG_CONFIG && 151 150 make</userinput></screen> 152 151 … … 197 196 wayland-scanner when configuring. It can be omitted if 198 197 <xref linkend="wayland"/> has been built. 199 </para>200 201 <para>202 <command>sed -i ... ltmain.sh</command>: This sed silences many203 annoying and useless warnings from libtool.204 198 </para> 205 199 -
x/installing/mesa.xml
rcba9c041 r92245989 184 184 185 185 <screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac && 186 sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh &&187 188 186 ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2' \ 189 187 --prefix=$XORG_PREFIX \ … … 243 241 on the <application>libpthread-stubs</application> package which is 244 242 useless on Linux. 245 </para>246 247 <para>248 <command>sed -i ... bin/ltmain.sh</command>: This sed silences several249 useless and annoying warnings from libtool.250 243 </para> 251 244 -
x/installing/x7lib.xml
rcba9c041 r92245989 255 255 pushd $packagedir 256 256 case $packagedir in 257 libX11-[0-9]* )258 sed -i "/seems to be moved/s/^/#/" ltmain.sh259 ./configure $XORG_CONFIG260 ;;261 257 libXfont2-[0-9]* ) 262 258 ./configure $XORG_CONFIG --disable-devel-docs … … 286 282 <sect2 role="commands"> 287 283 <title>Command Explanations</title> 288 289 <para>290 <command>sed -i ... ltmain.sh</command>: This sed silences several291 annoying and useless warnings from libtool.292 </para>293 284 294 285 <para><parameter>--disable-devel-docs</parameter>: Disable generation of -
x/lib/at-spi2-atk.xml
rcba9c041 r92245989 94 94 </para> 95 95 96 <screen><userinput>sed -i "/seems to be moved/s/^/#/" config/ltmain.sh && 97 ./configure --prefix=/usr && 96 <screen><userinput>./configure --prefix=/usr && 98 97 make</userinput></screen> 99 98 … … 111 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 112 111 href="../../xincludes/gsettings-destdir.xml"/> 113 </sect2>114 115 <sect2 role="commands">116 <title>Command Explanations</title>117 118 <para>119 <command>sed -i ... ltmain.sh</command>: This sed silences several120 useless and obsolete warnings generated from libtool.121 </para>122 112 123 113 </sect2> -
x/lib/freeglut.xml
rcba9c041 r92245989 105 105 106 106 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 107 -DCMAKE_INSTALL_LIBDIR=/usr/lib \ 107 108 -DCMAKE_BUILD_TYPE=Release \ 108 109 -DFREEGLUT_BUILD_DEMOS=OFF \ -
x/lib/gdk-pixbuf.xml
rcba9c041 r92245989 118 118 </para> 119 119 120 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 121 ./configure --prefix=/usr --with-x11 && 120 <screen><userinput>./configure --prefix=/usr --with-x11 && 122 121 make</userinput></screen> 123 122 … … 147 146 <sect2 role="commands"> 148 147 <title>Command Explanations</title> 149 150 <para>151 <command>sed -i ... ltmain.sh</command>: This sed silences several152 useless and annoying warnings generated from libtool.153 </para>154 148 155 149 <para> -
x/lib/gtk+2.xml
rcba9c041 r92245989 115 115 -i docs/{faq,tutorial}/Makefile.in && 116 116 117 sed -i "/seems to be moved/s/^/#/" ltmain.sh &&118 119 117 ./configure --prefix=/usr --sysconfdir=/etc && 120 118 … … 150 148 <sect2 role="commands"> 151 149 <title>Command Explanations</title> 152 153 <para>154 <command>sed -i ... ltmain.sh</command>: This sed silences several155 useless and obsolete warnings generated from libtool.156 </para>157 150 158 151 <para> -
x/lib/gtk+3.xml
rcba9c041 r92245989 143 143 </para> 144 144 145 <screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh && 146 147 ./configure --prefix=/usr \ 145 <screen><userinput>./configure --prefix=/usr \ 148 146 --sysconfdir=/etc \ 149 147 --enable-broadway-backend \ … … 195 193 <sect2 role="commands"> 196 194 <title>Command Explanations</title> 197 198 <para>199 <command>sed -i ... build-aux/ltmain.sh</command>: This sed silences200 several useless and annoying warnings generated by libtool.201 </para>202 195 203 196 <para> -
x/lib/pango.xml
rcba9c041 r92245989 114 114 </para> 115 115 116 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 117 ./configure --prefix=/usr --sysconfdir=/etc && 116 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 118 117 make</userinput></screen> 119 118 … … 143 142 <sect2 role="commands"> 144 143 <title>Command Explanations</title> 145 146 <para>147 <command>sed -i ... ltmain.sh</command>: This sed silences several148 useless and annoying warnings generated from libtool.149 </para>150 144 151 145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
xsoft/other/gimp.xml
rcba9c041 r92245989 177 177 </para> 178 178 179 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh && 180 ./configure --prefix=/usr \ 179 <screen><userinput>./configure --prefix=/usr \ 181 180 --sysconfdir=/etc \ 182 181 --without-gvfs && … … 248 247 building with the current version of gegl. 249 248 </para> 250 251 <!-- we dropped this ?252 <para>253 <command>sed -i ... ltmain.sh</command>: This sed silences several254 useless and annoying warnings generated by libtool.255 </para> -->256 249 257 250 <para>
Note:
See TracChangeset
for help on using the changeset viewer.