GNU bug report logs - #15677
really eliminating the wcscoll dependency

Previous Next

Package: grep;

Reported by: Jim Meyering <jim <at> meyering.net>

Date: Mon, 21 Oct 2013 22:26:01 UTC

Severity: normal

Tags: notabug

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: bug-grep <at> gnu.org
Subject: really eliminating the wcscoll dependency
Date: Mon, 21 Oct 2013 15:24:53 -0700
[Message part 1 (text/plain, inline)]
Due to my recent discovery of the problem with wcscoll in the
ru_RU.KOI8-R locale, I found that the gnulib regex module still
depended on the wcscoll module, even though it had been fixed not to
use the wcscoll function.  I fixed that (I thought) in gnulib.  Then I
removed a no-longer-needed explicit dependency in grep on the wcscoll
module.  Surprise!  That latter change broke several grep tests.
Tracking it down, I found that there was one more remaining dependency
from gnulib's regex module on wcscoll: via a use of HAVE_WCSCOLL,
which was no longer defined, once I'd removed the module dependency.

Bottom line: I removed that now-stale use of HAVE_WCSCOLL from
gnulib's regex_internal.h, and then, (with an update-to-latest gnulib)
removing the explicit module dependency from grep goes without a
hitch.
[k.txt (text/plain, attachment)]

This bug report was last modified 11 years and 267 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.