Changeset b8363c8


Ignore:
Timestamp:
08/22/2012 01:15:45 AM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 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, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 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:
e9aabce
Parents:
5b36d32
Message:

Add a patch to fix the four sed utf8 tests.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9951 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5b36d32 rb8363c8  
    4848          coverage.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[ken] - Add patch to fix sed utf8 regression test
     52          failures.</para>
     53        </listitem>
    5054      </itemizedlist>
    5155    </listitem>
  • chapter01/whatsnew.xml

    r5b36d32 rb8363c8  
    247247      <para>pkg-config-&pkgconfig-version;</para>
    248248    </listitem>
     249
     250    <listitem>
     251      <para>&sed-testsuite-patch;</para>
     252    </listitem>
    249253<!--  Added and removed in this cycle
    250254    <listitem>
  • chapter03/patches.xml

    r5b36d32 rb8363c8  
    140140    </varlistentry>
    141141
     142    <varlistentry>
     143      <term>Sed Regression Tests Patch - <token>&sed-testsuite-patch-size;</token>:</term>
     144      <listitem>
     145        <para>Download: <ulink url="&patches-root;&sed-testsuite-patch;"/></para>
     146        <para>MD5 sum: <literal>&sed-testsuite-patch-md5;</literal></para>
     147      </listitem>
     148    </varlistentry>
     149
    142150    <!--<varlistentry>
    143151      <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term>
  • chapter06/sed.xml

    r5b36d32 rb8363c8  
    4040  <sect2 role="installation">
    4141    <title>Installation of Sed</title>
     42
     43    <para>First, fix some regression tests:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../&sed-testsuite-patch;</userinput></screen>
    4246
    4347    <para>Prepare Sed for compilation:</para>
  • patches.ent

    r5b36d32 rb8363c8  
    8484
    8585
     86<!ENTITY sed-testsuite-patch "sed-&sed-version;-testsuite_fixes-1.patch">
     87<!ENTITY sed-testsuite-patch-md5 "2c10a5804eedf5359bcf427bc0d05579">
     88<!ENTITY sed-testsuite-patch-size "1.9 KB">
     89
     90
    8691<!ENTITY tar-overflow-patch "tar-&tar-version;-overflow_fix-1.patch">
    8792<!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f">
Note: See TracChangeset for help on using the changeset viewer.