Changeset 18627b5


Ignore:
Timestamp:
10/22/2008 11:50:31 PM (16 years ago)
Author:
DJ Lucas <dj@…>
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.4, 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:
862c5ae
Parents:
55b3f62
Message:

Corrected coreutils i18n patch and testsuite. Thanks to Bryan Kadsban for the suggested fix.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r55b3f62 r18627b5  
    3737
    3838-->
     39    <listitem>
     40      <para>2008-10-22</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[dj] - Corrected chown command for coreutils testsuite.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[dj] - Updated to &coreutils-i18n-patch;.  Thanks to Bryan
     47          Kadzban for the suggested fix.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    3951
    4052    <listitem>
  • chapter06/coreutils.xml

    r55b3f62 r18627b5  
    107107    run the tests:</para>
    108108
    109 <screen><userinput remap="test">chown -v nobody gnulib-tests/.deps</userinput></screen>
     109<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen>
    110110
    111111    <para>Now run the tests:</para>
  • general.ent

    r55b3f62 r18627b5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20081020">
    3 <!ENTITY releasedate "October 20, 2008">
     2<!ENTITY version "SVN-20081022">
     3<!ENTITY releasedate "October 22, 2008">
    44<!ENTITY copyrightdate "1999&ndash;2008">
    55<!ENTITY milestone "7.0">
  • patches.ent

    r55b3f62 r18627b5  
    2626
    2727
    28 <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
    29 <!ENTITY coreutils-i18n-patch-md5 "b84ca96dd7bd1ac858f8d7573c0a4470">
     28<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-2.patch">
     29<!ENTITY coreutils-i18n-patch-md5 "2b6182f77f8b575e27d7743dd403104e">
    3030<!ENTITY coreutils-i18n-patch-size "104 KB">
    3131
Note: See TracChangeset for help on using the changeset viewer.