Changeset d81eda8 for general/prog


Ignore:
Timestamp:
07/31/2014 07:02:45 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, 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:
aec75f7
Parents:
43a81625
Message:

parted-3.2: remove test t0251-gpt-unicode.sh.
Update to gdb-7.8.
Update to libndp-1.4.
Update to gpgme-1.5.1.
Update to dhcpcd-6.4.3.
Update to cups-1.7.5 and separete internal from external optional dependencies.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r43a81625 rd81eda8  
    55  %general-entities;
    66
    7   <!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.bz2">
    8   <!ENTITY gdb-download-ftp  "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.bz2">
    9   <!ENTITY gdb-md5sum        "77b20b515e7c25f032cb9732a66620fe">
    10   <!ENTITY gdb-size          "24 MB">
    11   <!ENTITY gdb-buildsize     "311 MB (474 MB with checks)">
    12   <!ENTITY gdb-time          "2.2 SBU (13 SBU with checks)">
     7  <!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
     8  <!ENTITY gdb-download-ftp  "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
     9  <!ENTITY gdb-md5sum        "bd958fe9019d7c7896f29f6724a764ed">
     10  <!ENTITY gdb-size          "17 MB">
     11  <!ENTITY gdb-buildsize     "326 MB (405 MB with checks)">
     12  <!ENTITY gdb-time          "2.2 SBU (56 SBU with checks)">
    1313]>
    1414
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="dejagnu"/> (for tests) and
     81      <xref linkend="dejagnu"/> (for tests),
     82      <xref linkend="guile"/> and
    8283      <xref linkend="python2"/>
    8384    </para>
     
    101102    <para>
    102103      To test the results, issue: <command>make -k check</command>. There are
    103       many problems with the test suite. Depends on installed compilers,
    104       differences if run locally or remotely, many timeouts (there is a
    105       variable that can be set to increase time for timeout, but changing it,
    106       apparently the total number of tests is not conserved) and also depends
    107       on some environment variables being set.
    108       Failures are of the order of 1000.
     104      many problems with the test suite. Depends on installed compilers, there
     105      are differences if run locally or remotely, a large number of timeouts
     106      (there is a variable that can be set to increase time for timeout, but
     107      changing it, apparently the total number of tests is not conserved),
     108      there are failures associated with system readline 6.x, between others.
     109      Unexpected failures are of the order of 2.5%.
    109110    </para>
    110111
Note: See TracChangeset for help on using the changeset viewer.