diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-02 16:15:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-02 16:15:16 +0000 |
commit | 305ab2a4faa4f3c6a83fc9c3c9f18101bbb2672f (patch) | |
tree | c9380e420318c2e75dcb92d8ad26461960d5eb66 /chapter08 | |
parent | 5ddb2ead5e4acb3f89739905305cde2429119717 (diff) |
Update to bc-3.2.6.
Update to glibc-2.33.
Minor change to mountfs boot script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |