From 3f56392254317d628560c919fee028edd9179482 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 27 Aug 2023 02:17:17 -0500 Subject: [PATCH 1/2] Fix zlib currency --- lfs-latest-git.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index f9239e27b..c0c7aaea3 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -150,6 +150,7 @@ if ( $package == "tcl" ) $dirpath = "https://www.tcl.tk/software/tcltk/do if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." ); if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/tags"; if ( $package == "wheel" ) $dirpath = "https://pypi.org/project/wheel/#files"; +if ( $package == "zlib" ) $dirpath = "https://www.zlib.net"; if ( $package == "zstd" ) $dirpath = github("facebook/zstd"); // Check for ftp From d78b550655e3426de645121c079cd4c2a1118f55 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 27 Aug 2023 20:15:58 +0800 Subject: [PATCH 2/2] gmp: On some CPUs more than 199 test can pass --- chapter08/gmp.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml index 05e16722a..de3f0ee8b 100644 --- a/chapter08/gmp.xml +++ b/chapter08/gmp.xml @@ -110,7 +110,9 @@ make html instruction". In this case, gmp should be reconfigured with the option and rebuilt. - Ensure that all 199 tests in the test suite passed. + + Ensure that at least 199 tests in the test suite passed. Check the results by issuing the following command: awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log