aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-02-16 20:49:53 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-02-16 20:49:53 +0000
commitd02c56d5f5dc1d2a8bea323b95acb48cb940051e (patch)
tree3bd064cbb45f1f31fcbf358539df5d8cad5de5d3 /chapter06/glibc.xml
parent8b69ae47340020f78d57b1be48a93cf5f507f5d6 (diff)
Update to man-pages-3.5.9.
Incorporate beta FHS. Add /usr/share/ppd, /usr/libexec, /usr/share/color, /usr/local/share/color, /var/lib/color, and /usr/share/dict. Remove overrides for /usr/libexec: coreutils, findutils, gawk, gcc, glibc, inetutils, man-db, and tar. Move grub sbin executables from /usr/sbin to /sbin. Document two new glibc errors in the regression tests. Move man-db after util-linux to satisfy a test dependency in /tools and to speed the test up. Restore building the flex static library. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml18
1 files changed, 7 insertions, 11 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 343b5a17a..4d198ca1b 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -77,22 +77,12 @@ cd ../glibc-build</userinput></screen>
--prefix=/usr \
--disable-profile \
--enable-kernel=&min-kernel; \
- --libexecdir=/usr/lib/glibc \
--enable-obsolete-rpc</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title>
<varlistentry>
- <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
- <listitem>
- <para>This changes the location of some auxillary files from the
- default of <filename class="directory">/usr/libexec</filename> to
- <filename class="directory">/usr/lib/glibc</filename>.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><parameter>--enable-obsolete-rpc</parameter></term>
<listitem>
<para>Installs NIS and RPC related headers that are not installed by
@@ -156,8 +146,14 @@ grep Error glibc-check-log</userinput></screen>
</listitem>
<listitem>
+ <para>libio/tst-ftell-partial-wide.out fails because it needs a locale
+ that has not yet been generated.</para>
+ </listitem>
+
+ <listitem>
<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>
+ misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, nptl/tst-robust8,
+ and stdio-common/bug22.</para>
</listitem>
</itemizedlist>