Changeset cc09c07 for chapter06


Ignore:
Timestamp:
09/30/2018 01:14:36 AM (6 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, 12.2, 12.2-rc1, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a9a92e4
Parents:
6c67242
Message:

Restore build of Util-Linux in chapter5 to avoid reciprocal dependency for Systemd.
Moved installation of Util-Linux and E2fsprogs after Procps to satisfy build order in the Systemd book. This has no effect on the SysV book.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r6c67242 rcc09c07  
    7979  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
    8080  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
    81   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
    82   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    8381  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
    8482  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
     
    8987  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
    9088  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
    91   <!-- props needs libsystemd -->
     89
     90  <!-- these packages libsystemd on systemd builds -->
    9291  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
     92  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
     93  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    9394
    9495  <!-- sysv only -->
  • chapter06/systemd.xml

    r6c67242 rcc09c07  
    4545<screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen>
    4646
     47    <para>Because we have not yet installed the final version of Util-Linux,
     48    create links to the libraries in the approprite location:</para>
     49
     50<screen><userinput remap="pre">for file in /tools/lib64/lib{blkid,mount,uuid}*; do
     51    ln -sf $file /usr/lib/
     52done</userinput></screen>
     53
    4754    <para>Set up the man pages:</para>
    4855
     
    6875cd       build
    6976
     77PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib64/pkgconfig" \
    7078LANG=en_US.UTF-8                   \
    7179meson --prefix=/usr                \
Note: See TracChangeset for help on using the changeset viewer.