Author: renodr
Date: Tue Oct 8 10:35:35 2019
New Revision: 22230
Log:
Update to systemd-243
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/scons.xml
trunk/BOOK/general/sysutils/systemd.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Oct 7 12:16:41 2019 (r22229)
+++ trunk/BOOK/general.ent Tue Oct 8 10:35:35 2019 (r22230)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "07"> <!-- Always 2 digits -->
+<!ENTITY day "08"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2019">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "October 7th, &year;">
+<!ENTITY releasedate "October 8th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/general/prog/scons.xml
==============================================================================
--- trunk/BOOK/general/prog/scons.xml Mon Oct 7 12:16:41 2019 (r22229)
+++ trunk/BOOK/general/prog/scons.xml Tue Oct 8 10:35:35 2019 (r22230)
@@ -74,7 +74,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="docbook-xsl"/>,
+ <xref linkend="docbook-xsl"/> and
<xref role="runtime" linkend="libxslt"/>
</para>
Modified: trunk/BOOK/general/sysutils/systemd.xml
==============================================================================
--- trunk/BOOK/general/sysutils/systemd.xml Mon Oct 7 12:16:41 2019
(r22229)
+++ trunk/BOOK/general/sysutils/systemd.xml Tue Oct 8 10:35:35 2019
(r22230)
@@ -7,10 +7,10 @@
<!-- <!ENTITY systemd-download-http
"http://anduin.linuxfromscratch.org/LFS/systemd-&systemd-version;-&systemd-stable;.tar.xz">
For whenever we move to a stable snapshot for backports -->
<!ENTITY systemd-download-http
"https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
<!ENTITY systemd-download-ftp " ">
- <!ENTITY systemd-md5sum "c5953c24c850b44fcf714326e567dc37">
- <!ENTITY systemd-size "7.3 MB">
- <!ENTITY systemd-buildsize "242 MB (with tests)">
- <!ENTITY systemd-time "2.7 SBU (with tests)">
+ <!ENTITY systemd-md5sum "ca2403fa7dff73afd2e896b4cb25021b">
+ <!ENTITY systemd-size "7.9 MB">
+ <!ENTITY systemd-buildsize "248 MB (with tests)">
+ <!ENTITY systemd-time "1.7 SBU (with tests)">
]>
@@ -71,7 +71,7 @@
<listitem>
<para>
Required patch:
- <ulink
url="&patch-root;/systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch"/>
+ <ulink
url="&patch-root;/systemd-&systemd-version;-consolidated_fixes-1.patch"/>
</para>
</listitem>
</itemizedlist>
@@ -128,15 +128,13 @@
<sect2 role="installation">
<title>Installation of systemd</title>
- <para>Apply a patch to allow systemd-networkd to function under 5.2+
- kernels, and to fix problems with RDRAND on Ryzen CPUs:</para>
+ <warning><para>This version of systemd is incompatible with all previous
+ releases. The BLFS team does not recommend updating in place, and suggests
+ that you do a rebuild instead.</para></warning>
-<screen><userinput remap="pre">patch -Np1 -i
../systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch</userinput></screen>
+ <para>Apply a patch to fix several bugs discovered after release:</para>
- <para>Fix an incompatibility with the latest version of
- <application>libseccomp</application>:</para>
-
-<screen><userinput remap="pre">sed -i '1506,1508 s/</>/'
src/shared/seccomp-util.c</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i
../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen>
<para>Remove an unneeded group,
<systemitem class="groupname">render</systemitem>, from the default udev
@@ -152,7 +150,6 @@
<screen><userinput>mkdir build &&
cd build &&
-CFLAGS+="-Wno-format-overflow" \
meson --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -185,9 +182,10 @@
</note>
<para>
- To test the results, issue: <command>ninja test</command>. <!--One test,
- <filename>test-fs-util</filename>, is known to fail.-->
- <!-- https://github.com/systemd/systemd/pull/10263/commits -->
+ To test the results, issue: <command>ninja test</command>. One test,
+ <filename>udev-test</filename> (test 273) fails due to changes in
+ the Linux 5.3+ kernel. It does not affect the package's
+ functionality.
</para>
<warning>
@@ -210,15 +208,13 @@
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
-<!--
- <para>
- If <application>RPM</application> is not installed, remove an
- unnecessary directory by running the following command as the
- <systemitem class="username">root</systemitem> user:
- </para>
-<screen role="root"><userinput>rm -rfv /usr/lib/rpm</userinput></screen>
--->
+ <para>
+ Remove a configuration file that causes some problems with PID files:
+ </para>
+
+<screen role="root"><userinput>rm -fv
/etc/sysctl.d/50-pid-max.conf</userinput></screen>
+
</sect2>
<sect2 role="configuration">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Oct 7 12:16:41
2019 (r22229)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Oct 8 10:35:35
2019 (r22230)
@@ -41,6 +41,19 @@
</itemizedlist>
</listitem>
-->
+ <listitem revision="systemd">
+ <para>October 8th, 2019</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Update to systemd-243. Please note that
+ this version is incompatible with all previous releases due to
+ several changes in it's PID, network, and unit implementations.
+ Please rebuild your system rather than do an in-place upgrade. Fixes
+ <ulink url="&blfs-ticket-root;11941">#11941</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>October 7th, 2019</para>
<itemizedlist>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Oct 7 12:16:41 2019 (r22229)
+++ trunk/BOOK/packages.ent Tue Oct 8 10:35:35 2019 (r22230)
@@ -289,7 +289,7 @@
<!ENTITY sg3_utils-version "1.44">
<!ENTITY strigi-version "0.7.8">
<!ENTITY sysstat-version "12.1.7">
-<!ENTITY systemd-version "241">
+<!ENTITY systemd-version "243">
<!--<!ENTITY systemd-stable "6b4878d"> Unused for now -->
<!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro
version -->
<!ENTITY udisks2-version "2.8.4"> <!-- stable lt .90 micro
version -->
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page