Ignore:
Timestamp:
08/23/2018 04:28:35 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
55d2957
Parents:
ea5be73
Message:

Update to gdb-8.1.1. Fixes 10981.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rea5be73 r51cb7cd  
    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        "f46487561f9a16916a8102316f7fd105">
     9  <!ENTITY gdb-md5sum        "372fa63a53adeee1bfbfd581d8da9e34">
    1010  <!ENTITY gdb-size          "19 MB">
    11   <!ENTITY gdb-buildsize     "494 MB (add 19 MB for tests, add 677 MB for docs)">
    12   <!ENTITY gdb-time          "4.1 SBU (add 17 SBU for tests, add 0.7 for docs)">
     11  <!ENTITY gdb-buildsize     "667 MB (add 753 MB for tests, add 757 MB for docs)">
     12  <!ENTITY gdb-time          "5.0 SBU (add 56 SBU for tests, add 0.8 for docs)">
    1313]>
    1414
     
    3939    </para>
    4040
    41     &lfs82_checked;
     41    &lfs83_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="dejagnu"/> (for tests),
     81      <xref linkend="dejagnu"/> (required for tests),
    8282      <xref linkend="doxygen"/>,
    83       <xref linkend="gcc"/> (gfortran, for some tests),
    84       <xref linkend="guile"/> (currently broken),
     83      <xref linkend="gcc"/> (ada and gfortran are used for tests),
     84      <xref linkend="guile"/>,
    8585      <xref linkend="python2"/>,
    86       <xref linkend="rust"/> (for some tests),
     86      <xref linkend="rust"/> (used for some tests),
    8787      <xref linkend="valgrind"/>, and
    8888      <ulink url="https://sourceware.org/systemtap/">SystemTap</ulink>
    89       (run-time dependency, also used in a few tests)
     89      (run-time, used for tests)
    9090    </para>
    9191
     
    103103    </para>
    104104
    105 <screen><userinput>./configure --prefix=/usr --with-system-readline --without-guile &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr --with-system-readline &amp;&amp;
    106106make</userinput></screen>
    107107
     
    181181      <listitem>
    182182        <para>
    183           Approximately 2-3% of the tests fail (out of over 48900 tests).
     183          Approximately 1-3% of the tests fail (out of over 53000 tests).
    184184        </para>
    185185      </listitem>
     
    208208    <title>Command Explanations</title>
    209209     
    210     <para>
    211       <parameter>--without-guile</parameter>: This switch disables support
    212       for <application>Guile</application> since version 2.2 changed the way
    213       that C ports were handled.
    214     </para>
    215 
    216210    <para>
    217211      <parameter>--with-system-readline</parameter>: This switch forces
Note: See TracChangeset for help on using the changeset viewer.