Changeset a90bdb6 for chapter06


Ignore:
Timestamp:
10/04/2014 07:45:14 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
6a24823
Parents:
c49662d5
Message:

Import trunk.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rc49662d5 ra90bdb6  
    116116
    117117    <itemizedlist>
    118 <!--
     118
    119119      <listitem>
    120         <para>The <emphasis>nptl/tst-clock2</emphasis>,
    121         <emphasis>nptl/tst-attr3</emphasis>,
    122         <emphasis>tst/tst-cputimer1</emphasis>, and
    123         <emphasis>rt/tst-cpuclock2</emphasis>
    124         tests have been known to fail.  The
    125         reason is not completely understood, but indications are that minor
    126         timing issues can trigger these failures.</para>
     120        <para>The <emphasis>tst/tst-cputimer1</emphasis> test has been known to
     121        fail.  The reason is not completely understood, but indications are
     122        that minor timing issues can trigger this failure.</para>
    127123      </listitem>
    128124
     
    132128        authentic AMD processor.</para>
    133129      </listitem>
    134 
     130<!--
    135131      <listitem>
    136132        <para>When running on older and slower hardware or on systems under
     
    150146        that has not yet been generated.</para>
    151147      </listitem>
    152 
     148-->
    153149      <listitem>
    154         <para>Other tests known to fail on some architectures are posix/bug-regex32,
    155         misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, nptl/tst-robust8,
    156         and stdio-common/bug22.</para>
     150        <para>Other tests known to fail on some architectures are
     151        malloc/tst-malloc-usable and  nptl/tst-cleanupx4. </para>
    157152      </listitem>
    158 -->
     153
    159154    </itemizedlist>
    160155
  • chapter06/grub.xml

    rc49662d5 ra90bdb6  
    4141    <title>Installation of GRUB</title>
    4242
    43     <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para>
    44 
    45 <screen><userinput remap="pre">sed -i -e '/gets is a/d' grub-core/gnulib/stdio.in.h</userinput></screen>
    46 
    4743    <para>Prepare GRUB for compilation:</para>
    4844
  • chapter06/man-db.xml

    rc49662d5 ra90bdb6  
    4242    <title>Installation of Man-DB</title>
    4343
    44     <para>Disable two tests that fail:</para>
    45 
    46 <screen><userinput remap="pre">sed -i 's/mandb-2 mandb-3 mandb-4/mandb-3/' src/tests/Makefile.in</userinput></screen>
    47    
    4844    <para>Prepare Man-DB for compilation:</para>
    4945
  • chapter06/perl.xml

    rc49662d5 ra90bdb6  
    5656<screen><userinput remap="pre">export BUILD_ZLIB=False
    5757export BUILD_BZIP2=0</userinput></screen>
     58
     59    <para>Fix a potential security problem:</para>
     60
     61<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    5862
    5963    <para>To have full control over the way Perl is set up, you can remove the
Note: See TracChangeset for help on using the changeset viewer.