Changeset 6f0a8c86 for general/prog


Ignore:
Timestamp:
02/24/2023 08:49:27 PM (16 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
e9237c3
Parents:
0f229b4
Message:

Update to gdb-13.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r0f229b4 r6f0a8c86  
    77  <!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "&gnu-ftp;/gdb/gdb-&gdb-version;.tar.xz">
    9   <!ENTITY gdb-md5sum        "759a1b8d2b4d403367dd0e14fa04643d">
    10   <!ENTITY gdb-size          "21 MB">
    11   <!ENTITY gdb-buildsize     "716 MB (add 742 MB for docs; add 582 MB for tests)">
    12   <!ENTITY gdb-time          "1.8 SBU (Using parallelism=4; add 0.5 SBU for docs; add 32 SBU for tests)">
     9  <!ENTITY gdb-md5sum        "4aaad768ff2585464173c091947287ec">
     10  <!ENTITY gdb-size          "23 MB">
     11  <!ENTITY gdb-buildsize     "1.1 GB (add 406 MB for docs; add 373 MB for tests)">
     12  <!ENTITY gdb-time          "2.1 SBU (Using parallelism=4; add 0.5 SBU for docs; add 20 SBU for tests)">
    1313]>
    1414
     
    113113    <title>Installation of GDB</title>
    114114
    115     <!-- https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1add37b
    116          Will be included in 13.1, but not 12.2 (if there will be 12.2). -->
    117     <para>
    118       First, apply a change from upstream to fix issues with readline-8.2
    119       or later:
    120     </para>
    121 
    122 <screen><userinput remap="pre">sed '/return/s/rl.*characters/(char *) &amp;/' -i gdb/completer.c</userinput></screen>
    123 
    124 
    125115    <para>
    126116      Install <application>GDB</application> by running the following
     
    214204          (out of over 80000 tests). Over 1370 of the failures were related
    215205          to FORTRAN tests. -->
    216 <!-- for gdb-12.1, gcc-11.3.0 - bdubbs -->
     206<!-- for gdb-12.1, gcc-11.3.0 - bdubbs
    217207          A test run of the test suite had a little over 200 unexpected failures
    218           out of over 94000 tests.
     208          out of over 94000 tests.-->
     209<!-- for gdb-13.0, gcc-12.2.0 - bdubbs -->
     210          A test run of the test suite had 33 unexpected failures
     211          out of over 106000 tests.
    219212        </para>
    220213      </listitem>
Note: See TracChangeset for help on using the changeset viewer.