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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15677 in the body.
You can then email your comments to 15677 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-grep <at> gnu.org:
bug#15677; Package grep. (Mon, 21 Oct 2013 22:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jim Meyering <jim <at> meyering.net>:
New bug report received and forwarded. Copy sent to bug-grep <at> gnu.org. (Mon, 21 Oct 2013 22:26:02 GMT) Full text and rfc822 format available.

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)]

bug closed, send any further explanations to 15677 <at> debbugs.gnu.org and Jim Meyering <jim <at> meyering.net> Request was from Jim Meyering <jim <at> meyering.net> to control <at> debbugs.gnu.org. (Mon, 28 Oct 2013 00:22:04 GMT) Full text and rfc822 format available.

Added tag(s) notabug. Request was from Jim Meyering <jim <at> meyering.net> to control <at> debbugs.gnu.org. (Mon, 28 Oct 2013 01:49:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 25 Nov 2013 12:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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