Changeset 6a1237d


Ignore:
Timestamp:
05/12/2019 07:10:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
1f1caec
Parents:
baa0c93f
Message:

Update to gdb-8.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21587 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rbaa0c93f r6a1237d  
    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        "f8b2562e830a4098dd5b5ea9e9296c70">
    10   <!ENTITY gdb-size          "19 MB">
    11   <!ENTITY gdb-buildsize     "599 MB (add 55 MB for tests, add 723 MB for docs)">
    12   <!ENTITY gdb-time          "1.8 SBU (Using parallelism=4; add 66 SBU for tests, add 0.6 SBU for docs)">
     9  <!ENTITY gdb-md5sum        "bbd95b2f9b34621ad7a19a3965476314">
     10  <!ENTITY gdb-size          "20 MB">
     11  <!ENTITY gdb-buildsize     "630 MB (add 57 MB for tests, add 750 MB for docs)">
     12  <!ENTITY gdb-time          "2.0 SBU (Using parallelism=4; add 66 SBU for tests, add 0.6 SBU for docs)">
    1313]>
    1414
     
    142142        <para>
    143143          Clean directories are needed if re-running the tests.  For that
    144           reason, it is recommended to make a copy of the compiled source code
     144          reason, make a copy of the compiled source code
    145145          directory before the tests in case you need to run the tests again.
    146146        </para>
     
    152152        </para>
    153153      </listitem>
    154        
    155 <!-- They worked fine for me. [renodr] 7.11.1 -->
    156 
    157 <!--
    158       <listitem>
    159         <para>
    160           If run remotely over an ssh connection, the tests will hang
    161           and require a hard (power cycle) reset of the system.
    162         </para>
    163       </listitem>
    164 -->
    165154       
    166155      <listitem>
  • introduction/welcome/changelog.xml

    rbaa0c93f r6a1237d  
    4646      <para>May 12th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to gdb-8.3. Fixes
     50          <ulink url="&blfs-ticket-root;12050">#12050</ulink>.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[pierre] - Disable building documentation for libical, since
  • packages.ent

    rbaa0c93f r6a1237d  
    320320<!ENTITY gcc-version                  "9.1.0">
    321321<!ENTITY gc-version                   "8.0.4">
    322 <!ENTITY gdb-version                  "8.2.1">
     322<!ENTITY gdb-version                  "8.3">
    323323<!ENTITY git-version                  "2.21.0">
    324324<!ENTITY guile-version                "2.2.4">
Note: See TracChangeset for help on using the changeset viewer.