Author: bdubbs
Date: Sat Mar 12 21:39:35 2016
New Revision: 17099

Log:
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.

Modified:
   trunk/BOOK/general/prog/cmake.xml
   trunk/BOOK/general/prog/dbus-python.xml
   trunk/BOOK/general/prog/gdb.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/kde/kf5/noto-fonts.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/databases/mariadb.xml

Modified: trunk/BOOK/general/prog/cmake.xml
==============================================================================
--- trunk/BOOK/general/prog/cmake.xml   Sat Mar 12 19:54:39 2016        (r17098)
+++ trunk/BOOK/general/prog/cmake.xml   Sat Mar 12 21:39:35 2016        (r17099)
@@ -6,10 +6,10 @@
 
   <!ENTITY cmake-download-http 
"http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz";>
   <!ENTITY cmake-download-ftp  " ">
-  <!ENTITY cmake-md5sum        "4cb3ff35b2472aae70f542116d616e63">
+  <!ENTITY cmake-md5sum        "33c5d09d4c33d4ffcc63578a6ba8777e">
   <!ENTITY cmake-size          "6.5 MB">
-  <!ENTITY cmake-buildsize     "704 MB (with tests and cmake-gui)">
-  <!ENTITY cmake-time          "4 SBU, with parallelism = 4 (with tests and 
cmake-gui)">
+  <!ENTITY cmake-buildsize     "346 MB (648 MB with tests and cmake-gui)">
+  <!ENTITY cmake-time          "4.2 SBU (12.1 SBU with tests and cmake-gui)">
 ]>
 
 <sect1 id="cmake" xreflabel="CMake-&cmake-version;">
@@ -123,12 +123,12 @@
       cmake-&cmake-version;-test.log</command>, where
       <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
       number of system cores. For some systems, it may be necessary to run the
-      tests only for Qt4 using <command>source setq4</command>, then
-      <command>export CXXFLAGS="-std=c++11"</command> before the
-      <command>./bootstrap ...</command>) command.  If used, be sure to
-      <command>unset CXXFLAGS</command> after the tests.  One of the 
problematic
-      tests relates to the test procedures finding the correct Qt files. Eight
-      of 447 tests are known to fail under some circumstances related to Gtk+2
+      tests only for Qt4 using <command>source setq4</command>
+      before the
+      <command>./bootstrap ...</command>) command.  
+      One of the problematic
+      tests relates to the test procedures finding the correct Qt files. One
+      of 444 tests is known to fail under some circumstances related to Gtk+2
       and c++ standards.
 
      <!-- Please, don't remove this comment, needed if tests start to fail

Modified: trunk/BOOK/general/prog/dbus-python.xml
==============================================================================
--- trunk/BOOK/general/prog/dbus-python.xml     Sat Mar 12 19:54:39 2016        
(r17098)
+++ trunk/BOOK/general/prog/dbus-python.xml     Sat Mar 12 21:39:35 2016        
(r17099)
@@ -6,10 +6,10 @@
 
   <!ENTITY dbus-python-download-http 
"http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz";>
   <!ENTITY dbus-python-download-ftp  " ">
-  <!ENTITY dbus-python-md5sum        "b09cd2d1a057cc432ce944de3fc06bf7">
-  <!ENTITY dbus-python-size          "592 KB">
-  <!ENTITY dbus-python-buildsize     "11 MB">
-  <!ENTITY dbus-python-time          "0.3 SBU">
+  <!ENTITY dbus-python-md5sum        "7372a588c83a7232b4e08159bfd48fe5">
+  <!ENTITY dbus-python-size          "600 KB">
+  <!ENTITY dbus-python-buildsize     "9.3 MB (both versions with tests)">
+  <!ENTITY dbus-python-time          "0.4 SBU (both versions with tests)">
 ]>
 
   <!-- Begin D-Bus Python -->

Modified: trunk/BOOK/general/prog/gdb.xml
==============================================================================
--- trunk/BOOK/general/prog/gdb.xml     Sat Mar 12 19:54:39 2016        (r17098)
+++ trunk/BOOK/general/prog/gdb.xml     Sat Mar 12 21:39:35 2016        (r17099)
@@ -6,10 +6,10 @@
 
   <!ENTITY gdb-download-http 
"https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz";>
   <!ENTITY gdb-download-ftp  
"ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz";>
-  <!ENTITY gdb-md5sum        "39e654460c9cdd80200a29ac020cfe11">
+  <!ENTITY gdb-md5sum        "b5c784685e1cde65ba135feea86b6d75">
   <!ENTITY gdb-size          "18 MB">
-  <!ENTITY gdb-buildsize     "419 MB (additional 349 MB for tests)">
-  <!ENTITY gdb-time          "2.4 SBU (add up to 7.8 SBU for tests)">
+  <!ENTITY gdb-buildsize     "399 MB (additional 173 MB for tests, additional 
1.3 GB for documentation)">
+  <!ENTITY gdb-time          "2.6 SBU (add up to 13 SBU for tests)">
 ]>
 
 <sect1 id="gdb" xreflabel="GDB-&gdb-version;">
@@ -123,19 +123,62 @@
     <para>
       See <emphasis>gdb/testsuite/README</emphasis> and <ulink
       url="https://sourceware.org/gdb/wiki/TestingGDB";>TestingGDB</ulink>.
-      There are many problems with the test suite. First one is that you need
-      to clean some directories, if re-running the tests. For that reason, it
-      is recommended to make a copy of the compiled source code directory,
-      before the tests, in case you need to run the tests again. Results depend
-      on installed compilers, there are differences if run locally or remotely,
-      a large number of timeouts (there is a variable that can be set to
-      increase time for timeout, but changing it, apparently the total number
-      of tests is not conserved), there are failures associated with system
-      readline 6.x, between others. A few tests assume that the header file
-      <filename>&lt;sys/sdt.h&gt;</filename>, part of <ulink
-      url="https://sourceware.org/systemtap/";>SystemTap</ulink>, is present.
-      Unexpected failures are less than 0.3%.
+      There are many problems with the test suite:
     </para>
