Changeset e2fe6d4


Ignore:
Timestamp:
05/02/2022 07:18:19 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
13a84bb
Parents:
8259f642
Message:

Update to gdb-12.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r8259f642 re2fe6d4  
    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        "433bd0904caa31c247b1b1867f2f911d">
     9  <!ENTITY gdb-md5sum        "759a1b8d2b4d403367dd0e14fa04643d">
    1010  <!ENTITY gdb-size          "21 MB">
    11   <!ENTITY gdb-buildsize     "674 MB (add 729 MB for docs; add 538 MB for tests)">
    12   <!ENTITY gdb-time          "1.8 SBU (Using parallelism=4; add 0.5 SBU for docs; add 30 SBU for tests)">
     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)">
    1313]>
    1414
     
    115115  <sect2 role="installation">
    116116    <title>Installation of GDB</title>
    117 
     117<!--
    118118    <para>
    119119      First, apply some changes from upstream to fix issues with glibc-2.35:
     
    121121
    122122<screen><userinput remap="pre">patch -Np1 -i ../gdb-&gdb-version;-upstream_fixes-1.patch</userinput></screen>
    123 
     123-->
    124124    <para>
    125125      Install <application>GDB</application> by running the following
     
    188188      </listitem>
    189189-->
     190<!--
    190191      <listitem>
    191192        <para>
     
    196197        </para>
    197198      </listitem>
     199-->
    198200<!-- I don't know if this is true or not.  I tested on a Haswell.
    199201      <listitem>
     
    207209      <listitem>
    208210        <para>
    209 <!-- for gdb-11.1, gcc-11.2 - pierre -->
     211<!-- for gdb-11.1, gcc-11.2 - pierre
    210212          A test run of the test suite had about 1700 unexpected failures
    211213          (out of over 80000 tests). Over 1370 of the failures were related
    212           to FORTRAN tests.
     214          to FORTRAN tests. -->
     215<!-- for gdb-12.1, gcc-11.3.0 - bdubbs -->
     216          A test run of the test suite had a little over 200 unexpected failures
     217          out of over 94000 tests.
    213218        </para>
    214219      </listitem>
  • introduction/welcome/changelog.xml

    r8259f642 re2fe6d4  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to gdb-12.1. Fixes
     49          <ulink url="&blfs-ticket-root;16496">#16496</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to icewm-2.9.7. Fixes
    4953          <ulink url="&blfs-ticket-root;16497">#16497</ulink>.</para>
  • packages.ent

    r8259f642 re2fe6d4  
    354354<!ENTITY gcc-version                  "11.3.0">
    355355<!ENTITY gc-version                   "8.0.6">
    356 <!ENTITY gdb-version                  "11.2">
     356<!ENTITY gdb-version                  "12.1">
    357357<!ENTITY git-version                  "2.36.0">
    358358<!ENTITY guile-version                "3.0.8">
Note: See TracChangeset for help on using the changeset viewer.