Changeset 03b05e7


Ignore:
Timestamp:
08/30/2015 12:41:29 AM (9 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.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:
8763a1da
Parents:
28370fe
Message:
  • Update to gdb-7.10.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r28370fe r03b05e7  
    77  <!ENTITY gdb-download-http "https://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        "35374c77a70884eb430c97061053a36e">
     9  <!ENTITY gdb-md5sum        "2a35bac41fa8e10bf04f3a0dd7f7f363">
    1010  <!ENTITY gdb-size          "18 MB">
    11   <!ENTITY gdb-buildsize     "406 MB (additional 105 MB for checks)">
    12   <!ENTITY gdb-time          "2.2 SBU (add up to 6.0 SBU for checks)">
     11  <!ENTITY gdb-buildsize     "421 MB (additional 170 MB for tests)">
     12  <!ENTITY gdb-time          "2.4 SBU (add up to 7.0 SBU for tests)">
    1313]>
    1414
     
    8181      <xref linkend="dejagnu"/> (for tests),
    8282      <xref linkend="doxygen"/>,
    83       <xref linkend="guile"/>, and
    84       <xref linkend="python2"/>
     83      <xref linkend="guile"/>,
     84      <xref linkend="python2"/>, and
     85      <xref linkend="valgrind"/>
    8586    </para>
    8687
     
    109110
    110111    <para>
    111       To test the results, issue: <command>make -k check</command>. There are
    112       many problems with the test suite. Depends on installed compilers, there
    113       are differences if run locally or remotely, a large number of timeouts
    114       (there is a variable that can be set to increase time for timeout, but
    115       changing it, apparently the total number of tests is not conserved),
    116       there are failures associated with system readline 6.x, between others.
    117       Unexpected failures are of the order of 0.5%.
     112      To test the results, issue:
     113    </para>
     114
     115<screen><userinput>pushd gdb/testsuite &amp;&amp;
     116make  site.exp      &amp;&amp;
     117echo  "set gdb_test_timeout 120" &gt;&gt; site.exp &amp;&amp;
     118runtest TRANSCRIPT=y
     119popd</userinput></screen>
     120
     121    <para>
     122      See <emphasis>gdb/testsuite/README</emphasis> and <ulink
     123      url="https://sourceware.org/gdb/wiki/TestingGDB">TestingGDB</ulink>.
     124      There are many problems with the test suite. First one is that you need
     125      to clean some directories, if re-running the tests. For that reason, it
     126      is recommended to make a copy of the compiled source code directory,
     127      before the tests, in case you need to run the tests again. Results depend
     128      on installed compilers, there are differences if run locally or remotely,
     129      a large number of timeouts (there is a variable that can be set to
     130      increase time for timeout, but changing it, apparently the total number
     131      of tests is not conserved), there are failures associated with system
     132      readline 6.x, between others.  Unexpected failures are less than 0.3%.
    118133    </para>
    119134
     
    131146
    132147<screen role="root"><userinput>install -d /usr/share/doc/gdb-&gdb-version; &amp;&amp;
     148rm -rf gdb/doc/doxy/xml &amp;&amp;
    133149cp -Rv gdb/doc/doxy /usr/share/doc/gdb-&gdb-version;</userinput></screen>
    134150
     
    151167        </seg>
    152168        <seg>
    153           /usr/include/gdb and
    154           /usr/share/gdb
     169          /usr/{include,share}/gdb and /usr/share/doc/gdb-&gdb-version;
    155170        </seg>
    156171      </seglistitem>
  • introduction/welcome/changelog.xml

    r28370fe r03b05e7  
    4444
    4545-->
     46
     47      <listitem>
     48        <para>August 29th, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - Update to gdb-7.10. Fixes
     52            <ulink url="&blfs-ticket-root;6873">#6873</ulink>.</para>
     53          </listitem>
     54        </itemizedlist>
     55      </listitem>
    4656
    4757      <listitem>
  • packages.ent

    r28370fe r03b05e7  
    259259<!ENTITY gcc-version                  "5.2.0">
    260260<!ENTITY gc-version                   "7.4.2">
    261 <!ENTITY gdb-version                  "7.9.1">
     261<!ENTITY gdb-version                  "7.10">
    262262<!ENTITY git-version                  "2.5.0">
    263263<!ENTITY guile-version                "2.0.11">
Note: See TracChangeset for help on using the changeset viewer.