Changeset 2717491


Ignore:
Timestamp:
04/27/2015 07:32:22 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
17468d93
Parents:
c22db16
Message:

mdadm, qt4, xorg-server: add gcc-5 fixes to the book.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc22db16 r2717491  
    5252          a word. Fixes
    5353          <ulink url="&blfs-ticket-root;6436">#6436</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[ken] - gcc-5 fixes for: mdadm-3.3.2, xorg-server-1.17.1,
     57          qt-4.8.6.</para>
    5458        </listitem>
    5559      </itemizedlist>
  • postlfs/filesystems/mdadm.xml

    rc22db16 r2717491  
    3333    tools for software RAID.</para>
    3434
    35     &lfs77_checked;
     35    &lfs77_checked; &gcc5_built;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8989
    9090    <para>
    91       First, fix a problem inroduced by <application>&gcc-490;</application>:
     91      First, fix problems introduced by <application>&gcc-490;</application>
     92      and <application>gcc-5</application>:
    9293    </para>
    9394
    94 <screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile</userinput></screen>
     95<screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile &amp;&amp;
     96sed -i 's/\(^inline\)/static \1/' bitmap.c</userinput></screen>
    9597
    9698    <para>Install <application>mdadm</application> by running the following
  • x/installing/xorg-server.xml

    rc22db16 r2717491  
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch (if you are using gcc-5):
     78          <ulink url="&patch-root;/xorg-server-&xorg-server-version;-gcc5_fixes-1.patch"/>
     79        </para>
     80      </listitem>
    7581      <listitem>
    7682        <para>
     
    125131  <sect2 role="installation">
    126132    <title>Installation of Xorg Server</title>
     133
     134    <para>
     135      If you are using gcc-5, apply the required patch by running
     136      the following command:
     137    </para>
     138
     139<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-gcc5_fixes-1.patch</userinput></screen>
    127140
    128141    <para>
  • x/lib/qt4.xml

    rc22db16 r2717491  
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch (if you are using gcc-5):
     83          <ulink url="&patch-root;/qt-everywhere-opensource-src-&qt4-version;-gcc5_fixes-1.patch"/>
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
    7888    <bridgehead renderas="sect3">Qt Dependencies</bridgehead>
    7989
     
    154164<screen><userinput>sed -i -e '631a if (image->isNull()) { state = Error; return -1; }' \
    155165    src/gui/image/qgifhandler.cpp</userinput></screen>
     166
     167    <para>
     168      If you are using gcc-5, apply the required patch by running
     169      the following command:
     170    </para>
     171
     172<screen><userinput>patch -Np1 -i ../qt-everywhere-opensource-src-&qt4-version;-gcc5_fixes-1.patch</userinput></screen>
    156173
    157174<!-- ==== Method 1 ====== -->
Note: See TracChangeset for help on using the changeset viewer.