Changeset a9a92e4


Ignore:
Timestamp:
10/10/2018 05:05:17 AM (6 years ago)
Author:
DJ Lucas <dj@…>
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.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:
da58e931
Parents:
cc09c07
Message:

Removed incorrect link to /toold/lib64 in systemd instructions. Fixes #4355.
Added systemd-239-meson-0.40.0_fixes-1.patch to resolve build errors with meson.
Update to meson-0.40.0. Fixes #4351.
Update to linux-4.18.12. Fixes #4352.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rcc09c07 ra9a92e4  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45
     46    <listitem>
     47      <para>2018-10-10</para>
     48      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[dj] - Removed incorrect link to /toold/lib64 in systemd
     51          instructions. Fixes
     52          <ulink url="&lfs-ticket-root;4355">#4355</ulink>.</para>
     53        </listitem>
     54        <listitem revision="systemd">
     55          <para>[dj] - Added systemd-239-meson-0.40.0_fixes-1.patch to resolve
     56          build errors with meson.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[dj] - Update to meson-0.40.0. Fixes
     60          <ulink url="&lfs-ticket-root;4351">#4351</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[dj] - Update to linux-4.18.12. Fixes
     64          <ulink url="&lfs-ticket-root;4352">#4352</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
    4568
    4669    <listitem>
  • chapter03/patches.xml

    rcc09c07 ra9a92e4  
    135135    </varlistentry>
    136136
     137    <varlistentry revision="systemd">
     138      <term>systemd meson fixes patch - <token>&systemd-meson-patch-size;</token>:</term>
     139      <listitem>
     140        <para>Download: <ulink url="&patches-root;&systemd-meson-patch;"/></para>
     141        <para>MD5 sum: <literal>&systemd-meson-patch-md5;</literal></para>
     142      </listitem>
     143    </varlistentry>
     144
     145
    137146  </variablelist>
    138147
  • chapter06/systemd.xml

    rcc09c07 ra9a92e4  
    4848    create links to the libraries in the approprite location:</para>
    4949
    50 <screen><userinput remap="pre">for file in /tools/lib64/lib{blkid,mount,uuid}*; do
     50<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do
    5151    ln -sf $file /usr/lib/
    5252done</userinput></screen>
     
    6363
    6464<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen>
     65
     66    <para>Apply a patch to fix a build failure with meson-0.40.0:</para>
     67
     68<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.40.0_fixes-1.patch</userinput></screen>
    6569
    6670    <para>Remove an unneeded group,
  • general.ent

    rcc09c07 ra9a92e4  
    1 <!ENTITY version         "SVN-20180930">
     1<!ENTITY version         "SVN-20181010">
    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        "20180930-systemd">
     6<!ENTITY versiond        "20181010-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "September 30, 2018">
     10<!ENTITY releasedate     "October 10, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rcc09c07 ra9a92e4  
    414414<!ENTITY linux-major-version "4">
    415415<!ENTITY linux-minor-version "18">
    416 <!ENTITY linux-patch-version "9">
     416<!ENTITY linux-patch-version "12">
    417417<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
    418418<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    419 <!ENTITY linux-size "99,413 KB">
     419<!ENTITY linux-size "99,432 KB">
    420420<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    421 <!ENTITY linux-md5 "6f082741ab20f03a334fe533d533880e">
     421<!ENTITY linux-md5 "4f6af94e58a89e89aa1683475544a58a">
    422422<!ENTITY linux-home "https://www.kernel.org/">
    423423<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    468468<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
    469469
    470 <!ENTITY meson-version "0.47.2">
    471 <!ENTITY meson-size "1,239 KB">
     470<!ENTITY meson-version "0.48.0">
     471<!ENTITY meson-size "1,284 KB">
    472472<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    473 <!ENTITY meson-md5 "31bda3519d8c0eb3438267268a78085e">
     473<!ENTITY meson-md5 "e92273538c6b8371e68d736287a5d991">
    474474<!ENTITY meson-home "https://mesonbuild.com">
    475475<!ENTITY meson-ch6-du "21 MB">
  • patches.ent

    rcc09c07 ra9a92e4  
    6767<!ENTITY systemd-glibc-patch-md5 "a44057d6a6ca69760bafc126458d89e5">
    6868<!ENTITY systemd-glibc-patch-size "4 KB">
     69
     70<!ENTITY systemd-meson-patch "systemd-&systemd-version;-meson-0.40.0_fixes-1.patch">
     71<!ENTITY systemd-meson-patch-md5 "0e12e0722bd6bb84e8a4ec4de8979722">
     72<!ENTITY systemd-meson-patch-size "4 KB">
     73
Note: See TracChangeset for help on using the changeset viewer.