Author: fernando
Date: Wed Aug 6 07:52:27 2014
New Revision: 13843
Log:
Create a standard for packages with problems introduced
by gcc-4.9.0. Modified: mdadm-3.3.1, gst-plugins-base-0.10.36, LAME-3.99.5 and
LibreOffice-4.2.5. Thanks Christopher G., from systemd branch, for pointing
that out, and Akhiezer and Armin K. for discussions.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/audioutils/lame.xml
trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
trunk/BOOK/postlfs/filesystems/mdadm.xml
trunk/BOOK/xsoft/office/libreoffice.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Aug 6 04:48:15 2014 (r13842)
+++ trunk/BOOK/general.ent Wed Aug 6 07:52:27 2014 (r13843)
@@ -135,5 +135,11 @@
<application>GStreamer</application> 0.10
series and both
can be installed on the same
system.</para></note>">
+
+<!-- Problem with some packages introduced by a given dependency version -->
+<!ENTITY gcc-490 "gcc-4.9.0">
+
+
+
<!ENTITY % package-entities SYSTEM "packages.ent">
%package-entities;
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 6 04:48:15
2014 (r13842)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 6 07:52:27
2014 (r13843)
@@ -48,6 +48,13 @@
<para>August 6th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Create a standard for packages with problems
+ introduced by gcc-4.9.0. Modified: mdadm-3.3.1,
+ gst-plugins-base-0.10.36, LAME-3.99.5 and LibreOffice-4.2.5.
+ Thanks Christopher G., from systemd branch, for pointing that out,
+ and Akhiezer and Armin K. for discussions.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Exim-4.83: fix exim daemon version in
'Short Descriptions'. Thanks Denis M.</para>
</listitem>
Modified: trunk/BOOK/multimedia/audioutils/lame.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/lame.xml Wed Aug 6 04:48:15 2014
(r13842)
+++ trunk/BOOK/multimedia/audioutils/lame.xml Wed Aug 6 07:52:27 2014
(r13843)
@@ -90,7 +90,8 @@
<title>Installation of LAME</title>
<para>
- First, if you are using i686 and gcc-4.9.0, fix a compile problem:
+ First, if you are using i686, fix a compile problem inroduced by
+ <application>&gcc-490;</application>:
</para>
<screen role="nodump"><userinput>sed -i -e '/xmmintrin\.h/d'
configure</userinput></screen>
Modified: trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml Wed Aug 6 04:48:15
2014 (r13842)
+++ trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml Wed Aug 6 07:52:27
2014 (r13843)
@@ -145,7 +145,8 @@
</para></note>
<para>
- First, if you are using i686 and gcc-4.9.0, fix a compile problem:
+ First, if you are using i686, fix a compile problem inroduced by
+ <application>&gcc-490;</application>:
</para>
<screen role="nodump"><userinput>patch -Np1 -i
../gst-plugins-base-&gst-plugins-base-version;-gcc_4_9_0_i686-1.patch</userinput></screen>
Modified: trunk/BOOK/postlfs/filesystems/mdadm.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/mdadm.xml Wed Aug 6 04:48:15 2014
(r13842)
+++ trunk/BOOK/postlfs/filesystems/mdadm.xml Wed Aug 6 07:52:27 2014
(r13843)
@@ -89,7 +89,7 @@
<title>Installation of mdadm</title>
<para>
- First, fix a problem with gcc-4.9.0:
+ First, fix a problem inroduced by <application>&gcc-490;</application>:
</para>
<screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile</userinput></screen>
Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml Wed Aug 6 04:48:15 2014
(r13842)
+++ trunk/BOOK/xsoft/office/libreoffice.xml Wed Aug 6 07:52:27 2014
(r13843)
@@ -129,8 +129,8 @@
</listitem>
<listitem>
<para>
- Required patch for i686 systems with
- <application>gcc-4.9.0</application>:
+ Required patch for i686 systems, in order to fix a problem inroduced
+ by <application>&gcc-490;</application>:
<ulink
url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch"/>
</para>
</listitem>
@@ -323,8 +323,8 @@
<screen><userinput>export
LO_PREFIX=<replaceable><PREFIX></replaceable></userinput></screen>
<para>
- For i686 systems with <application>gcc-4.9.0</application>,
- apply the patch:
+ For i686 systems, fix a problem inroduced by
+ <application>&gcc-490;</application>:
</para>
<screen><userinput>patch -Np1 -i
../libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch
&&</userinput></screen>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page