Changeset 852fc810


Ignore:
Timestamp:
01/17/2015 12:37:23 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
4881073
Parents:
18f2584
Message:

Update to gdb-7.8.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r18f2584 r852fc810  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 16th, &year;">
     9<!ENTITY releasedate  "January 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gdb.xml

    r18f2584 r852fc810  
    77  <!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    9   <!ENTITY gdb-md5sum        "8072be87a94be0936bc3b4b6941b0862">
     9  <!ENTITY gdb-md5sum        "a80cf252ed2e775d4e4533341bbf2459">
    1010  <!ENTITY gdb-size          "17 MB">
    11   <!ENTITY gdb-buildsize     "325 MB (446 MB with checks)">
    12   <!ENTITY gdb-time          "2.2 SBU (additional 5.8 SBU for checks)">
     11  <!ENTITY gdb-buildsize     "388 MB (534 MB with checks)">
     12  <!ENTITY gdb-time          "2.2 SBU (add up to 10 SBU for checks)">
    1313]>
    1414
     
    8080    <para role="optional">
    8181      <xref linkend="dejagnu"/> (for tests),
    82       <xref linkend="guile"/> and
     82      <xref linkend="doxygen"/>,
     83      <xref linkend="guile"/>, and
    8384      <xref linkend="python2"/>
    8485    </para>
     
    115116
    116117<screen role="root"><userinput>make -C gdb install</userinput></screen>
     118
     119    <para>
     120      Optionally, to build the API documentation using
     121      <xref linkend="doxygen"/>, run:
     122    </para>
     123
     124<screen><userinput>make -C gdb/doc doxy</userinput></screen>
     125
     126    <para>
     127      The API documentation is now in gdb/doc/doxy. You can install it (as
     128      the <systemitem class="username">root</systemitem> user):
     129    </para>
     130
     131<screen role="root"><userinput>install -d /usr/share/doc/gdb-&gdb-version; &amp;&amp;
     132cp -Rv gdb/doc/doxy /usr/share/doc/gdb-&gdb-version;</userinput></screen>
    117133
    118134  </sect2>
  • introduction/welcome/changelog.xml

    r18f2584 r852fc810  
    4646
    4747    <listitem>
    48       <para>January 15th, 2015</para>
     48      <para>Januaray 17th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to gdb-7.8.2. Fixes
     52          <ulink url="&blfs-ticket-root;6043">#6043</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
     58      <para>January 16th, 2015</para>
    4959      <itemizedlist>
    5060        <listitem>
  • packages.ent

    r18f2584 r852fc810  
    257257<!ENTITY gcc-version                  "4.9.2">
    258258<!ENTITY gc-version                   "7.4.2">
    259 <!ENTITY gdb-version                  "7.8.1">
     259<!ENTITY gdb-version                  "7.8.2">
    260260<!ENTITY git-version                  "2.2.2">
    261261<!ENTITY guile-version                "2.0.11">
Note: See TracChangeset for help on using the changeset viewer.