Changeset ac9f395


Ignore:
Timestamp:
07/17/2021 08:11:36 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3999c22, fbedef5
Parents:
f399737
Message:

Perl - fixes for 5.34 test failures.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rf399737 rac9f395  
    24032403        <segtitle>&testsuites;</segtitle>
    24042404        <seglistitem>
    2405           <seg>Iana-Etc and Procps-ng</seg>
     2405          <seg>Iana-Etc, Less. and Procps-ng</seg>
    24062406        </seglistitem>
    24072407      </segmentedlist>
  • chapter01/changelog.xml

    rf399737 rac9f395  
    4444    -->
    4545    <listitem>
     46      <para>2021-07-17</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Fix test failures in perl-5.34.0 by building less before
     50          perl and by patching perl for a problem highlighted by gdbm-1.20. Fixes
     51          <ulink url="&lfs-ticket-root;4885">#4885</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4657      <para>2021-07-15</para>
    4758      <itemizedlist>
  • chapter03/patches.xml

    rf399737 rac9f395  
    103103    </varlistentry>
    104104-->
     105
     106    <varlistentry>
     107      <term>Perl Upstream Fix Patch - <token>&perl-fix-patch-size;</token>:</term>
     108      <listitem>
     109        <para>Download: <ulink url="&patches-root;&perl-fix-patch;"/></para>
     110        <para>MD5 sum: <literal>&perl-fix-patch-md5;</literal></para>
     111      </listitem>
     112    </varlistentry>
     113
    105114    <varlistentry revision="sysv">
    106115      <term>Sysvinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
  • chapter08/chapter08.xml

    rf399737 rac9f395  
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    5556  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
    5657  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>
     
    7273  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
    7374  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/>
    74   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    7575  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    7676  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/>
  • chapter08/perl.xml

    rf399737 rac9f395  
    4141  <sect2 role="installation">
    4242    <title>Installation of Perl</title>
     43
     44    <para>First, apply a patch that fixes an issue highlighted by recent
     45    versions of gdbm:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    4348
    4449    <para>This version of Perl now builds the Compress::Raw::Zlib and
  • patches.ent

    rf399737 rac9f395  
    6464<!ENTITY ninja-limit-jobs-patch-size "2.5 KB">
    6565-->
     66
     67<!ENTITY perl-fix-patch "perl-&perl-version;-upstream_fixes-1.patch">
     68<!ENTITY perl-fix-patch-md5 "fb42558b59ed95ee00eb9f1c1c9b8056">
     69<!ENTITY perl-fix-patch-size "1.6 KB">
     70
    6671<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
    6772<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
Note: See TracChangeset for help on using the changeset viewer.