Changeset a9a92e4
- Timestamp:
- 10/10/2018 05:05:17 AM (6 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- da58e931
- Parents:
- cc09c07
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rcc09c07 ra9a92e4 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 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> 45 68 46 69 <listitem> -
chapter03/patches.xml
rcc09c07 ra9a92e4 135 135 </varlistentry> 136 136 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 137 146 </variablelist> 138 147 -
chapter06/systemd.xml
rcc09c07 ra9a92e4 48 48 create links to the libraries in the approprite location:</para> 49 49 50 <screen><userinput remap="pre">for file in /tools/lib 64/lib{blkid,mount,uuid}*; do50 <screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do 51 51 ln -sf $file /usr/lib/ 52 52 done</userinput></screen> … … 63 63 64 64 <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> 65 69 66 70 <para>Remove an unneeded group, -
general.ent
rcc09c07 ra9a92e4 1 <!ENTITY version "SVN-2018 0930">1 <!ENTITY version "SVN-20181010"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2018 0930-systemd">6 <!ENTITY versiond "20181010-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate " September 30, 2018">10 <!ENTITY releasedate "October 10, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rcc09c07 ra9a92e4 414 414 <!ENTITY linux-major-version "4"> 415 415 <!ENTITY linux-minor-version "18"> 416 <!ENTITY linux-patch-version " 9">416 <!ENTITY linux-patch-version "12"> 417 417 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> 418 418 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 419 <!ENTITY linux-size "99,4 13KB">419 <!ENTITY linux-size "99,432 KB"> 420 420 <!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"> 422 422 <!ENTITY linux-home "https://www.kernel.org/"> 423 423 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is … … 468 468 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> 469 469 470 <!ENTITY meson-version "0.4 7.2">471 <!ENTITY meson-size "1,2 39KB">470 <!ENTITY meson-version "0.48.0"> 471 <!ENTITY meson-size "1,284 KB"> 472 472 <!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"> 474 474 <!ENTITY meson-home "https://mesonbuild.com"> 475 475 <!ENTITY meson-ch6-du "21 MB"> -
patches.ent
rcc09c07 ra9a92e4 67 67 <!ENTITY systemd-glibc-patch-md5 "a44057d6a6ca69760bafc126458d89e5"> 68 68 <!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.