diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 3 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 5 | ||||
-rw-r--r-- | chapter06/glibc.xml | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 8daeb5616..dc3904c9e 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -116,6 +116,9 @@ cd ../binutils-build</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> + <para>Six tests in the lto.exp testsuite are known to fail due + to changes in the most recent version of gcc.</para> + <para>Install the package:</para> <screen><userinput remap="install">make tooldir=/usr install</userinput></screen> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 7aca00f9e..f10b8077b 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -44,10 +44,11 @@ <sect2 role="installation"> <title>Installation of E2fsprogs</title> - <para>First fix a problem with running regression tests in the LFS chroot + <para>First fix some problems with running regression tests in the LFS chroot environment:</para> -<screen><userinput remap="pre">sed -i -e 's|^LD_LIBRARY_PATH.*|&:/tools/lib|' tests/test_config</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&e2fsprogs-fix-test-patch; +sed -i -e 's|^LD_LIBRARY_PATH.*|&:/tools/lib|' tests/test_config</userinput></screen> <para>The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: </para> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d64b81219..5ac095124 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -412,7 +412,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen> ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump, pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace, zdump, and zic</seg> - <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, + <seg>ld-&glibc-version;.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, libc.{a,so}, libc_nonshared.a, libcidn.so, libcrypt.{a,so}, libdl.{a,so}, libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so, libnsl.{a,so}, libnss_compat.so, @@ -698,11 +698,11 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen> </varlistentry> <varlistentry id="ld.so"> - <term><filename class="libraryfile">ld.so</filename></term> + <term><filename class="libraryfile">ld-&glibc-version;.so</filename></term> <listitem> <para>The helper program for shared library executables</para> <indexterm zone="ch-system-glibc ld.so"> - <primary sortas="c-ld.so">ld.so</primary> + <primary sortas="c-ld.so">ld-&glibc-version;.so</primary> </indexterm> </listitem> </varlistentry> |