Author: jim Date: 2005-03-19 22:03:36 -0700 (Sat, 19 Mar 2005) New Revision: 4789
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml branches/multi-arch/BOOK/chapter03/patches.xml branches/multi-arch/BOOK/chapter06/tar.xml Log: Fixed: tar -S issue Modified: branches/multi-arch/BOOK/chapter01/changelog.xml =================================================================== --- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-20 04:58:47 UTC (rev 4788) +++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-20 05:03:36 UTC (rev 4789) @@ -88,6 +88,7 @@ <listitem><para>Updated: Arch: x86, PPC, Alpha - Linux to 2.6.11.5.</para></listitem> <listitem><para>Updated: Arch: All - Made the bootloader FHS symlink generic to all bootloaders.</para></listitem> <listitem><para>Updated: Arch: All - Udev to 056.</para></listitem> +<listitem><para>Patch: Arch: All - Tar -S fail with files over 4 GB.</para></listitem> </itemizedlist> </listitem> </itemizedlist> Modified: branches/multi-arch/BOOK/chapter03/patches.xml =================================================================== --- branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-20 04:58:47 UTC (rev 4788) +++ branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-20 05:03:36 UTC (rev 4789) @@ -170,6 +170,13 @@ </varlistentry> <varlistentry> +<term>Tar Sparse Fix Patch - 1 KB:</term> +<listitem> +<para><ulink url="&patches-root;tar-&tar-version;-sparse_fix-1.patch"/></para> +</listitem> +</varlistentry> + +<varlistentry> <term>Util-linux Cramfs Patch - 2kb:</term> <listitem> <para><ulink url="&patches-root;util-linux/util-linux-&util-linux-version;-cramfs-1.patch"/></para> </listitem> Modified: branches/multi-arch/BOOK/chapter06/tar.xml =================================================================== --- branches/multi-arch/BOOK/chapter06/tar.xml 2005-03-20 04:58:47 UTC (rev 4788) +++ branches/multi-arch/BOOK/chapter06/tar.xml 2005-03-20 05:03:36 UTC (rev 4789) @@ -28,6 +28,11 @@ <sect2 role="installation"> <title>Installation of Tar</title> +<para>Tar has bug when the -S option is used with files over +4 GB. The following patch properly fixes that issue</para> + +<screen><userinput>patch -Np1 -i ../tar-&tar-version;-sparse_fix-1.patch</userinput></screen> + <para>Prepare Tar for compilation:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
