diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 80bd4cf60..449f3a76a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -115,8 +115,8 @@ grep Error glibc-check-log</userinput></screen> <listitem> <para>The <emphasis>nptl/tst-clock2</emphasis>, - <emphasis>nptl/tst-attr3</emphasis>, - <emphasis>tst/tst-cputimer1</emphasis>, and + <emphasis>nptl/tst-attr3</emphasis>, + <emphasis>tst/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 @@ -128,20 +128,20 @@ grep Error glibc-check-log</userinput></screen> systems where the CPU is not a relatively new genuine Intel or authentic AMD processor.</para> </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. - Modifying the make check command to set a TIMEOUTFACTOR is reported to + Modifying the make check command to set a TIMEOUTFACTOR is reported to help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16 make -k check</command>).</para> </listitem> - + <listitem> - <para>Other tests known to fail on some architectures are posix/bug-regex32, + <para>Other tests known to fail on some architectures are posix/bug-regex32, misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22.</para> </listitem> - + </itemizedlist> <para>Though it is a harmless message, the install stage of Glibc will @@ -155,7 +155,7 @@ grep Error glibc-check-log</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> <para>Install NIS and RPC related headers that are not installed by - default; these are required to rebuild glibc and by several BLFS + default; these are required to rebuild glibc and by several BLFS packages:</para> <screen><userinput remap="install">cp -v ../glibc-&glibc-version;/sunrpc/rpc/*.h /usr/include/rpc @@ -259,13 +259,13 @@ EOF</userinput></screen> <screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz ZONEINFO=/usr/share/zoneinfo -mkdir -pv $ZONEINFO/{posix,right} +mkdir -pv $ZONEINFO/{posix,right} for tz in etcetera southamerica northamerica europe africa antarctica \ asia australasia backward pacificnew solar87 solar88 solar89 \ systemv; do - zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz} - zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} + zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz} + zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz} done @@ -385,7 +385,7 @@ unset ZONEINFO</userinput></screen> EOF</userinput></screen> <para>If desired, the dynamic loader can also search a directory and - include the contents of files found there. Generally the files in + include the contents of files found there. Generally the files in this include directory are one line specifying the desired library path. To add this capability run the following commands:</para> |