mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Added some notes regarding failed tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c825bdcb3e
commit
431f48d1b8
@ -82,6 +82,9 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 9th, 2003 [jeremy]: Added some notes regarding failed
|
||||
tests to glibc and dejagnu.</para></listitem>
|
||||
|
||||
<listitem><para>September 9th, 2003 [jeremy]: Glibc - Added commands to both chapter 5 and 6 to include minimum locales necessary for checks.</para></listitem>
|
||||
|
||||
<listitem><para>September 9th, 2003 [jeremy]: Chapter 6 - Removed zlib's
|
||||
|
@ -13,7 +13,11 @@
|
||||
make install</userinput></screen></para>
|
||||
|
||||
<para>This completes the testing tools. We can now rebuild GCC and Binutils
|
||||
to link them against the new Glibc, and test them properly.</para>
|
||||
to link them against the new Glibc, and test them properly. One thing to note,
|
||||
however, is that these test suites are highly dependent on the features
|
||||
supported by your host distribution. Most notably, a host distribution which
|
||||
does not properly support the devpts filesystem will cause most of these tests
|
||||
to fail.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -89,6 +89,10 @@ would require you to regenerate the binary files.</para>
|
||||
make check
|
||||
make install</userinput></screen></para>
|
||||
|
||||
<para>The glibc make check process is highly dependent on certain functions
|
||||
of your host operating system. The most common is a host that fails to mount
|
||||
a tmpfs filesystem at /dev/shm, which may cause glibc tests to fail.</para>
|
||||
|
||||
<para>The locales (used by Glibc to make your Linux system respond in a
|
||||
different language) weren't installed when you ran the previous command,
|
||||
so we have to do that ourselves now:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user