Changeset e1a8598d


Ignore:
Timestamp:
04/01/2018 05:51:19 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
27229db
Parents:
415dc48
Message:

Update to systemd-238

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20029 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r415dc48 re1a8598d  
    77  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "5a835ddc2a2ae9ef523a5a11674a6713">
     9  <!ENTITY systemd-md5sum        "76db8004647283b779234364cd637d3c">
    1010  <!ENTITY systemd-size          "6.6 MB">
    11   <!ENTITY systemd-buildsize     "298 MB (an additional 3 MB for tests)">
     11  <!ENTITY systemd-buildsize     "250 MB (an additional 3 MB for tests)">
    1212  <!ENTITY systemd-time          "0.6 SBU at -j4 (&lt; 0.1 SBU for tests)">
    1313
     
    6262      <listitem>
    6363        <para>Estimated build time: &systemd-time;</para>
     64      </listitem>
     65    </itemizedlist>
     66    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     67
     68    <itemizedlist spacing="compact">
     69      <listitem>
     70        <para>
     71          Required patch:
     72          <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
     73        </para>
    6474      </listitem>
    6575    </itemizedlist>
     
    116126    <title>Installation of systemd</title>
    117127
     128    <para>First, add in upstream fixes:</para>
     129
     130<screen><userinput remap="pre">patch -Np1 -i ../systemd-238-upstream_fixes.patch-1</userinput></screen>
     131
    118132    <para>Remove an unneeded group,
    119133    <systemitem class="groupname">render</systemitem>, from the default udev
     
    127141    </para>
    128142
    129 <screen><userinput>meson --prefix=/usr                   \
    130       --sysconfdir=/etc               \
    131       --localstatedir=/var            \
    132       -Dblkid=true                    \
    133       -Dbuildtype=release             \
    134       -Ddefault-dnssec=no             \
    135       -Dfirstboot=false               \
    136       -Dinstall-tests=false           \
    137       -Dldconfig=false                \
    138       -Drootprefix=                   \
    139       -Drootlibdir=/lib               \
    140       -Dsplit-usr=true                \
    141       -Dsysusers=false                \
    142       -Db_lto=false                   \
    143       $PWD build                      &amp;&amp;
    144 cd build                              &amp;&amp;
     143<screen><userinput>mkdir build &amp;&amp;
     144cd    build &amp;&amp;
     145
     146meson --prefix=/usr         \
     147      --sysconfdir=/etc     \
     148      --localstatedir=/var  \
     149      -Dblkid=true          \
     150      -Dbuildtype=release   \
     151      -Ddefault-dnssec=no   \
     152      -Dfirstboot=false     \
     153      -Dinstall-tests=false \
     154      -Dldconfig=false      \
     155      -Drootprefix=         \
     156      -Drootlibdir=/lib     \
     157      -Dsplit-usr=true      \
     158      -Dsysusers=false      \
     159      -Db_lto=false         \
     160      ..                    &amp;&amp;
     161
    145162ninja</userinput></screen>
    146163
    147164    <note>
    148165      <para>
    149         For the best results, make sure you run the testsuite from
     166        For the best test results, make sure you run the testsuite from
    150167        a system that is booted by the same
    151168        <application>systemd</application> version you are rebuilding.
  • introduction/welcome/changelog.xml

    r415dc48 re1a8598d  
    4343-->
    4444   <listitem>
    45       <para>April 1st, 2018</para>
    46       <itemizedlist>
     45      <para>April 1, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to systemd-238. Fixes
     49          <ulink url="&blfs-ticket-root;10575">#10575</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[timtas] - Update to glibmm-2.56.0. Fixes
  • packages.ent

    r415dc48 re1a8598d  
    288288<!ENTITY strigi-version               "0.7.8">
    289289<!ENTITY sysstat-version              "11.6.2">
    290 <!ENTITY systemd-version              "237">
     290<!ENTITY systemd-version              "238">
    291291<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    292292<!ENTITY udisks2-version              "2.7.6">    <!-- stable lt .90 micro version -->
Note: See TracChangeset for help on using the changeset viewer.