Ken Moffat wrote: > On 10 March 2010 20:36, Bruce Dubbs <[email protected]> wrote: >> Ken Moffat wrote: >>> On 10 March 2010 19:37, Bruce Dubbs <[email protected]> wrote: >>>> I downloaded grep_2.5.4-4.diff.gz and it applied without fuzz. Â All tests >>>> passed for me on both LFS-6.5 on a 64-bit system and an older 32-bit >>>> system. >>>> >>>> Â -- Bruce >>>> >>>  Sorry to be pedantic, but did you apply the patches from >>> debian/patches/ (as with all debian, they create patches >>> here and then apply them) ? >> No.  http://packages.debian.org/sid/grep which points to >> http://ftp.de.debian.org/debian/pool/main/g/grep/grep_2.5.4-4.diff.gz >> >>  -- Bruce >> -- > If you just applied that, then everything remains in the > debian/ directory and isn't applied to src/,
Yes, you are right. If I do: for i in debian/patches/*patch; do patch -Np1 -i $i; done ./configure --prefix=/usr --bindir=/bin --without-included-regex make make check I get the two failures as before. :( If I only apply debian/patches/64-egf-speedup.patch, I get the two failures and 10 others. Maybe we should just pull the patch out of the book until we get a new patch that passes everything. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
