Changeset 2ca70d33
- Timestamp:
- 08/12/2020 12:55:34 AM (3 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, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 8b0e9795
- Parents:
- 9b9db38
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r9b9db38 r2ca70d33 45 45 <listitem> 46 46 <itemizedlist> 47 <para>2020-08-11</para> 48 <listitem revision="systemd"> 49 <para>[renodr] - Update to systemd-246. Fixes 50 <ulink url="&lfs-ticket-root;4687">#4687</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to check-0.15.2. Fixes 54 <ulink url="&lfs-ticket-root;4711">#4711</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 60 <itemizedlist> 47 61 <para>2020-08-10</para> 48 62 <listitem> -
chapter03/patches.xml
r9b9db38 r2ca70d33 92 92 </varlistentry> 93 93 94 <!-- 94 95 <varlistentry revision="systemd"> 95 96 <term>Systemd GCC-10 Patch - <token>&systemd-gcc10-patch-size;</token>:</term> … … 99 100 </listitem> 100 101 </varlistentry> 102 --> 101 103 102 104 </variablelist> -
chapter08/systemd.xml
r9b9db38 r2ca70d33 41 41 <title>Installation of systemd</title> 42 42 43 <!-- 43 44 <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para> 44 45 45 46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> 47 --> 46 48 47 49 <para>Create a symlink to work around the xsltproc command not being installed:</para> … … 55 57 <para>Remove tests that cannot be built in chroot:</para> 56 58 57 <screen><userinput remap="pre">sed '17 9,$ d' -i src/resolve/meson.build</userinput></screen>59 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen> 58 60 59 61 <para>Remove an unneeded group, … … 251 253 /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, 252 254 /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, 253 /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, 254 /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d, 255 /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel, 256 /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd, 257 /usr/lib/tmpfiles.d, 255 258 /usr/share/doc/systemd-&systemd-version;, /usr/share/factory, 256 259 /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg> -
general.ent
r9b9db38 r2ca70d33 1 <!ENTITY version "SVN-2020081 0">1 <!ENTITY version "SVN-20200811"> 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 "2020081 0-systemd">6 <!ENTITY versiond "20200811-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "August 1 0th, 2020">10 <!ENTITY releasedate "August 11th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r9b9db38 r2ca70d33 96 96 <!ENTITY bzip2-fin-sbu "less than 0.1 SBU"> 97 97 98 <!ENTITY check-version "0.15. 1">99 <!ENTITY check-size "7 57KB">98 <!ENTITY check-version "0.15.2"> 99 <!ENTITY check-size "760 KB"> 100 100 <!ENTITY check-url "&github;/libcheck/check/releases/download/&check-version;/check-&check-version;.tar.gz"> 101 <!ENTITY check-md5 " 4b22423bb2dddd0f965465d02b568d7b">101 <!ENTITY check-md5 "50fcafcecde5a380415b12e9c574e0b2"> 102 102 <!ENTITY check-home "https://libcheck.github.io/check"> 103 103 <!ENTITY check-fin-du "12 MB"> … … 622 622 <!ENTITY sysklogd-fin-sbu "less than 0.1 SBU"> 623 623 624 <!ENTITY systemd-version "24 5">624 <!ENTITY systemd-version "246"> 625 625 <!--<!ENTITY systemd-stable "6b4878d">--> 626 626 <!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel 627 627 change that is incompatible, we will switch to the backport branch until the next stable release. --> 628 <!ENTITY systemd-size " 8,784KB">628 <!ENTITY systemd-size "9,312 KB"> 629 629 <!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 630 630 <!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">--> 631 <!ENTITY systemd-md5 " 04f02d9841ea5992a16f6b03c873da28">631 <!ENTITY systemd-md5 "a3e9efa72d0309dd26513a221cdff31b"> 632 632 <!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/"> 633 <!ENTITY systemd-man-size "5 12 KB">633 <!ENTITY systemd-man-size "592 KB"> 634 634 <!--<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">--> 635 635 <!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz"> 636 <!ENTITY systemd-man-md5 " ecf8cc4baa33b91ad4212d28e88f8edd">637 <!ENTITY systemd-fin-du "2 49MB">638 <!ENTITY systemd-fin-sbu " 1.9SBU">636 <!ENTITY systemd-man-md5 "819cc8ccffe51cb1863846fcb59a784a"> 637 <!ENTITY systemd-fin-du "262 MB"> 638 <!ENTITY systemd-fin-sbu "2.0 SBU"> 639 639 640 640 <!ENTITY sysvinit-version "2.97"> -
patches.ent
r9b9db38 r2ca70d33 63 63 <!ENTITY systemd-consolidated-patch-size "64 KB"> 64 64 --> 65 66 <!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-2.patch">67 <!ENTITY systemd-gcc10-patch-md5 "5eaac1d3a66118c40814d3b81ad36b71">68 <!ENTITY systemd-gcc10-patch-size "8 KB">
Note:
See TracChangeset
for help on using the changeset viewer.