Changeset da73c1c


Ignore:
Timestamp:
05/29/2023 07:36:13 PM (11 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
9595e27
Parents:
480cc42
git-author:
Pierre Labastie <pierre.labastie@…> (05/29/2023 07:25:40 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (05/29/2023 07:36:13 PM)
Message:

Update to gdb-13.2

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r480cc42 rda73c1c  
    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        "4aaad768ff2585464173c091947287ec">
     9  <!ENTITY gdb-md5sum        "fbd3cdae16c581e8a742cb766ba35076">
    1010  <!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)">
     11  <!ENTITY gdb-buildsize     "914 MB (add 805 MB for docs; add 575 MB for tests)">
     12  <!ENTITY gdb-time          "2.1 SBU (add 0.4 SBU for docs; add 18 SBU for tests; all using parallelism=4)">
    1313]>
    14 
    15 <!-- I skipped running the full tests for this 8.3.1 point version.  Bruce -->
    1614
    1715<sect1 id="gdb" xreflabel="GDB-&gdb-version;">
     
    7270      </listitem>
    7371    </itemizedlist>
    74 
     72    <!--
    7573    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7674    <itemizedlist spacing="compact">
     
    8280      </listitem>
    8381    </itemizedlist>
    84 
     82    -->
    8583    <bridgehead renderas="sect3">GDB Dependencies</bridgehead>
    8684
     
    9492    <bridgehead renderas="sect4">Optional</bridgehead>
    9593    <para role="optional">
    96       <!-- <xref linkend="dejagnu"/> (required for tests), -->
    9794      <xref linkend="doxygen"/>,
    9895      <xref linkend="gcc"/> (ada, gfortran, and go are used for tests),
    9996      <xref linkend="guile"/>,
    100       <xref linkend="python2"/>,
     97      <!-- don't advertise python2...
     98      <xref linkend="python2"/>,-->
    10199      <xref linkend="rust"/> (used for some tests),
    102100      <xref linkend="valgrind"/>, and
     
    112110  <sect2 role="installation">
    113111    <title>Installation of GDB</title>
    114 
     112    <!--
    115113    <para>
    116114      First, apply a patch that fixes problems when debugging programs compiled
     
    119117
    120118<screen><userinput remap="pre">patch -Np1 -i ../gdb-&gdb-version;-upstream_fixes-1.patch</userinput></screen>
    121 
     119-->
    122120    <para>
    123121      Install <application>GDB</application> by running the following
     
    214212          A test run of the test suite had a little over 200 unexpected failures
    215213          out of over 94000 tests.-->
    216 <!-- for gdb-13.0, gcc-12.2.0 - bdubbs -->
     214<!-- for gdb-13.0, gcc-12.2.0 - bdubbs
    217215          A test run of the test suite had 33 unexpected failures
    218           out of over 106000 tests.
     216          out of over 106000 tests. -->
     217<!-- for gdb-13.2, gcc-13.1.0 - pierre -->
     218          A test run of the test suite had 183 unexpected failures
     219          out of over 105000 tests.
    219220        </para>
    220221      </listitem>
     
    241242    </para>
    242243
    243 <screen role="root"><userinput>make -C gdb install</userinput></screen>
     244<screen role="root"><userinput>make -C gdb install &amp;&amp;
     245make -C gdbserver install</userinput></screen>
    244246
    245247    <para>
     
    268270      <parameter>--with-python=/usr/bin/python3</parameter>: This switch
    269271      forces <application>GDB</application> to use Python 3.
     272      <!-- We don't advise to use python2 anymore
    270273      Remove this switch if you have installed
    271       <xref linkend="python2"/> and want to use it instead of Python 3.
     274      <xref linkend="python2"/> and want to use it instead of Python 3.-->
    272275    </para>
    273276
     
    284287      <seglistitem>
    285288        <seg>
    286           gcore, gdb and gdbserver
     289          gcore, gdb, gdbserver, and gdb-add-index
    287290        </seg>
    288291        <seg>
    289           <!--libinproctrace.so-->
    290           None
     292          libinproctrace.so
    291293        </seg>
    292294        <seg>
  • introduction/welcome/changelog.xml

    r480cc42 rda73c1c  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[pierre] - Update to gdb-13.2. Fixes
     46         <ulink url="&blfs-ticket-root;18096">#18096</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[pierre] - Update to epiphany-44.3. Fixes
    4650         <ulink url="&blfs-ticket-root;18095">#18095</ulink>.</para>
  • packages.ent

    r480cc42 rda73c1c  
    317317<!ENTITY gcc-version                  "13.1.0">
    318318<!ENTITY gc-version                   "8.2.2">
    319 <!ENTITY gdb-version                  "13.1">
     319<!ENTITY gdb-version                  "13.2">
    320320<!ENTITY git-version                  "2.40.1">
    321321<!ENTITY guile-version                "3.0.9">
Note: See TracChangeset for help on using the changeset viewer.