Changeset c4d687f


Ignore:
Timestamp:
06/28/2005 07:43:54 PM (19 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.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:
38f5ac2
Parents:
4aa0d18
Message:

Reworded known glibc test failures

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4aa0d18 rc4d687f  
    9292</listitem>
    9393
     94<listitem><para>June 27th, 2005 [matthew]: Reworded description of the glibc
     95atime failure case, and removed the description of the shm test failure as we
     96already mount a tmpfs (archaic).</para></listitem>
     97
    9498<listitem><para>June 27th, 2005 [archaic]: Switched from mounting /dev on a
    9599ramfs to a tmpfs.</para></listitem>
  • chapter06/glibc.xml

    r4aa0d18 rc4d687f  
    110110host system issues. The exact reasons are not yet clear.</para></listitem>
    111111
    112 <listitem><para>The <emphasis>atime</emphasis> test sometimes fails
    113 when the LFS partition is mounted with the
    114 <parameter>noatime</parameter> option.</para></listitem>
    115 
    116 <listitem><para>The <emphasis>shm</emphasis> test can fail when the
    117 host system is using the <systemitem
    118 class="filesystem">devfs</systemitem> file system but does not have
    119 the <systemitem class="filesystem">tmpfs</systemitem> file system
    120 mounted at <filename class="directory">/dev/shm</filename>.  This
    121 occurs because of a lack of support for <systemitem
    122 class="filesystem">tmpfs</systemitem> in the
    123 kernel.</para></listitem>
     112<listitem><para>If you have mounted the LFS partition with the
     113<parameter>noatime</parameter> option, the <emphasis>atime</emphasis>
     114test will fail.  This is not critical.</para></listitem>
    124115
    125116<listitem><para>When running on older and slower hardware, some tests
Note: See TracChangeset for help on using the changeset viewer.