Ignore:
Timestamp:
07/21/2017 12:04:13 AM (7 years ago)
Author:
DJ Lucas <dj@…>
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.1, 8.2, 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:
d24c5fa
Parents:
20483d8
Message:

Remove the rest of the test suite stuff from the systemd package.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r20483d8 r872899f  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
    42 
    43     <para>First, disable two tests that always fail:</para>
    44 
    45 <screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@'  \
    46     -e 's@test-copy$(EXEEXT) @@' \
    47     -i Makefile.in</userinput></screen>
    4842
    4943    <para>Create a file to allow systemd to build when using Util-Linux
     
    197191ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
    198192
    199 <!--
    200     <para>Remove a reference to a non-existent group:</para>
    201 
    202 <screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
    203 -->
    204 
    205193    <para>Create the <filename>/etc/machine-id</filename> file needed by
    206194    <command>systemd-journald</command>:</para>
    207195
    208196<screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen>
    209 
    210     <para>Since the testsuite largely depends on the host system kernel
    211     configuration, some tests may fail. It also needs a modification in
    212     order not to look for a program that will be installed by Util-Linux
    213     package later in this chapter. To test the results, issue:</para>
    214 
    215 <screen><userinput remap="test">sed -i "s:minix:ext4:g" src/test/test-path-util.c
    216 make -k check</userinput></screen>
    217197
    218198  </sect2>
Note: See TracChangeset for help on using the changeset viewer.