From 3f4304998a76ef3bd6141cf7a32cb6740bf032a6 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 31 Oct 2022 18:42:52 -0500 Subject: Package updates. Update to iana-etc-20221025. Update to tzdata-2022f. Update to Python3-3.11.0. Update to procps-ng-4.0.1. Update to man-pages-6.01. Update to man-db-2.11.0. Update to make-4.4. Update to linux-6.0.6. Update to libffi-3.4.4. Update to inetutils-2.4. Update to expat-2.5.0. Note: I had to run glibc in Chapter 8 at -j1 to avoid an apparant race condition. With a little more investigation I may be able to find a better solution. --- chapter08/glibc.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chapter08') diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index f4f553bc3..fc7b96dfe 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -127,7 +127,10 @@ cd build Compile the package: -make + +make -j1 In this section, the test suite for Glibc is considered critical. -- cgit v1.2.3-54-g00ecf