Просмотр исходного кода

Update to dbus-1.10.20.
Update to linux-4.11.8.
Add notes to libtool and autoconf on how to speed up tests.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 8 лет назад
Родитель
Сommit
3b7754658f
5 измененных файлов с 34 добавлено и 8 удалено
  1. 14 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/autoconf.xml
  3. 6 0
      chapter06/libtool.xml
  4. 2 2
      general.ent
  5. 6 6
      packages.ent

+ 14 - 0
chapter01/changelog.xml

@@ -42,6 +42,20 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
+    <listitem>
+      <para>2017-06-30</para>
+      <itemizedlist>
+        <listitem revision='systemd'>
+          <para>[bdubbs] - Update to dbus-1.10.20. Fixes
+          <ulink url="&lfs-ticket-root;4101">#4101</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to linux-4.11.8. Fixes
+          <ulink url="&lfs-ticket-root;4090">#4099</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2017-06-26</para>
       <itemizedlist>

+ 6 - 0
chapter06/autoconf.xml

@@ -58,6 +58,12 @@
     Autoconf can be re-tested after Automake has been installed.  In addition,
     two tests fail due to changes in libtool-2.4.3 and later.</para>
 
+    <note><para>The test time for autoconf can be reduced significantly on a
+    system with multiple cores.  To do this, append
+    <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
+    instance, using -j4 can reduce the test time by over 60
+    percent.</para></note>
+
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install</userinput></screen>

+ 6 - 0
chapter06/libtool.xml

@@ -54,6 +54,12 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
+    <note><para>The test time for libtool can ibe reduced significantly on a
+    system with multiple cores.  To do this, append
+    <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
+    instance, using -j4 can reduce the test time by over 60
+    percent.</para></note>
+
     <para>Five tests are known to fail in the LFS build environment due
     to a circular dependency, but all tests pass if rechecked after 
     automake is installed.</para>

+ 2 - 2
general.ent

@@ -1,4 +1,4 @@
-<!ENTITY version         "SVN-20170626">
+<!ENTITY version         "SVN-20170630">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
@@ -7,7 +7,7 @@
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "June 26, 2017">
+<!ENTITY releasedate     "June 30, 2017">
 
 <!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.1">

+ 6 - 6
packages.ent

@@ -108,10 +108,10 @@
 <!ENTITY coreutils-ch6-du "173 MB">
 <!ENTITY coreutils-ch6-sbu "3.1 SBU">
 
-<!ENTITY dbus-version "1.10.18">
-<!ENTITY dbus-size "1,948 KB">
+<!ENTITY dbus-version "1.10.20">
+<!ENTITY dbus-size "1,943 KB">
 <!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
-<!ENTITY dbus-md5 "1209c455598165a0c5263d4201894179">
+<!ENTITY dbus-md5 "94c991e763d4f9f13690416b2dcd9411">
 <!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
 <!ENTITY dbus-ch6-du "22 MB">
 <!ENTITY dbus-ch6-sbu "0.3 SBU">
@@ -400,12 +400,12 @@
 
 <!ENTITY linux-major-version "4">
 <!ENTITY linux-minor-version "11">
-<!ENTITY linux-patch-version "7">
+<!ENTITY linux-patch-version "8">
 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "93,312 KB">
+<!ENTITY linux-size "93,322 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "54eedc39fcc860ddd2c083f2f6266707">
+<!ENTITY linux-md5 "b41814256df7348109ae2b1c0f1eef97">
 <!ENTITY linux-home "http://www.kernel.org/">
 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
  allnoconfig extended for a hopefully-bootable build on desktop machine,