Ignore:
Timestamp:
10/31/2022 11:42:52 PM (18 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/update-glibc
Children:
d45f50d
Parents:
61f8251
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r61f8251 r3f43049  
    128128    <para>Compile the package:</para>
    129129
    130 <screen><userinput remap="make">make</userinput></screen>
     130<!-- With make-4.4, glibc consistently failed at -j22, but passed at -j1.
     131     I will inverstigate to see if I can find a better alternative.
     132     It seems like a race condition. -->
     133<screen><userinput remap="make">make -j1</userinput></screen>
    131134
    132135    <important>
Note: See TracChangeset for help on using the changeset viewer.