Changeset 54bd123


Ignore:
Timestamp:
09/18/2021 06:53:12 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f863fd7d
Parents:
9a7aeed0
Message:

Update gdb-11.1

Also add two forgotten entries to changelog

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r9a7aeed0 r54bd123  
    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        "c044b7146903ec51c9d2337a29aee93b">
     9  <!ENTITY gdb-md5sum        "257cb0f67927f79acf636d8c01e19990">
    1010  <!ENTITY gdb-size          "21 MB">
    11   <!ENTITY gdb-buildsize     "761 MB (add 750 MB for docs; add 633 MB for tests)">
    12   <!ENTITY gdb-time          "1.7 SBU (Using parallelism=4; add 30 SBU for tests; add 0.5 SBU for docs)">
     11  <!ENTITY gdb-buildsize     "811 MB (add 777 MB for docs; add 536 MB for tests)">
     12  <!ENTITY gdb-time          "1.9 SBU (Using parallelism=4; add 23 SBU for tests; add 0.5 SBU for docs)">
    1313]>
    1414
     
    191191      <listitem>
    192192        <para>
    193           A test run of the test suite had 230 unexpected failures
    194           (out of over 70000 tests).
     193<!-- for gdb-11.1, gcc-11.2 - pierre -->
     194          A test run of the test suite had about 1700 unexpected failures
     195          (out of over 80000 tests).
    195196        </para>
    196197      </listitem>
     
    209210          on those CPUs.
    210211        </para>
    211         <!-- On my Turion 64 X2 system, I had 498 failures, a majority
    212              of which failed on my workstation as well when I rebuilt it
    213              in March 2020. My skylake-based system has 228 failures. -renodr -->
    214212      </listitem>
    215213
     
    246244    <para>
    247245      <parameter>--with-python=/usr/bin/python3</parameter>: This switch
    248       forces <application>GDB</application> to use Python 3 installed
    249       in LFS.  Remove this switch if you have installed
     246      forces <application>GDB</application> to use Python 3.
     247      Remove this switch if you have installed
    250248      <xref linkend="python2"/> and want to use it instead of Python 3.
    251249    </para>
  • introduction/welcome/changelog.xml

    r9a7aeed0 r54bd123  
    4343    -->
    4444    <listitem>
     45      <para>September 18th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to gdb-11.1. Fixes
     49          <ulink url="&blfs-ticket-root;15529">#15529</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 17th, 2021</para>
    4656      <itemizedlist>
     57        <listitem>
     58          <para>[pierre] - Update to gucharmap-14.0.0. Fixes
     59          <ulink url="&blfs-ticket-root;15547">#15547</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[pierre] - Update to httpd-2.4.49 (Security Update). Fixes
     63          <ulink url="&blfs-ticket-root;15543">#15543</ulink>.</para>
     64        </listitem>
    4765        <listitem>
    4866          <para>[bdubbs] - Update to glib-networking-2.70.0. Fixes
  • packages.ent

    r9a7aeed0 r54bd123  
    343343<!ENTITY gcc-version                  "11.2.0">
    344344<!ENTITY gc-version                   "8.0.4">
    345 <!ENTITY gdb-version                  "10.2">
     345<!ENTITY gdb-version                  "11.1">
    346346<!ENTITY git-version                  "2.33.0">
    347347<!ENTITY guile-version                "3.0.7">
Note: See TracChangeset for help on using the changeset viewer.