mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update to systemd-215. Update dbus stats.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
03a4575618
commit
d8a0120ec1
@ -41,6 +41,9 @@
|
||||
<listitem>
|
||||
<para>[krejzi] - Merged LFS SVN-20140723.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Updated to systemd-215.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -129,20 +129,22 @@ EOF</userinput></screen>
|
||||
|
||||
<screen><userinput remap="make">make LIBRARY_PATH=/tools/lib</userinput></screen>
|
||||
|
||||
<para>First prevent few broken test cases from running:</para>
|
||||
<para>First, prevent a few test cases from runnin because they fail in
|
||||
a chroot environment:</para>
|
||||
|
||||
<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \
|
||||
-e "s:test-bus-cleanup\$(EXEEXT) ::g" \
|
||||
-e "s:test-bus-gvariant\$(EXEEXT) ::g" \
|
||||
<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \
|
||||
-e "s:test-bus-cleanup\$(EXEEXT) ::g" \
|
||||
-e "s:test-bus-gvariant\$(EXEEXT) ::g" \
|
||||
-e "s:test-dhcp6-client\$(EXEEXT) ::g" \
|
||||
-e "s:test-journal-flush\$(EXEEXT) ::g" \
|
||||
-e "s:test-path-util\$(EXEEXT) ::g" \
|
||||
-e "s:test-sched-prio\$(EXEEXT) ::g" \
|
||||
-e "s:test-strv\$(EXEEXT) ::g" \
|
||||
-i Makefile</userinput></screen>
|
||||
|
||||
<para>To test the results, issue:</para>
|
||||
|
||||
<screen><userinput remap="test">make -k check</userinput></screen>
|
||||
|
||||
<para>Note that some tests might fail because the test are being run in a
|
||||
chroot environment. For full test coverage, the test suite should be run
|
||||
from a system booted using systemd.</para>
|
||||
<screen><userinput remap="test">make check</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
@ -184,15 +186,18 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
<segtitle>Installed directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>bootctl, busctl, halt, hostnamectl, init, journalctl, kernel-install,
|
||||
localectl, loginctl, machinectl, poweroff, reboot, runlevel, shutdown,
|
||||
systemctl, systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls,
|
||||
systemd-cgtop, systemd-coredumpctl, systemd-delta, systemd-detect-virt,
|
||||
systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
|
||||
systemd-run, systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
|
||||
telinit, timedatectl, and udevadm</seg>
|
||||
coredumpctl systemd-path systemd-sysusers
|
||||
|
||||
<seglistitem>
|
||||
|
||||
<seg>bootctl, busctl, coredumpctl, halt, hostnamectl, init, journalctl,
|
||||
kernel-install, localectl, loginctl, machinectl, poweroff, reboot,
|
||||
runlevel, shutdown, systemctl, systemd-analyze, systemd-ask-password,
|
||||
systemd-cat, systemd-cgls, systemd-cgtop, systemd-coredumpctl,
|
||||
systemd-delta, systemd-detect-virt, systemd-inhibit,
|
||||
systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-path,
|
||||
systemd-run, systemd-stdio-bridge, systemd-sysusers, systemd-tmpfiles,
|
||||
systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
|
||||
<seg>libnss_myhostname.so.2, libsystemd.so, libudev.so</seg>
|
||||
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
|
||||
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
|
||||
@ -229,6 +234,16 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="coredumpctl">
|
||||
<term><command>coredumpctl</command></term>
|
||||
<listitem>
|
||||
<para>Used to retrieve coredumps from the systemd Journal</para>
|
||||
<indexterm zone="ch-system-systemd coredumpctl">
|
||||
<primary sortas="b-coredumpctl">coredumpctl</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="halt">
|
||||
<term><command>halt</command></term>
|
||||
<listitem>
|
||||
@ -430,16 +445,6 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="systemd-coredumpctl">
|
||||
<term><command>systemd-coredumpctl</command></term>
|
||||
<listitem>
|
||||
<para>Used to retrieve coredumps from the systemd Journal</para>
|
||||
<indexterm zone="ch-system-systemd systemd-coredumpctl">
|
||||
<primary sortas="b-systemd-coredumpctl">systemd-coredumpctl</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="systemd-delta">
|
||||
<term><command>systemd-delta</command></term>
|
||||
<listitem>
|
||||
@ -506,6 +511,16 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="systemd-path">
|
||||
<term><command>systemd-path</command></term>
|
||||
<listitem>
|
||||
<para>Used to query system and user paths.</para>
|
||||
<indexterm zone="ch-system-systemd systemd-path">
|
||||
<primary sortas="b-systemd-path">systemd-path</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="systemd-run">
|
||||
<term><command>systemd-run</command></term>
|
||||
<listitem>
|
||||
@ -527,6 +542,17 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry> -->
|
||||
|
||||
<varlistentry id="systemd-sysusers">
|
||||
<term><command>systemd-sysusers</command></term>
|
||||
<listitem>
|
||||
<para>Creates system users and groups, based on the file format and location
|
||||
specified in <filename class="directory">sysusers.d</filename>.</para>
|
||||
<indexterm zone="ch-system-systemd systemd-sysusers">
|
||||
<primary sortas="b-systemd-sysusers">systemd-sysusers</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="systemd-tmpfiles">
|
||||
<term><command>systemd-tmpfiles</command></term>
|
||||
<listitem>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!ENTITY version "20140706-systemd">
|
||||
<!ENTITY version "20140726-systemd">
|
||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
|
||||
<!ENTITY releasedate "July 6, 2014">
|
||||
<!ENTITY releasedate "July 26, 2014">
|
||||
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.6">
|
||||
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
14
packages.ent
14
packages.ent
@ -115,8 +115,8 @@
|
||||
<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
|
||||
<!ENTITY dbus-md5 "6a08ba555d340e9dfe2d623b83c0eea8">
|
||||
<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
|
||||
<!ENTITY dbus-ch6-du "35 MB">
|
||||
<!ENTITY dbus-ch6-sbu "less than 0.4 SBU">
|
||||
<!ENTITY dbus-ch6-du "42 MB">
|
||||
<!ENTITY dbus-ch6-sbu "0.5 SBU">
|
||||
|
||||
<!ENTITY dejagnu-version "1.5.1">
|
||||
<!ENTITY dejagnu-size "566 KB">
|
||||
@ -542,13 +542,13 @@
|
||||
<!ENTITY shadow-ch6-du "42 MB">
|
||||
<!ENTITY shadow-ch6-sbu "0.2 SBU">
|
||||
|
||||
<!ENTITY systemd-version "214">
|
||||
<!ENTITY systemd-size "2,278 KB">
|
||||
<!ENTITY systemd-version "215">
|
||||
<!ENTITY systemd-size "2,824 KB">
|
||||
<!ENTITY systemd-url "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
|
||||
<!ENTITY systemd-md5 "eac4f9fc5bd18a0efc3fc20858baacf3">
|
||||
<!ENTITY systemd-md5 "d2603e9fffd8b18d242543e36f2e7d31">
|
||||
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
|
||||
<!ENTITY systemd-ch6-du "410 MB">
|
||||
<!ENTITY systemd-ch6-sbu "4.5 SBU">
|
||||
<!ENTITY systemd-ch6-du "518 MB">
|
||||
<!ENTITY systemd-ch6-sbu "5.8 SBU">
|
||||
|
||||
<!ENTITY tar-version "1.27.1">
|
||||
<!ENTITY tar-size "1,835 KB">
|
||||
|
@ -60,8 +60,8 @@
|
||||
<!ENTITY readline-fixes-patch-size "3.1 KB">
|
||||
|
||||
<!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch">
|
||||
<!ENTITY systemd-compat-patch-md5 "650d85acd70a3e4834f48c1c6ab0a496">
|
||||
<!ENTITY systemd-compat-patch-size "8.0 KB">
|
||||
<!ENTITY systemd-compat-patch-md5 "657a996c67d4a9fbad394ee5aa1b1f34">
|
||||
<!ENTITY systemd-compat-patch-size "12 KB">
|
||||
|
||||
<!ENTITY tar-manpage-patch "tar-&tar-version;-manpage-1.patch">
|
||||
<!ENTITY tar-manpage-patch-md5 "321f85ec32733b1a9399e788714a5156">
|
||||
|
Loading…
Reference in New Issue
Block a user