Changeset e9a3e8f
- Timestamp:
- 08/14/2020 03:04:02 AM (3 years ago)
- Branches:
- multilib-10.1
- Children:
- a1ad522
- Parents:
- 9f715a8
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r9f715a8 re9a3e8f 47 47 <listitem> 48 48 <itemizedlist> 49 <para>2020-08-11</para> 50 <listitem revision="systemd"> 51 <para>[renodr] - Update to systemd-246. Fixes 52 <ulink url="&lfs-ticket-root;4687">#4687</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[renodr] - Update to check-0.15.2. Fixes 56 <ulink url="&lfs-ticket-root;4711">#4711</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 61 <listitem> 62 <itemizedlist> 63 <para>2020-08-10</para> 64 <listitem> 65 <para>[ken] - Ensure all the book's perl modules are installed 66 to /usr/lib/perl5/5.32 (some were in /usr/share/perl5). Fixes 67 <ulink url="&lfs-ticket-root;4710">#4710</ulink>.</para> 68 </listitem> 69 </itemizedlist> 70 </listitem> 71 72 <listitem> 73 <itemizedlist> 49 74 <para>2020-08-06</para> 50 75 <listitem> -
chapter03/patches.xml
r9f715a8 re9a3e8f 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> -
chapter07/perl.xml
r9f715a8 re9a3e8f 46 46 <para>Prepare Perl for compilation:</para> 47 47 48 <screen><userinput remap="configure">sh Configure -des \49 -Dprefix=/usr \50 -Dvendorprefix=/usr \51 -Dprivlib=/usr/ share/perl5/core_perl \52 -Darchlib=/usr/lib/perl5/ &perl-version-min;/core_perl\53 -Dsitelib=/usr/ share/perl5/site_perl \54 -Dsitearch=/usr/lib/perl5/ &perl-version-min;/site_perl\55 -Dvendorlib=/usr/ share/perl5/vendor_perl \56 -Dvendorarch=/usr/lib/perl5/ &perl-version-min;/vendor_perl</userinput></screen>48 <screen><userinput remap="configure">sh Configure -des \ 49 -Dprefix=/usr \ 50 -Dvendorprefix=/usr \ 51 -Dprivlib=/usr/lib/perl5/5.32/core_perl \ 52 -Darchlib=/usr/lib/perl5/5.32/core_perl \ 53 -Dsitelib=/usr/lib/perl5/5.32/site_perl \ 54 -Dsitearch=/usr/lib/perl5/5.32/site_perl \ 55 -Dvendorlib=/usr/lib/perl5/5.32/vendor_perl \ 56 -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl</userinput></screen> 57 57 58 58 <variablelist> -
chapter08/check.xml
r9f715a8 re9a3e8f 43 43 <para>Prepare Check for compilation:</para> 44 44 45 <screen><userinput remap="configure">./configure --prefix=/usr </userinput></screen>45 <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> 46 46 47 47 <para>Build the package:</para> … … 72 72 <seglistitem> 73 73 <seg>checkmk</seg> 74 <seg>libcheck. {a,so}</seg>74 <seg>libcheck.so</seg> 75 75 </seglistitem> 76 76 </segmentedlist> -
chapter08/gcc.xml
r9f715a8 re9a3e8f 144 144 145 145 <para>Additionally the following tests related to the following files 146 are k own to fail with glibc-2.32: asan_test.C, co-ret-17-void-ret-coro.C,146 are known to fail with glibc-2.32: asan_test.C, co-ret-17-void-ret-coro.C, 147 147 pr95519-05-gro.C, pr80166.c.</para> 148 148 -
chapter08/kbd.xml
r9f715a8 re9a3e8f 88 88 89 89 <screen><userinput remap="install">make install</userinput></screen> 90 91 <para>Remove an internal library installed unintentionally:</para> 92 93 <screen><userinput remap="install">rm -v /usr/lib/libtswrap.{a,la,so*}</userinput></screen> 90 94 91 95 <note> -
chapter08/perl.xml
r9f715a8 re9a3e8f 59 59 -Dprefix=/usr \ 60 60 -Dvendorprefix=/usr \ 61 -Dprivlib=/usr/ share/perl5/core_perl\62 -Darchlib=/usr/lib/perl5/ &perl-version-min;/core_perl \63 -Dsitelib=/usr/ share/perl5/site_perl\64 -Dsitearch=/usr/lib/perl5/ &perl-version-min;/site_perl \61 -Dprivlib=/usr/lib/perl5/5.32/core_perl \ 62 -Darchlib=/usr/lib/perl5/5.32/core_perl \ 63 -Dsitelib=/usr/lib/perl5/5.32/site_perl \ 64 -Dsitearch=/usr/lib/perl5/5.32/site_perl \ 65 65 -Dvendorlib=/usr/share/perl5/vendor_perl \ 66 -Dvendorarch=/usr/lib/perl5/ &perl-version-min;/vendor_perl \66 -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl \ 67 67 -Dman1dir=/usr/share/man/man1 \ 68 68 -Dman3dir=/usr/share/man/man3 \ -
chapter08/systemd.xml
r9f715a8 re9a3e8f 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, … … 378 380 /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, 379 381 /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, 380 /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, 381 /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d, 382 /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel, 383 /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd, 384 /usr/lib/tmpfiles.d, 382 385 /usr/share/doc/systemd-&systemd-version;, /usr/share/factory, 383 386 /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg> -
chapter10/kernel.xml
r9f715a8 re9a3e8f 76 76 not work correctly or boot at all:</para> 77 77 78 <screen role="nodump" revision="sysv"> 79 Device Drivers ---> 78 <screen role="nodump" revision="sysv">Device Drivers ---> 80 79 Generic Driver Options ---> 81 80 [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] 82 [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] 83 84 Kernel hacking ---> 85 Choose kernel unwinder (Frame pointer unwinder) ---> [CONFIG_UNWINDER_FRAME_POINTER]</screen> 86 87 <screen role="nodump" revision="systemd"> 88 General setup --> 81 [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen> 82 83 <screen role="nodump" revision="systemd">General setup --> 89 84 [*] Control Group support [CONFIG_CGROUPS] 90 85 [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED] -
general.ent
r9f715a8 re9a3e8f 1 <!ENTITY version "SVN-202008 06">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 "202008 06-systemd">6 <!ENTITY versiond "20200811-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "August 6th, 2020">10 <!ENTITY releasedate "August 11th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r9f715a8 re9a3e8f 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"> … … 630 630 <!ENTITY sysklogd-fin-sbu "less than 0.1 SBU"> 631 631 632 <!ENTITY systemd-version "24 5">632 <!ENTITY systemd-version "246"> 633 633 <!--<!ENTITY systemd-stable "6b4878d">--> 634 634 <!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel 635 635 change that is incompatible, we will switch to the backport branch until the next stable release. --> 636 <!ENTITY systemd-size " 8,784KB">636 <!ENTITY systemd-size "9,312 KB"> 637 637 <!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 638 638 <!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">--> 639 <!ENTITY systemd-md5 " 04f02d9841ea5992a16f6b03c873da28">639 <!ENTITY systemd-md5 "a3e9efa72d0309dd26513a221cdff31b"> 640 640 <!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/"> 641 <!ENTITY systemd-man-size "5 12 KB">641 <!ENTITY systemd-man-size "592 KB"> 642 642 <!--<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">--> 643 643 <!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz"> 644 <!ENTITY systemd-man-md5 " ecf8cc4baa33b91ad4212d28e88f8edd">645 <!ENTITY systemd-fin-du "2 49MB">646 <!ENTITY systemd-fin-sbu " 1.9SBU">644 <!ENTITY systemd-man-md5 "819cc8ccffe51cb1863846fcb59a784a"> 645 <!ENTITY systemd-fin-du "262 MB"> 646 <!ENTITY systemd-fin-sbu "2.0 SBU"> 647 647 648 648 <!ENTITY sysvinit-version "2.97"> -
patches.ent
r9f715a8 re9a3e8f 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.