Changeset 8125d49


Ignore:
Timestamp:
08/03/2018 09:36:40 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
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, 8.3, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
059c79e
Parents:
efca30a
Message:

Fix a build failure with glibc-2.28

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11444 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    refca30a r8125d49  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45    <listitem revision="systemd">
     46      <para>2018-08-03</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Add patch to systemd to fix a build failure with
     50          glibc-2.28.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4555    <listitem>
    4656      <para>2018-08-02</para>
  • chapter03/patches.xml

    refca30a r8125d49  
    127127-->
    128128
     129    <varlistentry revision="systemd">
     130      <term>systemd glibc patch - <token>&systemd-glibc-patch-size;</token>:</term>
     131      <listitem>
     132        <para>Download: <ulink url="&patches-root;&systemd-glibc-patch;"/></para>
     133        <para>MD5 sum: <literal>&systemd-glibc-patch-md5;</literal></para>
     134      </listitem>
     135    </varlistentry>
     136
    129137  </variablelist>
    130138
  • chapter06/systemd.xml

    refca30a r8125d49  
    5353<screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen>
    5454
    55 <!-- These are from upstream.  There will probably be a new release shortly,
    56      so don't bother with a patch.
    57     <para>Make some fixes from upstream:</para>
    58 
    59 <screen><userinput remap="pre">sed -i '527,565 d'                  src/basic/missing.h
    60 sed -i '24 d'                       src/core/load-fragment.c
    61 sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
    62 -->
     55    <para>Apply a patch to fix a build failure with glibc-2.28:</para>
     56
     57<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen>
    6358
    6459    <para>Remove an unneeded group,
  • general.ent

    refca30a r8125d49  
    1 <!ENTITY version         "SVN-20180802">
     1<!ENTITY version         "SVN-20180803">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20180801-systemd">
     6<!ENTITY versiond        "20180803-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "August 2, 2018">
     10<!ENTITY releasedate     "August 3, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • patches.ent

    refca30a r8125d49  
    6363<!ENTITY systemd-security-patch-size "4 KB">
    6464-->
     65
     66<!ENTITY systemd-glibc-patch "systemd-&systemd-version;-glibc_statx_fix-1.patch">
     67<!ENTITY systemd-glibc-patch-md5 "a44057d6a6ca69760bafc126458d89e5">
     68<!ENTITY systemd-glibc-patch-size "4 KB">
Note: See TracChangeset for help on using the changeset viewer.