Changeset 3b77546


Ignore:
Timestamp:
06/30/2017 06:45:43 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e75920e3
Parents:
44dc558
Message:

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r44dc558 r3b77546  
    4444-->
    4545    <listitem>
     46      <para>2017-06-30</para>
     47      <itemizedlist>
     48        <listitem revision='systemd'>
     49          <para>[bdubbs] - Update to dbus-1.10.20. Fixes
     50          <ulink url="&lfs-ticket-root;4101">#4101</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to linux-4.11.8. Fixes
     54          <ulink url="&lfs-ticket-root;4090">#4099</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4660      <para>2017-06-26</para>
    4761      <itemizedlist>
  • chapter06/autoconf.xml

    r44dc558 r3b77546  
    5858    Autoconf can be re-tested after Automake has been installed.  In addition,
    5959    two tests fail due to changes in libtool-2.4.3 and later.</para>
     60
     61    <note><para>The test time for autoconf can be reduced significantly on a
     62    system with multiple cores.  To do this, append
     63    <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
     64    instance, using -j4 can reduce the test time by over 60
     65    percent.</para></note>
    6066
    6167    <para>Install the package:</para>
  • chapter06/libtool.xml

    r44dc558 r3b77546  
    5454
    5555<screen><userinput remap="test">make check</userinput></screen>
     56
     57    <note><para>The test time for libtool can ibe reduced significantly on a
     58    system with multiple cores.  To do this, append
     59    <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
     60    instance, using -j4 can reduce the test time by over 60
     61    percent.</para></note>
    5662
    5763    <para>Five tests are known to fail in the LFS build environment due
  • general.ent

    r44dc558 r3b77546  
    1 <!ENTITY version         "SVN-20170626">
     1<!ENTITY version         "SVN-20170630">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
     
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 26, 2017">
     10<!ENTITY releasedate     "June 30, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r44dc558 r3b77546  
    109109<!ENTITY coreutils-ch6-sbu "3.1 SBU">
    110110
    111 <!ENTITY dbus-version "1.10.18">
    112 <!ENTITY dbus-size "1,948 KB">
     111<!ENTITY dbus-version "1.10.20">
     112<!ENTITY dbus-size "1,943 KB">
    113113<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    114 <!ENTITY dbus-md5 "1209c455598165a0c5263d4201894179">
     114<!ENTITY dbus-md5 "94c991e763d4f9f13690416b2dcd9411">
    115115<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
    116116<!ENTITY dbus-ch6-du "22 MB">
     
    401401<!ENTITY linux-major-version "4">
    402402<!ENTITY linux-minor-version "11">
    403 <!ENTITY linux-patch-version "7">
     403<!ENTITY linux-patch-version "8">
    404404<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    405405<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    406 <!ENTITY linux-size "93,312 KB">
     406<!ENTITY linux-size "93,322 KB">
    407407<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    408 <!ENTITY linux-md5 "54eedc39fcc860ddd2c083f2f6266707">
     408<!ENTITY linux-md5 "b41814256df7348109ae2b1c0f1eef97">
    409409<!ENTITY linux-home "http://www.kernel.org/">
    410410<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.