Changeset 2b17a82 for chapter08


Ignore:
Timestamp:
08/14/2023 07:02:15 PM (14 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
974c6b1
Parents:
fe625c6 (diff), bd93ae1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into multilib

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rfe625c6 r2b17a82  
    209209      With Glibc-2.38, the analyzer tests named
    210210      <filename>data-model-4.c</filename> and
    211       <filename>conftest-1.c</filename> are known to fail.
    212       In the asan tests, the subtest named
    213       <filename>AddressSanitizer_StrtolOOBTest</filename> in the test
    214       <filename>asan_test.C</filename> and the test named
    215       <filename>interception-malloc-test-1.C</filename> are known to fail.
     211      <filename>conftest-1.c</filename>
     212        are known to fail.
     213      In the asan tests, several tests in <filename>asan_test.C</filename>
     214        are known to fail.
     215      The test named <filename>interception-malloc-test-1.C</filename>
     216        are known to fail.
    216217    </para>
    217218
  • chapter08/glibc.xml

    rfe625c6 r2b17a82  
    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

    rfe625c6 r2b17a82  
    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

    rfe625c6 r2b17a82  
    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.