Changeset 46ded2b for chapter06


Ignore:
Timestamp:
09/09/2014 01:17:24 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
4d7df041
Parents:
5fe3e2f
Message:

Import trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • chapter06/acl.xml

    r5fe3e2f r46ded2b  
    6868    <para>The Acl tests need to be run on a filesystem that supports access
    6969    controls after <application>Coreutils</application> has been built with the
    70     Acl libraries.  If desired, return to this package and run <command>make
     70    Acl libraries.  If desired, return to this package and run <command>make -j1
    7171    tests</command> after <application>Coreutils</application> has been built
    7272    later in this chapter.</para>
  • chapter06/attr.xml

    r5fe3e2f r46ded2b  
    6161
    6262    <para>The tests need to be run on a filesystem that supports extended
    63     attributes such as the ext2, ext3, or ext4 filesystems. To test the
    64     results, issue:</para>
     63    attributes such as the ext2, ext3, or ext4 filesystems. The tests are also
     64    known to fail if running multiple simultaneous tests (-j option greater than
     65    1).  To test the results, issue:</para>
    6566
    66 <screen><userinput remap="test">make tests root-tests</userinput></screen>
     67<screen><userinput remap="test">make -j1 tests root-tests</userinput></screen>
    6768
    6869    <para>Install the package:</para>
  • chapter06/binutils.xml

    r5fe3e2f r46ded2b  
    121121<screen><userinput remap="test">make -k check</userinput></screen>
    122122
    123     <para>Six tests in the lto.exp testsuite are known to fail due
    124     to changes in the most recent version of GCC.</para>
    125 
    126123    <para>Install the package:</para>
    127124
  • chapter06/createfiles.xml

    r5fe3e2f r46ded2b  
    1717  <indexterm zone="ch-system-createfiles">
    1818    <primary sortas="e-/etc/group">/etc/group</primary>
     19  </indexterm>
     20
     21  <indexterm zone="ch-system-createfiles">
     22    <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>
    1923  </indexterm>
    2024
  • chapter06/e2fsprogs.xml

    r5fe3e2f r46ded2b  
    106106          <systemitem class="library">libblkid</systemitem> libraries, the
    107107          <systemitem class="daemon">uuidd</systemitem> daemon, and the
    108           <command>fsck</command> wrapper, as Util-Linux installed all of
    109           them earlier.</para>
     108          <command>fsck</command> wrapper, as Util-Linux installs more
     109          recent versions.</para>
    110110        </listitem>
    111111      </varlistentry>
  • chapter06/gcc.xml

    r5fe3e2f r46ded2b  
    4646<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    4747
    48 <!--
     48
    4949    <para>First fix a problem identified upstream that causes some
    5050    programs to fail:</para>
    5151
    5252<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    53 -->
     53
    5454<!--
    5555    <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
  • chapter06/glibc.xml

    r5fe3e2f r46ded2b  
    109109    any of the test failures listed below. Now test the build results:</para>
    110110
    111 <screen><userinput remap="test">make -k check</userinput></screen>
    112 
    113     <para><!--You will probably see an expected (ignored) failure in the
    114     <emphasis>posix/annexc</emphasis> and
    115     <emphasis>conform/run-conformtest</emphasis> tests.  In addition t-->The Glibc
    116     test suite is somewhat dependent on the host system.  This is a list of the
    117     most common issues:</para>
     111<screen><userinput remap="test">make check</userinput></screen>
     112
     113    <para>You will probably see some test failures.  The Glibc test suite is
     114    somewhat dependent on the host system.  This is a list of the most common
     115    issues seen for this version of LFS:</para>
    118116
    119117    <itemizedlist>
    120 
     118<!--
    121119      <listitem>
    122120        <para>The <emphasis>nptl/tst-clock2</emphasis>,
     
    142140        make -k check</command>).</para>
    143141      </listitem>
    144 
     142-->
    145143      <listitem>
    146144        <para>posix/tst-getaddrinfo4 will always fail due to not having a network
    147145        connection when the test is run.</para>
    148146      </listitem>
    149 
     147<!--
    150148      <listitem>
    151149        <para>libio/tst-ftell-partial-wide.out fails because it needs a locale
     
    158156        and stdio-common/bug22.</para>
    159157      </listitem>
    160 
     158-->
    161159    </itemizedlist>
    162160
  • chapter06/inetutils.xml

    r5fe3e2f r46ded2b  
    6363          <command>logger</command> program, which is used by scripts to
    6464          pass messages to the System Log Daemon. Do not install it because
    65           Util-linux installed a version earlier.</para>
     65          Util-linux installs a more recent version.</para>
    6666        </listitem>
    6767      </varlistentry>
  • chapter06/ncurses.xml

    r5fe3e2f r46ded2b  
    6262
    6363    <variablelist>
    64       <title>The meaning of the configure option:</title>
     64      <title>The meaning of the new configure options:</title>
    6565
    6666      <varlistentry>
  • chapter06/util-linux.xml

    r5fe3e2f r46ded2b  
    5555  <sect2 role="installation">
    5656    <title>Installation of Util-linux</title>
     57
     58    <para>First, fix one of the regression tests:</para>
     59
     60<screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E &lt;/E) &lt;=/' -e 's/ne /eq /' \
     61    -i tests/ts/ipcs/limits2</userinput></screen>
    5762
    5863    <para>Prepare Util-linux for compilation:</para>
  • chapter06/vim.xml

    r5fe3e2f r46ded2b  
    5959    <para>To test the results, issue:</para>
    6060
    61 <screen><userinput remap="test">make test</userinput></screen>
     61<screen><userinput remap="test">make -j1 test</userinput></screen>
    6262
    6363    <para>However, this test suite outputs a lot of binary data to the screen,
Note: See TracChangeset for help on using the changeset viewer.