Changeset 9da9d014 for chapter08


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
a5c2803
Parents:
edd83dc
git-author:
Thomas Trepl <thomas@…> (02/03/2021 08:02:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

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

Location:
chapter08
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bc.xml

    redd83dc r9da9d014  
    4141  <sect2 role="installation">
    4242    <title>Installation of Bc</title>
    43 
    44     <para>First, fix an error in the configure script::</para>
    45 
    46 <screen><userinput remap="pre">sed -i '612d' configure.sh</userinput></screen>
    4743
    4844    <para>Prepare Bc for compilation:</para>
  • chapter08/chapter08.xml

    redd83dc r9da9d014  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgmgt.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-pages.xml"/>
    17 
    18   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
    21 
    2217  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
    2318  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
     
    3126  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bc.xml"/>
    3227  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
     28
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
     32
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmp.xml"/>
  • chapter08/gcc.xml

    redd83dc r9da9d014  
    144144
    145145    <para>Additionally the following tests related to the following files
    146     are known to fail with glibc-2.32: asan_test.C, co-ret-17-void-ret-coro.C,
     146    are known to fail with glibc-2.33: asan_test.C, co-ret-17-void-ret-coro.C,
    147147    pr95519-05-gro.C, pr80166.c.</para>
    148148
     
    193193    Link Time Optimization (LTO):</para>
    194194
    195 <screen><userinput remap="install">install -v -dm755 /usr/lib/bfd-plugins
    196 ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
     195<screen><userinput remap="install">ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
    197196        /usr/lib/bfd-plugins/</userinput></screen>
    198197
  • chapter08/glibc.xml

    redd83dc r9da9d014  
    134134
    135135<!-- Use remap="make" here to work around a jhalfs issue. -->
    136 <screen><userinput remap="make">case $(uname -m) in
     136<!--<screen><userinput remap="make">case $(uname -m) in
    137137  i?86)   ln -sfnv $PWD/elf/ld-linux.so.2        /lib ;;
    138138  x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
     
    142142    stage of building in the chroot environment.  It will be overwritten
    143143    in the install phase below.</para></note>
    144 
     144-->
    145145<screen><userinput remap="test">make check</userinput></screen>
    146146
     
    160160        is known to fail in the LFS chroot environment.</para>
    161161      </listitem>
    162 <!--
     162
    163163      <listitem>
    164         <para><emphasis>inet/tst-idna_name_classify</emphasis>
    165         is known to fail in the LFS chroot environment.</para>
    166       </listitem>
    167 
    168       <listitem>
    169         <para><emphasis>posix/tst-getaddrinfo4</emphasis> and
    170         <emphasis>posix/tst-getaddrinfo5</emphasis>
     164        <para><emphasis>elf/tst-cpu-features-cpuinfo</emphasis>
    171165        may fail on some architectures.</para>
    172166      </listitem>
    173 -->
     167
    174168      <listitem>
    175169        <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
  • chapter08/tcl.xml

    redd83dc r9da9d014  
    4646
    4747    <para>This package and the next two (Expect and DejaGNU) are
    48     installed to support running the test suites for GCC and binutils and other
     48    installed to support running the test suites for binutils and GCC and other
    4949    packages.  Installing three packages for testing purposes may seem
    5050    excessive, but it is very reassuring, if not essential, to know that the
    51     most important tools are working properly. These packages are required
    52     to run the test suites in this chapter.</para>
     51    most important tools are working properly.</para>
    5352
    5453<!--    <para>Note that the Tcl package used here is a minimal version needed
Note: See TracChangeset for help on using the changeset viewer.