diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bc.xml | 4 | ||||
-rw-r--r-- | chapter08/glibc.xml | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml index b116fe10e..dfff0364f 100644 --- a/chapter08/bc.xml +++ b/chapter08/bc.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Bc</title> - <para>First, fix an error in the configure script::</para> - -<screen><userinput remap="pre">sed -i '612d' configure.sh</userinput></screen> - <para>Prepare Bc for compilation:</para> <screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G -O3</userinput></screen> diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index c67f735dd..dc3d5ecee 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -152,18 +152,12 @@ esac</userinput></screen> <para><emphasis>misc/tst-ttyname</emphasis> is known to fail in the LFS chroot environment.</para> </listitem> -<!-- - <listitem> - <para><emphasis>inet/tst-idna_name_classify</emphasis> - is known to fail in the LFS chroot environment.</para> - </listitem> <listitem> - <para><emphasis>posix/tst-getaddrinfo4</emphasis> and - <emphasis>posix/tst-getaddrinfo5</emphasis> + <para><emphasis>elf/tst-cpu-features-cpuinfo</emphasis> may fail on some architectures.</para> </listitem> ---> + <listitem> <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis> test may fail for reasons that have not been determined.</para> |