From 70b235f4cbfaff46c583d26b76aa5667a9ebb04f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 2 Feb 2019 00:47:35 +0000 Subject: Tweak symlink needed for glibc regression tests git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 40281d957..872cb05e3 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -151,9 +151,13 @@ unset GCC_INCDIR Generally a few tests do not pass. The test failures listed below are usually safe to ignore. -ln -sfnv /tools/lib/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2 +ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2 make check + 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. + 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: -- cgit v1.2.3-54-g00ecf