Author: bdubbs
Date: Fri Feb  1 16:47:35 2019
New Revision: 11507

Log:
Tweak symlink needed for glibc regression tests

Modified:
   trunk/BOOK/chapter06/glibc.xml

Modified: trunk/BOOK/chapter06/glibc.xml
==============================================================================
--- trunk/BOOK/chapter06/glibc.xml      Fri Feb  1 15:36:05 2019        (r11506)
+++ trunk/BOOK/chapter06/glibc.xml      Fri Feb  1 16:47:35 2019        (r11507)
@@ -151,9 +151,13 @@
     <para>Generally a few tests do not pass. The test failures listed below
     are usually safe to ignore.</para>
 
-<screen><userinput remap="test">ln -sfnv /tools/lib/ld-linux-x86-64.so.2 
/lib/ld-linux-x86-64.so.2
+<screen><userinput remap="test">ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 
/lib/ld-linux-x86-64.so.2
 make check</userinput></screen>
 
+    <note><para>The symbolic link above is needed to run the tests at this
+    stage of building in the chroot envirnment.  It will be overwritten
+    in the install phase below.</para></note>
+
     <para>You may see some test failures.  The Glibc test suite is
     somewhat dependent on the host system.  This is a list of the most common
     issues seen for some versions of LFS:</para>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to