Changeset 934a32d


Ignore:
Timestamp:
02/08/2009 12:43:00 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
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, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
bd2f3f8
Parents:
8c32242
Message:

Add a patch to suppress a warning added in Tar-1.21 that causes the Perl testsuite to fail.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8c32242 r934a32d  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Added a patch to suppress a warning added in
     45          Tar-1.21 that causes the Perl testsuite to fail.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgraded to MPFR-2.4.0.  Fixes
    4549          <ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para>
  • chapter01/whatsnew.xml

    r8c32242 r934a32d  
    238238
    239239    <listitem>
     240      <para>&tar-warning-patch;</para>
     241    </listitem>
     242
     243    <listitem>
    240244      <para>&vim-fixes-patch;</para>
    241245    </listitem>
  • chapter03/patches.xml

    r8c32242 r934a32d  
    236236
    237237    <varlistentry>
     238      <term>Tar Warning Removal Patch - <token>&tar-warning-patch-size;</token>:</term>
     239      <listitem>
     240        <para>Download: <ulink url="&patches-root;&tar-warning-patch;"/></para>
     241        <para>MD5 sum: <literal>&tar-warning-patch-md5;</literal></para>
     242      </listitem>
     243    </varlistentry>
     244
     245    <varlistentry>
    238246      <term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
    239247      <listitem>
  • chapter05/tar.xml

    r8c32242 r934a32d  
    4444    <title>Installation of Tar</title>
    4545
    46     <para>Apply a patch to correct a bug in Tar's testsuite:</para>
     46    <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
     47    a warning that affects Perl's testsuite:</para>
    4748
    48 <screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen>
     49<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
     50patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
    4951
    5052    <para>Prepare Tar for compilation:</para>
  • chapter06/tar.xml

    r8c32242 r934a32d  
    4141    <title>Installation of Tar</title>
    4242
    43     <para>Apply a patch to correct a bug in Tar's testsuite:</para>
     43    <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
     44    a warning that affects Perl's testsuite:</para>
    4445
    45 <screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen>
     46<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
     47patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
    4648
    4749    <para>Prepare Tar for compilation:</para>
  • patches.ent

    r8c32242 r934a32d  
    124124
    125125
     126<!ENTITY tar-warning-patch "tar-&tar-version;-remove_warning-1.patch">
     127<!ENTITY tar-warning-patch-md5 "c7247a20a158ac7d25f02537c4069663">
     128<!ENTITY tar-warning-patch-size "1.4 KB">
     129
    126130<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-4.patch">
    127131<!ENTITY vim-fixes-patch-md5 "87056fb6fd7bc3df5cd328e26a83bf43">
Note: See TracChangeset for help on using the changeset viewer.