mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Updated explanation of glibc timeout errors
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9d42ad9ce1
commit
1d20dae970
@ -39,6 +39,12 @@
|
||||
<listitem>
|
||||
<para>2010-06-27</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated explanation of glibc timeout
|
||||
errors and added TIMEOUTFACTOR as a possible solution.
|
||||
Fixes
|
||||
<ulink url="&lfs-ticket-root;2683">#2683</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update installed programs lists.
|
||||
Thanks to Chris Staub for the patch. Fixes
|
||||
|
@ -183,7 +183,10 @@ grep Error glibc-check-log</userinput></screen>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>When running on older and slower hardware or on systems under
|
||||
load, some tests can fail because of test timeouts being exceeded.</para>
|
||||
load, some tests can fail because of test timeouts being exceeded.
|
||||
Modifying the make check command to set a TIMEOUTFACTOR is reported help
|
||||
eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
|
||||
make -k check</command>).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user