mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Add patch to fix the sparse-fiemap test failure in Coreutils-8.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
67e8a9b074
commit
2e12af5f1d
@ -39,6 +39,11 @@
|
||||
<listitem>
|
||||
<para>2011-03-14</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Add patch to fix the sparse-fiemap test failure in
|
||||
Coreutils-8.10. Thanks to Tadeus (Eus) Prastowo for the report and
|
||||
patch.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Add latest upstream patches for Readline-6.2.</para>
|
||||
</listitem>
|
||||
|
@ -221,6 +221,9 @@
|
||||
<listitem>
|
||||
<para>bash-&bash-version;-fixes-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>coreutils-&coreutils-version;-sparse_fiemap-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>readline-&readline-version;-fixes-1.patch</para>
|
||||
</listitem>
|
||||
|
@ -42,6 +42,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Sparse-Fiemap Test Fix Patch - <token>&coreutils-sparse_fiemap-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&coreutils-sparse_fiemap-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&coreutils-sparse_fiemap-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -62,6 +62,10 @@ esac</userinput></screen>
|
||||
without this patch.</para>
|
||||
</note>
|
||||
|
||||
<para>Apply a patch to fix a known issue with the test suite:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-sparse_fiemap-patch;</userinput></screen>
|
||||
|
||||
<para>Now prepare Coreutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -16,6 +16,10 @@
|
||||
<!ENTITY coreutils-i18n-patch-md5 "28895e1112835ca04119158d1883a6d5">
|
||||
<!ENTITY coreutils-i18n-patch-size "120 KB">
|
||||
|
||||
<!ENTITY coreutils-sparse_fiemap-patch "coreutils-&coreutils-version;-sparse_fiemap-1.patch">
|
||||
<!ENTITY coreutils-sparse_fiemap-patch-md5 "3fa59f8eb59712a80a3302ef5d9ab197">
|
||||
<!ENTITY coreutils-sparse_fiemap-patch-size "4.5 KB">
|
||||
|
||||
<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
|
||||
<!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54">
|
||||
<!ENTITY coreutils-uname-patch-size "1.6 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user