Changeset 0a8734a


Ignore:
Timestamp:
06/19/2016 07:52:06 PM (8 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, 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:
b3a1c8da
Parents:
b29c7705
Message:

Fix cdrdao for gcc-6.1 and remove remaining references to gcdmaster.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb29c7705 r0a8734a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 17th &year;">
     9<!ENTITY releasedate  "June 19th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rb29c7705 r0a8734a  
    4444
    4545-->
     46    <listitem>
     47      <para>June 19th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Fix cdrdao for gcc-6.1. Fixes
     51          <ulink url="&blfs-ticket-root;7967">#7967</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>June 17th, 2016</para>
  • multimedia/cdwriteutils/cdrdao.xml

    rb29c7705 r0a8734a  
    99  <!ENTITY cdrdao-md5sum        "8d15ba6280bb7ba2f4d6be31d28b3c0c">
    1010  <!ENTITY cdrdao-size          "1.4 MB">
    11   <!ENTITY cdrdao-buildsize     "64 MB">
    12   <!ENTITY cdrdao-time          "1.3 SBU (includes building <command>gcdmaster</command>)">
     11  <!ENTITY cdrdao-buildsize     "51 MB">
     12  <!ENTITY cdrdao-time          "0.3 SBU">
    1313]>
    1414
     
    3434    CD in disk-at-once mode.</para>
    3535
    36   &lfs79_checked;
     36  &lfs79_checked;&gcc6_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6767      <xref linkend="lame"/> (required to build <command>toc2mp3</command>)
    6868    </para>
    69 <!--
    70     <bridgehead renderas="sect4">Optional (Required to Build the
    71     <command>gcdmaster</command> Program)</bridgehead>
    72 
    73     <para>Note that the following packages must be built in
    74     the order listed. Use the current <quote>stable</quote> version of
    75     each package.</para>
    76 
    77     <para role="optional">
    78       <xref linkend="libsigc"/>,
    79       <xref linkend="glibmm"/>,
    80       <xref linkend="gtkmm2"/>,
    81       <ulink url="http://www.gtkmm.org/">libglademm</ulink>,
    82       <ulink url="http://www.gtkmm.org/">libgnomecanvasmm</ulink>,
    83       <ulink url="http://www.gtkmm.org/">gconfmm</ulink>,
    84       <ulink url="http://www.gtkmm.org/">gnome-vfsmm</ulink>,
    85       <ulink url="http://www.gtkmm.org/">libgnomemm</ulink>, and
    86       <ulink url="http://www.gtkmm.org/">libgnomeuimm</ulink>
    87     </para>
    88 
    89     <para>There are two additional optional dependencies that can be used by
    90     the <application>Cdrdao</application> build:
    91     <ulink url="http://cdrecord.berlios.de/private/cdrecord.html">Cdrtools</ulink>
    92     and <ulink url="http://www.polhode.com/pccts133mr.html">PCCTS</ulink>.
    93     The pieces of these two packages required to build
    94     <application>Cdrdao</application> are also included in the source tree
    95     and are used by default.</para>-->
    9669
    9770    <para condition="html" role="usernotes">User Notes:
     
    10679    commands:</para>
    10780
    108 <screen><userinput>sed -i '/ioctl/a #include &lt;sys/stat.h&gt;' dao/ScsiIf-linux.cc &amp;&amp;
     81<screen><userinput>sed -i '/ioctl/a #include &lt;sys/stat.h&gt;' dao/ScsiIf-linux.cc    &amp;&amp;
     82sed -i 's/\(char .*REMOTE\)/unsigned \1/' dao/CdrDriver.{cc,h} &amp;&amp;
    10983
    11084./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
     
    130104
    131105    <para>
     106      <command>sed -i 's/\(char .*REMOTE\)/unsigned \1/' ...</command>: This
     107      sed stops <application>gcc-6.1</application> failing to build because
     108      c++ now treats narrowing from 'int' to 'char' as an error.
     109    </para>
     110
     111    <para>
    132112      <command>--mandir=/usr/share/man</command>: Install manual pages in
    133113      /usr/share/man instead of /usr/man.
     
    145125
    146126      <seglistitem>
    147         <seg>cdrdao, cue2toc, toc2cddb, toc2cue and optionally, gcdmaster and
     127        <seg>cdrdao, cue2toc, toc2cddb, toc2cue and optionally
    148128        toc2mp3</seg>
    149129        <seg>None</seg>
    150         <seg>/usr/share/cdrdao, /usr/share/doc/cdrdao-&cdrdao-version;
    151         and /usr/share/gcdmaster</seg>
     130        <seg>/usr/share/cdrdao, /usr/share/doc/cdrdao-&cdrdao-version;</seg>
    152131      </seglistitem>
    153132    </segmentedlist>
     
    175154          <indexterm zone="cdrdao cue2toc">
    176155            <primary sortas="b-cue2toc">cue2toc</primary>
    177           </indexterm>
    178         </listitem>
    179       </varlistentry>
    180 
    181       <varlistentry id="gcdmaster">
    182         <term><command>gcdmaster</command></term>
    183         <listitem>
    184           <para>is a graphical front end to <command>cdrdao</command> for
    185           composing audio CDs.</para>
    186           <indexterm zone="cdrdao gcdmaster">
    187             <primary sortas="b-gcdmaster">gcdmaster</primary>
    188156          </indexterm>
    189157        </listitem>
Note: See TracChangeset for help on using the changeset viewer.