Changeset f4835ed


Ignore:
Timestamp:
08/08/2023 12:35:21 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, 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:
9cca53d
Parents:
70b20e7c
Message:

pkgconf: Reword the reason of sed

Specifying --modversion with multiple packages just does not make sense.
The real problem here is it's erroring out even if the multiple
arguments are for the same package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgconf.xml

    r70b20e7c rf4835ed  
    4545    <title>Installation of Pkgconf</title>
    4646
    47     <para>Pkgconf 2.0.0 explicitly errors when attempting to run
    48            --modversion with multiple packages. This breaks many
    49            packages in BLFS. Run this sed to reinstate the old
    50            output for pkgconf.</para>
     47    <para>Pkgconf-2.0.0 explicitly errors when attempting to run
     48    <option>--modversion</option> with multiple arguments, even if these
     49    arguments are constraints for the same package.  This breaks many
     50    packages in BLFS. Run this sed to reinstate the old
     51    output for pkgconf:</para>
    5152
    5253     <screen><userinput remap="pre">sed -i '/1330,1336/s|^|//|' cli/main.c</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.