Changeset 9292384 for chapter08


Ignore:
Timestamp:
11/11/2022 03:44:13 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/update-glibc
Children:
7936ffb
Parents:
5347af84
Message:

Package updates and a fix.

Fix make-4.4 bug.
Update to wheel-0.38.4 (Python Module).
Update to texinfo-7.0.
Update to sysvinit-3.05.
Update to shadow-4.13.
Update to sed-4.9.
Update to meson-0.64.0.
Update to linux-6.0.7.
Update to elfutils-0.188.
Update to bc-6.1.1.

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r5347af84 r9292384  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 
    43     <para>First, fix some issues identified upstream:</para>
    44 
    45 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4642
    4743    <para>Prepare Bash for compilation:</para>
  • chapter08/make.xml

    r5347af84 r9292384  
    4141  <sect2 role="installation">
    4242    <title>Installation of Make</title>
    43 <!--
    44     <para>Again, work around an error caused by glibc-2.27 and later:</para>
    4543
    46 <screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>
    47 -->
     44    <para>First, fix some issues identified upstream:</para>
     45
     46<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \
     47    -e '/undef  FATAL_SIG/i FATAL_SIG (SIGPIPE);' \
     48    -i src/main.c</userinput></screen>
     49
    4850    <para>Prepare Make for compilation:</para>
    4951
Note: See TracChangeset for help on using the changeset viewer.