Changeset 39e42c88 for general


Ignore:
Timestamp:
03/13/2016 05:39:35 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
4917ac2
Parents:
1c159417
Message:

Update to dbus-python-1.2.4.
Update to mariadb-10.1.12.
Update to cmake-3.5.0.
Correct Noto fonts permissions.
Update to gdb-7.11.

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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r1c159417 r39e42c88  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "4cb3ff35b2472aae70f542116d616e63">
     9  <!ENTITY cmake-md5sum        "33c5d09d4c33d4ffcc63578a6ba8777e">
    1010  <!ENTITY cmake-size          "6.5 MB">
    11   <!ENTITY cmake-buildsize     "704 MB (with tests and cmake-gui)">
    12   <!ENTITY cmake-time          "4 SBU, with parallelism = 4 (with tests and cmake-gui)">
     11  <!ENTITY cmake-buildsize     "346 MB (648 MB with tests and cmake-gui)">
     12  <!ENTITY cmake-time          "4.2 SBU (12.1 SBU with tests and cmake-gui)">
    1313]>
    1414
     
    124124      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    125125      number of system cores. For some systems, it may be necessary to run the
    126       tests only for Qt4 using <command>source setq4</command>, then
    127       <command>export CXXFLAGS="-std=c++11"</command> before the
    128       <command>./bootstrap ...</command>) command.  If used, be sure to
    129       <command>unset CXXFLAGS</command> after the tests.  One of the problematic
    130       tests relates to the test procedures finding the correct Qt files. Eight
    131       of 447 tests are known to fail under some circumstances related to Gtk+2
     126      tests only for Qt4 using <command>source setq4</command>
     127      before the
     128      <command>./bootstrap ...</command>) command. 
     129      One of the problematic
     130      tests relates to the test procedures finding the correct Qt files. One
     131      of 444 tests is known to fail under some circumstances related to Gtk+2
    132132      and c++ standards.
    133133
  • general/prog/dbus-python.xml

    r1c159417 r39e42c88  
    77  <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
    88  <!ENTITY dbus-python-download-ftp  " ">
    9   <!ENTITY dbus-python-md5sum        "b09cd2d1a057cc432ce944de3fc06bf7">
    10   <!ENTITY dbus-python-size          "592 KB">
    11   <!ENTITY dbus-python-buildsize     "11 MB">
    12   <!ENTITY dbus-python-time          "0.3 SBU">
     9  <!ENTITY dbus-python-md5sum        "7372a588c83a7232b4e08159bfd48fe5">
     10  <!ENTITY dbus-python-size          "600 KB">
     11  <!ENTITY dbus-python-buildsize     "9.3 MB (both versions with tests)">
     12  <!ENTITY dbus-python-time          "0.4 SBU (both versions with tests)">
    1313]>
    1414
  • general/prog/gdb.xml

    r1c159417 r39e42c88  
    77  <!ENTITY gdb-download-http "https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    9   <!ENTITY gdb-md5sum        "39e654460c9cdd80200a29ac020cfe11">
     9  <!ENTITY gdb-md5sum        "b5c784685e1cde65ba135feea86b6d75">
    1010  <!ENTITY gdb-size          "18 MB">
    11   <!ENTITY gdb-buildsize     "419 MB (additional 349 MB for tests)">
    12   <!ENTITY gdb-time          "2.4 SBU (add up to 7.8 SBU for tests)">
     11  <!ENTITY gdb-buildsize     "399 MB (additional 173 MB for tests, additional 1.3 GB for documentation)">
     12  <!ENTITY gdb-time          "2.6 SBU (add up to 13 SBU for tests)">
    1313]>
    1414
     
    124124      See <emphasis>gdb/testsuite/README</emphasis> and <ulink
    125125      url="https://sourceware.org/gdb/wiki/TestingGDB">TestingGDB</ulink>.
    126       There are many problems with the test suite. First one is that you need
    127       to clean some directories, if re-running the tests. For that reason, it
    128       is recommended to make a copy of the compiled source code directory,
    129       before the tests, in case you need to run the tests again. Results depend
    130       on installed compilers, there are differences if run locally or remotely,
    131       a large number of timeouts (there is a variable that can be set to
    132       increase time for timeout, but changing it, apparently the total number
    133       of tests is not conserved), there are failures associated with system
    134       readline 6.x, between others. A few tests assume that the header file
    135       <filename>&lt;sys/sdt.h&gt;</filename>, part of <ulink
    136       url="https://sourceware.org/systemtap/">SystemTap</ulink>, is present.
    137       Unexpected failures are less than 0.3%.
    138     </para>
     126      There are many problems with the test suite:
     127    </para>
     128     
     129    <itemizedlist>
     130      <listitem>
     131        <para>
     132          Clean directories ire needed if re-running the tests.  For that
     133          reason, it is recommended to make a copy of the compiled source code
     134          directory before the tests in case you need to run the tests again.
     135        </para>
     136      </listitem>
     137       
     138      <listitem>
     139        <para>
     140          Results depend on installed compilers.
     141        </para>
     142      </listitem>
     143       
     144      <listitem>
     145        <para>
     146          If run remotely over an ssh connection, the tests will hang
     147          and require a hard (power cycle) reset of the sytem.
     148        </para>
     149      </listitem>
     150       
     151      <listitem>
     152        <para>
     153          There are a large number of timeouts (there is a variable
     154          that can be set to increase time for timeout, but
     155          changing it will result in a different number of tests being
     156          run.
     157        </para>
     158      </listitem>
     159       
     160      <listitem>
     161        <para>
     162          There are failures associated with system readline 6.x.
     163        </para>
     164      </listitem>
     165       
     166      <listitem>
     167        <para>
     168          A few tests assume that the header file
     169          <filename>&lt;sys/sdt.h&gt;</filename>, part of <ulink
     170          url="https://sourceware.org/systemtap/">SystemTap</ulink>, is
     171          present.
     172        </para>
     173      </listitem>
     174       
     175      <listitem>
     176        <para>
     177          About 3% of the tests fail (out of over 35000 tests).
     178        </para>
     179      </listitem>
     180       
     181    </itemizedlist>
    139182
    140183    <para>
Note: See TracChangeset for help on using the changeset viewer.