Matthew Burgess wrote:
Mario Fetka wrote:

i also had this problem.
after applying the fedora gawk patches the problem has gone
http://cvs.fedora.redhat.com/viewcvs/devel/gawk/


Thanks for the pointer. The dfa_cache patch solved the issue for me. Bernard, could you apply the following to gawk-3.1.4 and report your results please?

------------------------------------------------------------------------

--- gawk-3.1.4/dfa.c.dfacache   2004-11-09 14:42:53.594099744 +0100
+++ gawk-3.1.4/dfa.c    2004-11-09 14:45:38.661005760 +0100
@@ -2871,6 +2871,14 @@
   if (MB_CUR_MAX > 1)
<snip the relevant part of the patch>

This patch is relevant only in locales with multibyte character sets (i.e. with MB_CUR_MAX>1), thus it is a post-6.1 material (i.e. ignore this bug for 6.1). LFS-6.1 already contains the warning about such bugs, and UTF-8 support is not in LFS-6.1 roadmap.

I have verified that all locales listed on the Live CD boot screen help pages pass this test without the patch.

--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to