+      
+    <itemizedlist>
+      <listitem>
+        <para>
+          Clean directories ire needed if re-running the tests.  For that
+          reason, it is recommended to make a copy of the compiled source code
+          directory before the tests in case you need to run the tests again. 
+        </para>
+      </listitem>
+        
+      <listitem>
+        <para>
+          Results depend on installed compilers.
+        </para>
+      </listitem>
+        
+      <listitem>
+        <para>
+          If run remotely over an ssh connection, the tests will hang 
+          and require a hard (power cycle) reset of the sytem.
+        </para>
+      </listitem>
+        
+      <listitem>
+        <para>
+          There are a large number of timeouts (there is a variable 
+          that can be set to increase time for timeout, but 
+          changing it will result in a different number of tests being 
+          run.
+        </para>
+      </listitem>
+        
+      <listitem>
+        <para>
+          There are failures associated with system readline 6.x.
+        </para>
+      </listitem>
+        
+      <listitem>
+        <para>
+          A few tests assume that the header file
+          <filename>&lt;sys/sdt.h&gt;</filename>, part of <ulink
+          url="https://sourceware.org/systemtap/";>SystemTap</ulink>, is
+          present.
+        </para>
+      </listitem>
+        
+      <listitem>
+        <para>
+          About 3% of the tests fail (out of over 35000 tests). 
+        </para>
+      </listitem>
+        
+    </itemizedlist>
 
     <para>
       Now, as the <systemitem class="username">root</systemitem> user:

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Mar 12 19:54:39 
2016        (r17098)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Mar 12 21:39:35 
2016        (r17099)
@@ -47,6 +47,26 @@
       <para>March 12th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to dbus-python-1.2.4. Fixes
+          <ulink url="&blfs-ticket-root;7526">#7526</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to mariadb-10.1.12. Fixes
+          <ulink url="&blfs-ticket-root;7559">#7559</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to cmake-3.5.0. Fixes
+          <ulink url="&blfs-ticket-root;7525">#7525</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Correct Noto fonts permissions. Fixes
+          <ulink url="&blfs-ticket-root;7564">#7564</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to gdb-7.11. Fixes
+          <ulink url="&blfs-ticket-root;7527">#7527</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to xorg-server-1.18.2. Fixes
           <ulink url="&blfs-ticket-root;7567">#7567</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/kde/kf5/noto-fonts.xml
==============================================================================
--- trunk/BOOK/kde/kf5/noto-fonts.xml   Sat Mar 12 19:54:39 2016        (r17098)
+++ trunk/BOOK/kde/kf5/noto-fonts.xml   Sat Mar 12 21:39:35 2016        (r17099)
@@ -102,8 +102,9 @@
       commands as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen><userinput>install -d -m755 /usr/share/fonts/truetype/noto
-unzip Noto-hinted.zip -d /usr/share/fonts/truetype/noto</userinput></screen>
+<screen><userinput>install -d -m755         /usr/share/fonts/truetype/noto 
&amp;&amp;
+unzip Noto-hinted.zip -d /usr/share/fonts/truetype/noto &amp;&amp;
+chmod 0644               /usr/share/fonts/truetype/noto/*</userinput></screen>
 
     <para>
       This package does not come with a test suite.

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Mar 12 19:54:39 2016        (r17098)
+++ trunk/BOOK/packages.ent     Sat Mar 12 21:39:35 2016        (r17099)
@@ -255,8 +255,8 @@
 <!ENTITY bazaar-version               "2.5.1">
 <!ENTITY check-version                "0.10.0">
 <!ENTITY clisp-version                "2.49">
-<!ENTITY cmake-major-version          "3.4">
-<!ENTITY cmake-minor-version          "3">
+<!ENTITY cmake-major-version          "3.5">
+<!ENTITY cmake-minor-version          "0">
 <!ENTITY cmake-version                
"&cmake-major-version;.&cmake-minor-version;">
 <!--<!ENTITY cvs-version                  "1.11.23">-->
 <!ENTITY dejagnu-version              "1.5.3">
@@ -267,7 +267,7 @@
 <!ENTITY gcc-java-version             "5.3.0">
 <!ENTITY gcc-ada-version              "5.3.0">
 <!ENTITY gc-version                   "7.4.2">
-<!ENTITY gdb-version                  "7.10.1">
+<!ENTITY gdb-version                  "7.11">
 <!ENTITY git-version                  "2.7.1">
 <!ENTITY guile-version                "2.0.11">
 <!ENTITY librep-version               "0.92.5">
@@ -344,7 +344,7 @@
 <!ENTITY XML-Writer-version           "0.625">
 
 <!-- Python module versions used in the Python Modules instructions -->
-<!ENTITY dbus-python-version          "1.2.0">
+<!ENTITY dbus-python-version          "1.2.4">
 <!ENTITY py2cairo-version             "1.10.0">
 <!ENTITY pycairo-version              "1.10.0">
 <!ENTITY pygobject2-version           "2.28.6">
@@ -435,7 +435,7 @@
 <!-- Chapter 22 -->
 <!ENTITY db-version                   "6.1.26">
 <!ENTITY lmdb-version                 "0.9.18">
-<!ENTITY mariadb-version              "10.1.11">
+<!ENTITY mariadb-version              "10.1.12">
 <!ENTITY postgresql-version           "9.5.1">
 <!ENTITY sqlite-version               "3.11.0">
 

Modified: trunk/BOOK/server/databases/mariadb.xml
==============================================================================
--- trunk/BOOK/server/databases/mariadb.xml     Sat Mar 12 19:54:39 2016        
(r17098)
+++ trunk/BOOK/server/databases/mariadb.xml     Sat Mar 12 21:39:35 2016        
(r17099)
@@ -6,10 +6,10 @@
 
   <!ENTITY mariadb-download-http 
"https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz";>
   <!ENTITY mariadb-download-ftp  
"ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz";>
-  <!ENTITY mariadb-md5sum        "c199608ae4282f16007dc8c270ff2439">
+  <!ENTITY mariadb-md5sum        "a2c0809f27ec112139c2c50f03569b2b">
   <!ENTITY mariadb-size          "53 MB">
-  <!ENTITY mariadb-buildsize     "1.6 GB (with tests)">
-  <!ENTITY mariadb-time          "4 SBU, (with tests - all using 
parallelism=4)">
+  <!ENTITY mariadb-buildsize     "1.2 GB (with tests)">
+  <!ENTITY mariadb-time          "4.5 SBU, (with parallelism=4 and tests)">
 ]>
 
 <sect1 id="mariadb" xreflabel="MariaDB-&mariadb-version;">
@@ -71,8 +71,8 @@
       </listitem>
     </itemizedlist>
 
-    <note><para>The installed size of MariaDB is 388 MB, but this can be
-    reduced by about 168 MB, if desired, by removing the /usr/share/mysql/test
+    <note><para>The installed size of MariaDB is 422 MB, but this can be
+    reduced by about 177 MB, if desired, by removing the /usr/share/mysql/test
     directory after installation.</para></note>
 
     <bridgehead renderas="sect3">MariaDB Dependencies</bridgehead>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to