Changeset 39e42c88


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

Files:
7 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>
  • introduction/welcome/changelog.xml

    r1c159417 r39e42c88  
    4747      <para>March 12th, 2016</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to dbus-python-1.2.4. Fixes
     51          <ulink url="&blfs-ticket-root;7526">#7526</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to mariadb-10.1.12. Fixes
     55          <ulink url="&blfs-ticket-root;7559">#7559</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update to cmake-3.5.0. Fixes
     59          <ulink url="&blfs-ticket-root;7525">#7525</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[bdubbs] - Correct Noto fonts permissions. Fixes
     63          <ulink url="&blfs-ticket-root;7564">#7564</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[bdubbs] - Update to gdb-7.11. Fixes
     67          <ulink url="&blfs-ticket-root;7527">#7527</ulink>.</para>
     68        </listitem>
    4969        <listitem>
    5070          <para>[igor] - Update to xorg-server-1.18.2. Fixes
  • kde/kf5/noto-fonts.xml

    r1c159417 r39e42c88  
    103103    </para>
    104104
    105 <screen><userinput>install -d -m755 /usr/share/fonts/truetype/noto
    106 unzip Noto-hinted.zip -d /usr/share/fonts/truetype/noto</userinput></screen>
     105<screen><userinput>install -d -m755         /usr/share/fonts/truetype/noto &amp;&amp;
     106unzip Noto-hinted.zip -d /usr/share/fonts/truetype/noto &amp;&amp;
     107chmod 0644               /usr/share/fonts/truetype/noto/*</userinput></screen>
    107108
    108109    <para>
  • packages.ent

    r1c159417 r39e42c88  
    256256<!ENTITY check-version                "0.10.0">
    257257<!ENTITY clisp-version                "2.49">
    258 <!ENTITY cmake-major-version          "3.4">
    259 <!ENTITY cmake-minor-version          "3">
     258<!ENTITY cmake-major-version          "3.5">
     259<!ENTITY cmake-minor-version          "0">
    260260<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    261261<!--<!ENTITY cvs-version                  "1.11.23">-->
     
    268268<!ENTITY gcc-ada-version              "5.3.0">
    269269<!ENTITY gc-version                   "7.4.2">
    270 <!ENTITY gdb-version                  "7.10.1">
     270<!ENTITY gdb-version                  "7.11">
    271271<!ENTITY git-version                  "2.7.1">
    272272<!ENTITY guile-version                "2.0.11">
     
    345345
    346346<!-- Python module versions used in the Python Modules instructions -->
    347 <!ENTITY dbus-python-version          "1.2.0">
     347<!ENTITY dbus-python-version          "1.2.4">
    348348<!ENTITY py2cairo-version             "1.10.0">
    349349<!ENTITY pycairo-version              "1.10.0">
     
    436436<!ENTITY db-version                   "6.1.26">
    437437<!ENTITY lmdb-version                 "0.9.18">
    438 <!ENTITY mariadb-version              "10.1.11">
     438<!ENTITY mariadb-version              "10.1.12">
    439439<!ENTITY postgresql-version           "9.5.1">
    440440<!ENTITY sqlite-version               "3.11.0">
  • server/databases/mariadb.xml

    r1c159417 r39e42c88  
    77  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    88  <!ENTITY mariadb-download-ftp  "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    9   <!ENTITY mariadb-md5sum        "c199608ae4282f16007dc8c270ff2439">
     9  <!ENTITY mariadb-md5sum        "a2c0809f27ec112139c2c50f03569b2b">
    1010  <!ENTITY mariadb-size          "53 MB">
    11   <!ENTITY mariadb-buildsize     "1.6 GB (with tests)">
    12   <!ENTITY mariadb-time          "4 SBU, (with tests - all using parallelism=4)">
     11  <!ENTITY mariadb-buildsize     "1.2 GB (with tests)">
     12  <!ENTITY mariadb-time          "4.5 SBU, (with parallelism=4 and tests)">
    1313]>
    1414
     
    7272    </itemizedlist>
    7373
    74     <note><para>The installed size of MariaDB is 388 MB, but this can be
    75     reduced by about 168 MB, if desired, by removing the /usr/share/mysql/test
     74    <note><para>The installed size of MariaDB is 422 MB, but this can be
     75    reduced by about 177 MB, if desired, by removing the /usr/share/mysql/test
    7676    directory after installation.</para></note>
    7777
Note: See TracChangeset for help on using the changeset viewer.