Changeset 4bac71c for chapter05


Ignore:
Timestamp:
01/22/2008 07:52:27 AM (16 years ago)
Author:
Matthew Burgess <matthew@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 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:
c6d52ce7
Parents:
6e79b0d
Message:

Replace Util-linux with Util-linux-ng. Fixes #2077.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/chapter05.xml

    r6e79b0d r4bac71c  
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="coreutils.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="e2fsprogs.xml"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="findutils.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk.xml"/>
  • chapter05/util-linux.xml

    r6e79b0d r4bac71c  
    66]>
    77
    8 <sect1 id="ch-tools-util-linux" role="wrap">
    9   <?dbhtml filename="util-linux.html"?>
     8<sect1 id="ch-tools-util-linux-ng" role="wrap">
     9  <?dbhtml filename="util-linux-ng.html"?>
    1010
    1111  <sect1info condition="script">
    12     <productname>util-linux</productname>
    13     <productnumber>&util-linux-version;</productnumber>
    14     <address>&util-linux-url;</address>
     12    <productname>util-linux-ng</productname>
     13    <productnumber>&util-linux-ng-version;</productnumber>
     14    <address>&util-linux-ng-url;</address>
    1515  </sect1info>
    1616
    17   <title>Util-linux-&util-linux-version;</title>
     17  <title>Util-linux-ng-&util-linux-ng-version;</title>
    1818
    19   <indexterm zone="ch-tools-util-linux">
    20     <primary sortas="a-Util-linux">Util-linux</primary>
     19  <indexterm zone="ch-tools-util-linux-ng">
     20    <primary sortas="a-Util-linux-ng">Util-linux-ng</primary>
    2121    <secondary>tools</secondary>
    2222  </indexterm>
     
    3434
    3535      <seglistitem>
    36         <seg>&util-linux-ch5-sbu;</seg>
    37         <seg>&util-linux-ch5-du;</seg>
     36        <seg>&util-linux-ng-ch5-sbu;</seg>
     37        <seg>&util-linux-ng-ch5-du;</seg>
    3838      </seglistitem>
    3939    </segmentedlist>
     
    4242
    4343  <sect2 role="installation">
    44     <title>Installation of Util-linux</title>
    45 
    46     <para>Util-linux does not use the freshly installed headers and libraries
    47     from the <filename class="directory">/tools</filename> directory by default.
    48     This is fixed by altering the configure script:</para>
    49 
    50 <screen><userinput remap="pre">sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen>
     44    <title>Installation of Util-linux-ng</title>
    5145
    5246    <para>Prepare Util-linux for compilation:</para>
    5347
    54 <screen><userinput remap="configure">./configure</userinput></screen>
    55 
    56     <para>Compile some support routines:</para>
    57 
    58 <screen><userinput remap="make">make -C lib</userinput></screen>
     48<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
    5949
    6050    <para>Only a few of the utilities contained in this package need to be
     
    6454make -C text-utils more</userinput></screen>
    6555
    66     <para>This package does not come with a test suite.</para>
     56    <para>This package comes with a test suite, but running it will cause all of
     57    the binaries to be built and tested.  If you still wish to run the tests,
     58    issue:</para>
     59
     60<screen><userinput remap="test">make check</userinput></screen>
    6761
    6862    <para>Copy these programs to the temporary tools directory:</para>
Note: See TracChangeset for help on using the changeset viewer.