Ignore:
Timestamp:
10/05/2008 10:34:54 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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:
f950b79
Parents:
7187e06
Message:

Updated Coreutils to 6.12, thanks to William Immendorf for contributing a patch to add the mktemp program information to the Coreutils page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r7187e06 ra5933e2  
    4949<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    5050
    51     <para>POSIX requires that programs from Coreutils recognize character
     51    <para>Coreutils sometimes fails to buld when using an old kernel so apply
     52    a patch:</para>
     53
     54<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen>
     55
     56    <!-- <para>POSIX requires that programs from Coreutils recognize character
    5257    boundaries correctly even in multibyte locales. The following patch
    5358    fixes this non-compliance and other internationalization-related bugs:</para>
    5459
    5560<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;</userinput></screen>
    56 
    57     <para>In order for the tests added by this patch to pass, the permissions for
    58     the test file have to be changed:</para>
    59 
    60 <screen><userinput remap="pre">chmod +x tests/sort/sort-mb-tests</userinput></screen>
    6161
    6262    <note>
     
    6464      bugs to Coreutils maintainers, please check first if they are reproducible
    6565      without this patch.</para>
    66     </note>
     66    </note> -->
    6767
    6868    <para>Now prepare Coreutils for compilation:</para>
     
    149149        expand, expr, factor, false, fmt, fold, groups, head, hostid, hostname,
    150150        id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod,
    151         mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf,
     151        mktemp, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf,
    152152        ptx, pwd, readlink, rm, rmdir, seq, sha1sum, sha224sum, sha256sum,
    153153        sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stty, sum,
     
    608608      </varlistentry>
    609609
     610      <varlistentry id="mktemp">
     611        <term><command>mktemp</command></term>
     612        <listitem>
     613          <para>Creates temporary files in a secure manner; it is used in scripts</para>
     614        <indexterm zone="ch-system-coreutils mktemp">
     615          <primary sortas="b-mktemp">mktemp</primary>
     616        </indexterm>
     617       </listitem>
     618     </varlistentry>
     619
    610620      <varlistentry id="mv">
    611621        <term><command>mv</command></term>
Note: See TracChangeset for help on using the changeset viewer.