Changeset 93f680d5


Ignore:
Timestamp:
08/06/2014 02:52:27 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5d95ba7
Parents:
c6bfee88
Message:

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.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13843 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc6bfee88 r93f680d5  
    136136                               can be installed on the same system.</para></note>">
    137137
     138
     139<!-- Problem with some packages introduced by a given dependency version -->
     140<!ENTITY gcc-490                        "gcc-4.9.0">
     141
     142
     143
    138144<!ENTITY % package-entities SYSTEM      "packages.ent">
    139145%package-entities;
  • introduction/welcome/changelog.xml

    rc6bfee88 r93f680d5  
    4848      <para>August 6th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Create a standard for packages with problems
     52          introduced by gcc-4.9.0. Modified: mdadm-3.3.1,
     53          gst-plugins-base-0.10.36, LAME-3.99.5 and LibreOffice-4.2.5.
     54          Thanks Christopher G., from systemd branch, for pointing that out,
     55          and Akhiezer and Armin K. for discussions.</para>
     56        </listitem>
    5057        <listitem>
    5158          <para>[fernando] - Exim-4.83: fix exim daemon version in
  • multimedia/audioutils/lame.xml

    rc6bfee88 r93f680d5  
    9191
    9292    <para>
    93       First, if you are using i686 and gcc-4.9.0, fix a compile problem:
     93      First, if you are using i686, fix a compile problem inroduced by
     94      <application>&gcc-490;</application>:
    9495    </para>
    9596
  • multimedia/libdriv/gst-plugins-base.xml

    rc6bfee88 r93f680d5  
    146146
    147147    <para>
    148       First, if you are using i686 and gcc-4.9.0, fix a compile problem:
     148      First, if you are using i686, fix a compile problem inroduced by
     149      <application>&gcc-490;</application>:
    149150    </para>
    150151
  • postlfs/filesystems/mdadm.xml

    rc6bfee88 r93f680d5  
    9090
    9191    <para>
    92       First, fix a problem with gcc-4.9.0:
     92      First, fix a problem inroduced by <application>&gcc-490;</application>:
    9393    </para>
    9494
  • xsoft/office/libreoffice.xml

    rc6bfee88 r93f680d5  
    130130      <listitem>
    131131        <para>
    132           Required patch for i686 systems with
    133           <application>gcc-4.9.0</application>:
     132          Required patch for i686 systems, in order to fix a problem inroduced
     133          by <application>&gcc-490;</application>:
    134134          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch"/>
    135135        </para>
     
    324324
    325325    <para>
    326      For i686 systems with <application>gcc-4.9.0</application>,
    327      apply the patch:
     326     For i686 systems, fix a problem inroduced by
     327     <application>&gcc-490;</application>:
    328328    </para>
    329329
Note: See TracChangeset for help on using the changeset viewer.