Changeset d4bf7ab


Ignore:
Timestamp:
03/04/2018 01:11:04 AM (6 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.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:
aa8c64b
Parents:
646ead4
Message:

Update to dbus-1.12.6.
Update to man-db-2.8.2.
Update to gawk-4.2.1.
Update to meson-0.44.1.
Update to meson-0.44.1.
Update to linux-4.15.7.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r646ead4 rd4bf7ab  
    4545
    4646    <listitem>
     47      <para>2018-03-03</para>
     48      <itemizedlist>
     49        <listitem>
     50           <para>[bdubbs] - Update to dbus-1.12.6.  Fixes
     51           <ulink url="&lfs-ticket-root;4231">#4231</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54           <para>[bdubbs] - Update to man-db-2.8.2.  Fixes
     55           <ulink url="&lfs-ticket-root;4230">#4230</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58           <para>[bdubbs] - Update to gawk-4.2.1.  Fixes
     59           <ulink url="&lfs-ticket-root;4227">#4227</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62           <para>[bdubbs] - Update to meson-0.44.1.  Fixes
     63           <ulink url="&lfs-ticket-root;4226">#4226</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66           <para>[bdubbs] - Update to meson-0.44.1.  Fixes
     67           <ulink url="&lfs-ticket-root;4222">#4222</ulink>.</para>
     68        </listitem>
     69        <listitem>
     70           <para>[bdubbs] - Update to linux-4.15.7.  Fixes
     71           <ulink url="&lfs-ticket-root;4221">#4221</ulink>.</para>
     72        </listitem>
     73      </itemizedlist>
     74    </listitem>
     75
     76    <listitem>
    4777      <para>2018-03-02</para>
    4878      <itemizedlist>
  • chapter01/whatsnew.xml

    r646ead4 rd4bf7ab  
    3636      <para>Autoconf-&autoconf-version;</para>
    3737    </listitem>-->
    38     <!--<listitem>
     38    <listitem>
    3939      <para>Automake-&automake-version;</para>
    40     </listitem>-->
     40    </listitem>
    4141    <!--<listitem>
    4242      <para>Bash &bash-version;</para>
     
    6363      <para>DejaGNU-&dejagnu-version;</para>
    6464   </listitem>-->
    65    <!-- <listitem revision="systemd">
     65   <listitem revision="systemd">
    6666      <para>D-Bus-&dbus-version;</para>
    67    </listitem>-->
     67   </listitem>
    6868    <!--<listitem>
    6969      <para>Diffutils-&diffutils-version;</para>
     
    9090      <para>Flex-&flex-version;</para>
    9191    </listitem>-->
    92     <!--<listitem>
     92    <listitem>
    9393      <para>Gawk-&gawk-version;</para>
    94    </listitem>-->
     94   </listitem>
    9595   <!--<listitem>
    9696      <para>GCC-&gcc-version;</para>
     
    159159      <para>Libtool-&libtool-version;</para>
    160160    </listitem>-->
    161     <!--<listitem>
     161    <listitem>
    162162      <para>Linux-&linux-version;</para>
    163    </listitem>-->
     163    </listitem>
    164164    <!--<listitem>
    165165      <para>M4-&m4-version;</para>
     
    168168      <para>Make-&make-version;</para>
    169169    </listitem>-->
    170     <!--<listitem>
     170    <listitem>
    171171      <para>Man-DB-&man-db-version;</para>
    172    </listitem>-->
     172   </listitem>
    173173   <!--<listitem>
    174174      <para>Man-pages-&man-pages-version;</para>
    175175   </listitem>-->
     176   <listitem>
     177      <para>meson-&meson-version;</para>
     178   </listitem>
    176179   <!-- <listitem>
    177180      <para>MPC-&mpc-version;</para>
  • chapter06/automake.xml

    r646ead4 rd4bf7ab  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
    52     <para>There are a couple of tests that incorrectly link to the
     52<!--<para>There are a couple of tests that incorrectly link to the
    5353    wrong version of the flex library, so we temporarily work around
    5454    the problem.  Also, using the -j4 make option speeds up the tests, even on
    5555    systems with only one processor, due to internal delays in individual
    5656    tests.  To test the results, issue:</para>
     57 -->
    5758
    58 <screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
    59 make -j4 check</userinput></screen>
     59    <para> Using the -j4 make option speeds up the tests, even on systems with
     60    only one processor, due to internal delays in individual tests.  To test
     61    the results, issue:</para>
    6062
     63 <!--<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
     64       make -j4 check</userinput></screen>-->
     65
     66<screen><userinput remap="test">make -j4 check</userinput></screen>
     67
     68<!--  All tests pass now.
    6169    <para>Two tests are known to fail in the LFS environment:
    6270    check12.sh and check12-w.sh.</para>
    63 
     71-->
    6472    <para>Install the package:</para>
    6573
  • chapter06/coreutils.xml

    r646ead4 rd4bf7ab  
    6363    <para>Now prepare Coreutils for compilation:</para>
    6464
    65 <screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \
     65<screen><userinput remap="configure">autoreconf -fiv
     66FORCE_UNSAFE_CONFIGURE=1 ./configure \
    6667            --prefix=/usr            \
    6768            --enable-no-install-program=kill,uptime</userinput></screen>
     
    6970    <variablelist>
    7071      <title>The meaning of the configure options:</title>
     72
     73      <varlistentry>
     74        <term><command>autoreconf</command></term>
     75        <listitem>
     76          <para>This command updates generated configuration files
     77          consistent with the latest version of automake.
     78          </para>
     79        </listitem>
     80      </varlistentry>
    7181
    7282      <varlistentry>
  • general.ent

    r646ead4 rd4bf7ab  
    1 <!ENTITY version         "SVN-20180226">
     1<!ENTITY version         "SVN-20180303">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20180226-systemd">
     6<!ENTITY versiond        "20180303-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "February 26, 2018">
     10<!ENTITY releasedate     "March 3, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
    13 <!ENTITY milestone       "8.2">
     13<!ENTITY milestone       "8.3">
    1414
    1515<!ENTITY lfs-root        "http://www.linuxfromscratch.org/">
  • packages.ent

    r646ead4 rd4bf7ab  
    3232<!ENTITY autoconf-ch6-sbu "less than 0.1 SBU (about &autoconf-ch6-sbu-tests; SBU with tests)">
    3333
    34 <!ENTITY automake-version "1.15.1">
    35 <!ENTITY am-minor-version "1.15">
    36 <!ENTITY automake-size "1,475 KB">
     34<!ENTITY automake-version "1.16">
     35<!ENTITY am-minor-version "1.16">
     36<!ENTITY automake-size "1,499 KB">
    3737<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
    38 <!ENTITY automake-md5 "24cd3501b6ad8cd4d7e2546f07e8b4d4">
     38<!ENTITY automake-md5 "bfdf69ac36c327b3a59b83ab01057e30">
    3939<!ENTITY automake-home "&gnu-software;automake/">
    4040<!ENTITY automake-ch6-du "109 MB">
     
    109109<!ENTITY coreutils-ch6-sbu "3.3 SBU">
    110110
    111 <!ENTITY dbus-version "1.12.4">
    112 <!ENTITY dbus-size "2,019 KB">
     111<!ENTITY dbus-version "1.12.6">
     112<!ENTITY dbus-size "2,021 KB">
    113113<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    114 <!ENTITY dbus-md5 "89745b5a6c45c26751dcf673d912f745">
     114<!ENTITY dbus-md5 "32a607e47b82ab11702355bf02502f20">
    115115<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
    116116<!ENTITY dbus-ch6-du "18 MB">
     
    206206<!ENTITY flex-ch6-sbu "0.4 SBU">
    207207
    208 <!ENTITY gawk-version "4.2.0">
    209 <!ENTITY gawk-size "2,880 KB">
     208<!ENTITY gawk-version "4.2.1">
     209<!ENTITY gawk-size "2,916 KB">
    210210<!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.xz">
    211 <!ENTITY gawk-md5 "f26c469addc67d88034b01b62ebab284">
     211<!ENTITY gawk-md5 "95cf553f50ec9f386b5dfcd67f30180a">
    212212<!ENTITY gawk-home "&gnu-software;gawk/">
    213213<!ENTITY gawk-ch5-du "41 MB">
     
    417417<!ENTITY linux-major-version "4">
    418418<!ENTITY linux-minor-version "15">
    419 <!ENTITY linux-patch-version "3">
     419<!ENTITY linux-patch-version "7">
    420420<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
    421421<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    422 <!ENTITY linux-size "99,794 KB">
     422<!ENTITY linux-size "99,809 KB">
    423423<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    424 <!ENTITY linux-md5 "c74d30ec13491aeb24c237d703eace3e">
     424<!ENTITY linux-md5 "8186ce63c489199b58b6a58ad2a24a94">
    425425<!ENTITY linux-home "http://www.kernel.org/">
    426426<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    455455<!ENTITY make-ch6-sbu "0.6 SBU">
    456456
    457 <!ENTITY man-db-version "2.8.1">
    458 <!ENTITY man-db-size "1,584 KB">
     457<!ENTITY man-db-version "2.8.2">
     458<!ENTITY man-db-size "1,585 KB">
    459459<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
    460 <!ENTITY man-db-md5 "51842978e06686286421f9498d1009b7">
     460<!ENTITY man-db-md5 "300788c0939a3b41d50302b04f730fa3">
    461461<!ENTITY man-db-home "http://www.nongnu.org/man-db/">
    462462<!ENTITY man-db-ch6-du "31 MB">
     
    471471<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
    472472
    473 <!ENTITY meson-version "0.44.0">
    474 <!ENTITY meson-size "1,077 KB">
     473<!ENTITY meson-version "0.44.1">
     474<!ENTITY meson-size "1,110 KB">
    475475<!ENTITY meson-url "https://github.com/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    476 <!ENTITY meson-md5 "26a7ca93ec9cea5facb365664261f9c6">
     476<!ENTITY meson-md5 "82b1198bf714b5a4da84bfe8376c79cc">
    477477<!ENTITY meson-home "http://mesonbuild.com">
    478478<!ENTITY meson-ch6-du "16 MB">
Note: See TracChangeset for help on using the changeset viewer.