diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-10-31 18:42:52 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-10-31 18:42:52 -0500 |
commit | 3f4304998a76ef3bd6141cf7a32cb6740bf032a6 (patch) | |
tree | 3c311ac76fab419bd9a95853cc88d53eeac665eb /chapter08/glibc.xml | |
parent | 61f825108e4b153a4eb814f4dd290a65e1400b68 (diff) |
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.
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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</userinput></screen> <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> +<!-- With make-4.4, glibc consistently failed at -j22, but passed at -j1. + I will inverstigate to see if I can find a better alternative. + It seems like a race condition. --> +<screen><userinput remap="make">make -j1</userinput></screen> <important> <para>In this section, the test suite for Glibc is considered critical. |