aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-02-16 17:48:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-02-16 17:48:07 +0000
commit60d91a060a974331bac46d2be402e027eead1893 (patch)
treead17ff1345157d12d528d9d2009d26bb45ac167f
parent751a13dcfb0225ad28a6b9fc281472fcf9fead21 (diff)
Document some test failures
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/openssl.xml3
-rw-r--r--chapter06/tar.xml2
-rw-r--r--lfs-latest.php2
3 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/openssl.xml b/chapter06/openssl.xml
index 865881a1f..bd35f285b 100644
--- a/chapter06/openssl.xml
+++ b/chapter06/openssl.xml
@@ -59,6 +59,9 @@
<screen><userinput remap="test">make test</userinput></screen>
+ <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
+ environment, but passes when run as a regular user.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index afb1a5af6..10d76dee4 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -72,6 +72,8 @@
<screen><userinput remap="test">make check</userinput></screen>
+ <para>One test, link mismatch, is known to fail.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install
diff --git a/lfs-latest.php b/lfs-latest.php
index 7b567350d..32267fa27 100644
--- a/lfs-latest.php
+++ b/lfs-latest.php
@@ -78,7 +78,7 @@ function http_get_file( $url )
}
else
{
- exec( "elinks -dump $url 2>/dev/null", $lines );
+ exec( "links -dump $url 2>/dev/null", $lines );
return $lines;
}
}