Changeset d878ce3 for chapter06


Ignore:
Timestamp:
06/27/2004 02:55:19 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
aa5a7fe
Parents:
cd686ed
Message:
  • Moved discussion of glibc test failures to chapter 6, and reworded notes aboutoptional tests.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rcd686ed rd878ce3  
    8080<screen><userinput>make check</userinput></screen>
    8181
    82 <para>The test suite notes from <xref linkend="ch-tools-glibc"/> are still very much
    83 appropriate here. Be sure to refer back there should you have any doubts.</para>
     82<para>The Glibc test suite is highly dependent on certain functions of your host
     83system, in particular the kernel.  In general, the Glibc test suite is always
     84expected to pass. However, in certain circumstances some failures are
     85unavoidable. Here is a list of the most common issues we are aware of:</para>
     86
     87<itemizedlist>
     88<listitem><para>The <emphasis>math</emphasis> tests sometimes fail when running
     89on systems where the CPU is not a relatively new genuine Intel or authentic AMD.
     90Certain optimization settings are also known to be a factor here.</para></listitem>
     91
     92<listitem><para>The <emphasis>gettext</emphasis> test sometimes fails due to
     93host system issues. The exact reasons are not yet clear.</para></listitem>
     94
     95<listitem><para>The <emphasis>atime</emphasis> test sometimes fails when the
     96LFS partition is mounted with the <parameter>noatime</parameter> option, or due
     97to other file system quirks.</para></listitem>
     98
     99<listitem><para>The <emphasis>shm</emphasis> test might fail when the host
     100system is running the devfs file system but doesn't have the <systemitem class="filesystem">tmpfs</systemitem> file system
     101mounted at <filename class="directory">/dev/shm</filename> due to lack of support for tmpfs in
     102the kernel.</para></listitem>
     103
     104<listitem><para>When running on older and slower hardware, some tests might
     105fail due to test timeouts being exceeded.</para></listitem>
     106</itemizedlist>
    84107
    85108<para>Though it is a harmless message, the install stage of Glibc will
Note: See TracChangeset for help on using the changeset viewer.