Bug 88956
| Summary: | perl-5.8.0-88 regex handling breaks autorpm with UTF-8 locale | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Gilles Detillieux <grdetil> |
| Component: | perl | Assignee: | Chip Turner <cturner> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:52:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gilles Detillieux
2003-04-15 17:58:35 UTC
Sorry, I meant bug #82652. *** This bug has been marked as a duplicate of 82652 *** I may have spoken too soon. The suggested workaround,
exec 'env', 'LANG=C', $0, @ARGV unless $ENV{"LANG"} eq "C";
works as long as LANG is set. If you put it in a script that may be run
from cron, like autorpm is, or anywhere else where LANG is not set, then
you'll get an error instead. E.g.:
Use of uninitialized value in string eq at /usr/sbin/autorpm line 25.
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |