Author: renodr
Date: Fri Aug  3 14:36:40 2018
New Revision: 11444

Log:
Fix a build failure with glibc-2.28

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/systemd.xml
   trunk/BOOK/general.ent
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Thu Aug  2 12:04:22 2018        (r11443)
+++ trunk/BOOK/chapter01/changelog.xml  Fri Aug  3 14:36:40 2018        (r11444)
@@ -42,6 +42,16 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
+    <listitem revision="systemd">
+      <para>2018-08-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Add patch to systemd to fix a build failure with
+          glibc-2.28.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2018-08-02</para>
       <itemizedlist>

Modified: trunk/BOOK/chapter03/patches.xml
==============================================================================
--- trunk/BOOK/chapter03/patches.xml    Thu Aug  2 12:04:22 2018        (r11443)
+++ trunk/BOOK/chapter03/patches.xml    Fri Aug  3 14:36:40 2018        (r11444)
@@ -126,6 +126,14 @@
     </varlistentry>
 -->
 
+    <varlistentry revision="systemd">
+      <term>systemd glibc patch - 
<token>&systemd-glibc-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&systemd-glibc-patch;"/></para>
+        <para>MD5 sum: <literal>&systemd-glibc-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
   </variablelist>
 
   <para>Total size of these patches: about <returnvalue/></para>

Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml    Thu Aug  2 12:04:22 2018        (r11443)
+++ trunk/BOOK/chapter06/systemd.xml    Fri Aug  3 14:36:40 2018        (r11444)
@@ -52,14 +52,9 @@
 
 <screen><userinput remap="pre">sed '166,$ d' -i 
src/resolve/meson.build</userinput></screen>
 
-<!-- These are from upstream.  There will probably be a new release shortly, 
-     so don't bother with a patch.
-    <para>Make some fixes from upstream:</para>
+    <para>Apply a patch to fix a build failure with glibc-2.28:</para>
 
-<screen><userinput remap="pre">sed -i '527,565 d'                  
src/basic/missing.h
-sed -i '24 d'                       src/core/load-fragment.c
-sed -i '53 a#include &lt;sys/mount.h&gt;' 
src/shared/bus-unit-util.c</userinput></screen>
--->
+<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen>
 
     <para>Remove an unneeded group,
     <systemitem class="groupname">render</systemitem>, from the default udev

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Aug  2 12:04:22 2018        (r11443)
+++ trunk/BOOK/general.ent      Fri Aug  3 14:36:40 2018        (r11444)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20180802">
+<!ENTITY version         "SVN-20180803">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc 
releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or 
"x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20180801-systemd">
+<!ENTITY versiond        "20180803-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "August 2, 2018">
+<!ENTITY releasedate     "August 3, 2018">
 
 <!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "8.3">

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent      Thu Aug  2 12:04:22 2018        (r11443)
+++ trunk/BOOK/patches.ent      Fri Aug  3 14:36:40 2018        (r11444)
@@ -62,3 +62,7 @@
 <!ENTITY systemd-security-patch-md5 "aa9d81fec9a3875a54e63af86904513a">
 <!ENTITY systemd-security-patch-size "4 KB">
 -->
+
+<!ENTITY systemd-glibc-patch 
"systemd-&systemd-version;-glibc_statx_fix-1.patch">
+<!ENTITY systemd-glibc-patch-md5 "a44057d6a6ca69760bafc126458d89e5">
+<!ENTITY systemd-glibc-patch-size "4 KB">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to