Changeset f7d3b6e for chapter08


Ignore:
Timestamp:
08/14/2023 06:47:25 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
bd93ae1
Parents:
539f011
Message:

Package updates.
Update to xz-5.4.4.
Update to less-643.
Update to meson-1.2.1.
Update to linux-6.4.10.
Update to iana-etc-20230810.
Update to pkgconf-2.0.1.

All build times and sizes were also checked and updated as needed.

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r539f011 rf7d3b6e  
    188188      With Glibc-2.38, the analyzer tests named
    189189      <filename>data-model-4.c</filename> and
    190       <filename>conftest-1.c</filename> are known to fail.
    191       In the asan tests, the subtest named
    192       <filename>AddressSanitizer_StrtolOOBTest</filename> in the test
    193       <filename>asan_test.C</filename> and the test named
    194       <filename>interception-malloc-test-1.C</filename> are known to fail.
     190      <filename>conftest-1.c</filename>
     191        are known to fail.
     192      In the asan tests, several tests in <filename>asan_test.C</filename>
     193        are known to fail.
     194      The test named <filename>interception-malloc-test-1.C</filename>
     195        are known to fail.
    195196    </para>
    196197
  • chapter08/glibc.xml

    r539f011 rf7d3b6e  
    5050
    5151<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
     52
     53    <para>Now fix a regression causing the posix_memalign() function
     54    to be very slow slow in some conditions.</para>
     55
     56<screen><userinput remap="pre">patch -Np1 -i ../&glibc-memalign-patch;</userinput></screen>
    5257
    5358    <para>The Glibc documentation recommends building Glibc
  • chapter08/less.xml

    r539f011 rf7d3b6e  
    6363<screen><userinput remap="make">make</userinput></screen>
    6464
    65     <para>This package does not come with a test suite.</para>
     65    <para>To test the results, issue:</para>
     66
     67<screen><userinput remap="test">make check</userinput></screen>
    6668
    6769    <para>Install the package:</para>
  • chapter08/pkgconf.xml

    r539f011 rf7d3b6e  
    4444
    4545    <title>Installation of Pkgconf</title>
    46 
     46<!--
    4747    <para>Pkgconf-2.0.0 explicitly errors when attempting to run
    48     <option>--modversion</option> with multiple arguments, even if these
     48    <option>- -modversion</option> with multiple arguments, even if these
    4949    arguments are constraints for the same package.  This breaks many
    5050    packages in BLFS. Run this sed to reinstate the old
     
    5252
    5353     <screen><userinput remap="pre">sed -i '1330,1336s|^|//|' cli/main.c</userinput></screen>
    54 
     54-->
    5555    <para>Prepare Pkgconf for compilation:</para>
    5656
Note: See TracChangeset for help on using the changeset viewer.