Changeset 9aeac59


Ignore:
Timestamp:
07/13/2024 07:38:23 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
cae7b879
Parents:
606f413
Message:

Update to gdb-15.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r606f413 r9aeac59  
    77  <!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  " ">
    9   <!ENTITY gdb-md5sum        "4452f575d09f94276cb0a1e95ecff856">
     9  <!ENTITY gdb-md5sum        "494e3beaac44e66367c3e443a4414529">
    1010  <!ENTITY gdb-size          "23 MB">
    11   <!ENTITY gdb-buildsize     "964 MB (add 805 MB for docs; add 654 MB for tests)">
    12   <!ENTITY gdb-time          "1.8 SBU (add 0.4 SBU for docs; add 15 SBU for tests; all using parallelism=4)">
     11  <!ENTITY gdb-buildsize     "806 MB (add 1.0 GB for docs; add 720 MB for tests)">
     12  <!ENTITY gdb-time          "0.9 SBU (add 0.4 SBU for docs; see below for tests; all using parallelism=8)">
    1313]>
    1414
     
    134134
    135135    <para>
    136       To test the results, issue:
     136      Running the tests is not recommended.  The results vary a lot depending
     137      on the system architecture and what optional dependencies are installed
     138      and what version of gcc is being used.  On one system tested, there were
     139      140 unexpected failures (out of over 108,000 tests) and on another system
     140      there were "only" 32 unexpected failures.  The time to run the tests
     141      varies from approximately 6 SBU to over 15 SBU when using -j8.  This depends
     142      on number of tests that time out as will as other factors. 
     143    </para>
     144
     145    <tip>
     146      <para>
     147         With a plain <command>make check</command>, there are many warning
     148         messages about a missing global configuration file.  These can be
     149         avoided by running <command>touch global.exp</command> and prepending
     150         the <command>make check</command> command with
     151         <command>DEJAGNU=$PWD/global.exp</command>.  In addition the tests can
     152         be speeded up considerably by using the <command>make</command> option
     153         "-j&lt;N&gt;" where &lt;N&gt; is the number of cores on your system.
     154      </para>
     155    </tip>
     156
     157    <para>
     158      To test the results anyway, issue:
    137159    </para>
    138160
    139161<screen remap="test"><userinput>pushd gdb/testsuite &amp;&amp;
    140162make  site.exp      &amp;&amp;
    141 echo  "set gdb_test_timeout 120" &gt;&gt; site.exp &amp;&amp;
    142 runtest
     163echo  "set gdb_test_timeout 30" &gt;&gt; site.exp &amp;&amp;
     164make check 2&gt;1 | tee gdb-check.log
    143165popd</userinput></screen>
    144166
     
    146168      See <emphasis>gdb/testsuite/README</emphasis> and <ulink
    147169      url="https://sourceware.org/gdb/wiki/TestingGDB">TestingGDB</ulink>.
    148       There are many problems with the test suite:
     170      There are many additional problems with the test suite:
    149171    </para>
    150172
     
    198220      </listitem>
    199221-->
    200       <listitem>
    201         <para>
     222<!--      <listitem>
     223        <para>
     224-->
    202225<!-- for gdb-11.1, gcc-11.2 - pierre
    203226          A test run of the test suite had about 1700 unexpected failures
     
    214237          out of over 105000 tests. -->
    215238<!-- for gdb-14.1, gcc 13.2.0 - rahul -->
    216           A test run of the test suite had 51 unexpected failures
     239<!--          A test run of the test suite had 51 unexpected failures
    217240          out of the over 106000 tests.
    218241        </para>
     
    225248        </para>
    226249      </listitem>
    227 
     250-->
    228251      <listitem>
    229252        <para>
  • introduction/welcome/changelog.xml

    r606f413 r9aeac59  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>July 12th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to gdb-15.1. Fixes
     46          <ulink url="&blfs-ticket-root;20054">#20054</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>July 12th, 2024</para>
  • packages.ent

    r606f413 r9aeac59  
    344344<!ENTITY gcc-version                  "14.1.0">
    345345<!ENTITY gc-version                   "8.2.6">
    346 <!ENTITY gdb-version                  "14.2">
     346<!ENTITY gdb-version                  "15.1">
    347347<!ENTITY git-version                  "2.45.2">
    348348<!ENTITY guile-version                "3.0.10">
Note: See TracChangeset for help on using the changeset viewer.