| Summary: | [PATCH] FreeBSD does not know about ca_ES locale | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Joan Picanyol i Puig <joan-dev> | ||||||
| Component: | conf | Assignee: | Andrey A. Chernov <ache> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 4.7-STABLE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-bugs->ache Over to locale guru. State Changed From-To: open->patched Committed into -current This was fixed and MFCed long time ago. I think this PR can be closed Best Regards -- Rionda aka Matteo Riondato Disinformato per default G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) On Wed, 30 Mar 2005, 19:37+0200, Matteo Riondato wrote:
> This was fixed and MFCed long time ago.
> I think this PR can be closed
Where was it MFC'ed to?
--
Maxim Konovalov
On Wed, Mar 30, 2005 at 09:48:36PM +0400, Maxim Konovalov wrote: > On Wed, 30 Mar 2005, 19:37+0200, Matteo Riondato wrote: > > > This was fixed and MFCed long time ago. > > I think this PR can be closed > > Where was it MFC'ed to? Surely on RELENG_5 I just checked on RELENG_4 and it wasn't there :( -- Rionda aka Matteo Riondato Disinformato per default G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) State Changed From-To: patched->closed This was fixed long ago |
FreeBSD does not know about ca_ES locale: does not include sources for it in share/ and does not install it. While many software packages still install their .mo translations, some barf on LANG=ca_ES.ISO_8859-15. Most annoying symptom is perl complaining about a non-existent locale whenever a perl script is run. Fix: Apply the patch and untar the attached file. How-To-Repeat: grummit:~$ perl -e perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "ca_ES.IS0_8859-15" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").