Ignore:
Timestamp:
02/09/2020 07:53:49 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
bbd73d4
Parents:
c4ce9a83
Message:

Update to gdb-9.1.
Update to libgpg-error-1.37.
Update to nss-3.50.
Update to firewalld-0.8.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rc4ce9a83 r29d11601  
    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        "73b6a5d8141672c62bf851cd34c4aa83">
     9  <!ENTITY gdb-md5sum        "f7e9f6236c425097d9e5f18a6ac40655">
    1010  <!ENTITY gdb-size          "20 MB">
    11   <!ENTITY gdb-buildsize     "625 MB (add 57 MB for tests, add 748 MB for docs)">
    12   <!ENTITY gdb-time          "1.9 SBU (Using parallelism=4; add 66 SBU for tests, add 0.6 SBU for docs)">
     11  <!ENTITY gdb-buildsize     "656 MB (add 738 MB for docs)">
     12  <!ENTITY gdb-time          "1.9 SBU (Using parallelism=4; add 18 SBU for tests, add 0.6 SBU for docs)">
    1313]>
    1414
     
    112112    </para>
    113113
    114 <screen><userinput>./configure --prefix=/usr \
    115             --with-system-readline \
    116             --with-python=/usr/bin/python3 &amp;&amp;
     114<screen><userinput>mkdir build &amp;&amp;
     115cd    build &amp;&amp;
     116
     117../configure --prefix=/usr          \
     118             --with-system-readline \
     119             --with-python=/usr/bin/python3 &amp;&amp;
    117120make</userinput></screen>
    118121
     
    154157        </para>
    155158      </listitem>
    156        
     159<!-- I did not see this       
    157160      <listitem>
    158161        <para>
     
    163166        </para>
    164167      </listitem>
    165        
     168or this
    166169      <listitem>
    167170        <para>
     
    169172        </para>
    170173      </listitem>
    171        
     174-->
    172175      <listitem>
    173176        <para>
     
    178181        </para>
    179182      </listitem>
    180 
     183<!-- I don't know if this is true or not.  I tested on a Haswell.
    181184      <listitem>
    182185        <para>
     
    186189        </para>
    187190      </listitem>
    188        
    189       <listitem>
    190         <para>
    191           Approximately 1-3% of the tests fail (out of over 56000 tests).
     191-->       
     192      <listitem>
     193        <para>
     194          A test run of the test suite had 228 unexpected failures
     195          (out of over 70000 tests).
    192196        </para>
    193197      </listitem>
Note: See TracChangeset for help on using the changeset viewer.