Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/util-linux.xml

    r82fedc4 re0e40d3  
    5151    <title>Installation of Util-linux</title>
    5252
    53     <para os="a">Util-linux fails to compile against newer versions of
     53    <para os="p1">Util-linux fails to compile against newer versions of
    5454    Linux-Libc-Headers. The following patch properly fixes this issue:</para>
    5555
    56 <screen os="b"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
    57 
    58     <para os="b1">The following patch fixes build issues with GCC 4.x:</para>
    59 
    60 <screen os="b2"><userinput>patch -Np1 -i ../&util-linux-gcc4_fixes-patch;</userinput></screen>
    61 
    62     <para os="c">Prepare Util-linux for compilation:</para>
    63 
    64 <screen><userinput>./configure</userinput></screen>
    65 
    66     <para os="d">Compile the package:</para>
    67 
    68 <screen os="e"><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen>
    69 
    70     <variablelist os="f">
     56<screen os="p2"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
     57
     58    <para os="p3">The following patch fixes build issues with GCC 4.x:</para>
     59
     60<screen os="p4"><userinput>patch -Np1 -i ../&util-linux-gcc4_fixes-patch;</userinput></screen>
     61
     62    <para os="a">Prepare Util-linux for compilation:</para>
     63
     64<screen os="b"><userinput>./configure</userinput></screen>
     65
     66    <para os="c">Compile the package:</para>
     67
     68<screen os="d"><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen>
     69
     70    <variablelist os="e">
    7171      <title>The meaning of the make parameters:</title>
    7272
    73       <varlistentry os="fa">
     73      <varlistentry os="e1">
    7474        <term><parameter>HAVE_KILL=yes</parameter></term>
    7575        <listitem>
     
    7979      </varlistentry>
    8080
    81       <varlistentry os="fb">
     81      <varlistentry os="e2">
    8282        <term><parameter>HAVE_SLN=yes</parameter></term>
    8383        <listitem>
     
    9090    </variablelist>
    9191
    92     <para os="g">This package does not come with a test suite.</para>
    93 
    94     <para os="h">Install the package and move the <command>logger</command> binary
     92    <para os="f">This package does not come with a test suite.</para>
     93
     94    <para os="g">Install the package and move the <command>logger</command> binary
    9595    to <filename class="directory">/bin</filename> as it is needed by the
    9696    LFS-Bootscripts package:</para>
    9797
    98 <screen os="i"><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
     98<screen os="h"><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
    9999mv /usr/bin/logger /bin</userinput></screen>
    100100
Note: See TracChangeset for help on using the changeset viewer.