diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-14 23:21:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-14 23:21:06 +0000 |
commit | 6bf9d727f0ca016ec348a8eba3482e1be034801c (patch) | |
tree | 39e0f9e359e89a1b9c2330c9bc3974613c14473b /chapter06 | |
parent | ce07064f175bca3b3d9ee5ac72d6187cf524b2f6 (diff) |
Update package install sizes and times.
Document known test failures.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/autoconf.xml | 8 | ||||
-rw-r--r-- | chapter06/binutils.xml | 2 | ||||
-rw-r--r-- | chapter06/gettext.xml | 2 | ||||
-rw-r--r-- | chapter06/glibc.xml | 2 |
4 files changed, 9 insertions, 5 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index ddad6087b..c1a10e827 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -53,10 +53,10 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped - that use Automake. For full test coverage, Autoconf can be re-tested - after Automake has been installed. In addition, two tests fail due to - changes in libtool-2.4.3 and later.</para> + <para>This takes a long time, about &autoconf-ch6-sbu; SBUs. In addition, + several tests are skipped that use Automake. For full test coverage, + Autoconf can be re-tested after Automake has been installed. In addition, + two fail due to changes in libtool-2.4.3 and later.</para> <para>Install the package:</para> diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index a33c6cf60..570722f13 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -108,6 +108,8 @@ cd build</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> + <para>The test 'Link with zlib-gabi compressed debug output' is known to fail.</para> + <para>Install the package:</para> <screen><userinput remap="install">make tooldir=/usr install</userinput></screen> diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 4792334e3..1e7177bdd 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -58,6 +58,8 @@ <screen><userinput remap="test">make check</userinput></screen> + <para>Nine tests fail due to missing dependencies.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index a78d81ee7..3feae779a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -117,7 +117,7 @@ cd build</userinput></screen> </listitem> <listitem> - <para>The <emphasis>tst/tst-cputimer1</emphasis> and + <para>The <emphasis>rt/tst-cputimer1</emphasis> and <emphasis>rt/tst-cpuclock2</emphasis> tests have been known to fail. The reason is not completely understood, but indications are that minor timing issues can trigger these failures.</para> |