public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] trouble with locale and ca-certificates
@ 2011-09-02 12:19 Allan Gottlieb
  2011-09-02 16:42 ` Hans Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Allan Gottlieb @ 2011-09-02 12:19 UTC (permalink / raw
  To: gentoo-user

On one machine an emerge of ca-certificates complains that my locale is
bad (details below).  In particular it asserts that filesystem encoding
is ANSI_X3.4-1968.

I followed the localization guide; now my locale seems right (although
filesystem encoding is not mentioned).

allan env.d # locale; locale -a
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
C
en_US
en_US.iso88591
en_US.utf8
POSIX
allan env.d # 

Nonetheless I still get the complaints with ca-certificates.
Any help would be appreciated.
thanks,
allan


 * Messages for package app-misc/ca-certificates-20110502-r1:

 * Package:    app-misc/ca-certificates-20110502-r1
 * Repository: gentoo
 * Maintainer: base-system@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
 * Package:    app-misc/ca-certificates-20110502-r1
 * Repository: gentoo
 * Maintainer: base-system@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
 * This package installs one or more file names containing characters that
 * do not match your current locale settings. The current setting for
 * filesystem encoding is 'ANSI_X3.4-1968'.
 * 
 * 	usr/share/ca-certificates/mozilla/AC_Ra\ufffd\ufffdz_Certic\ufffd\ufffdmara_S.A..crt
 * 	usr/share/ca-certificates/mozilla/EBG_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd.crt
 * 	usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.crt
 * 	usr/share/ca-certificates/mozilla/T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.crt
 * 
 * For best results, UTF-8 encoding is recommended. See the Gentoo Linux
 * Localization Guide for instructions about how to configure your locale
 * for UTF-8 encoding:
 * 
 * 	http://www.gentoo.org/doc/en/guide-localization.xml



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] trouble with locale and ca-certificates
  2011-09-02 12:19 [gentoo-user] trouble with locale and ca-certificates Allan Gottlieb
@ 2011-09-02 16:42 ` Hans Müller
  2011-09-02 17:00   ` Allan Gottlieb
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Müller @ 2011-09-02 16:42 UTC (permalink / raw
  To: gentoo-user

Am Freitag, 2. September 2011, 08:19:59 schrieb Allan Gottlieb:
> On one machine an emerge of ca-certificates complains that my locale is
> bad (details below).  In particular it asserts that filesystem encoding
> is ANSI_X3.4-1968.
> 
> I followed the localization guide; now my locale seems right (although
> filesystem encoding is not mentioned).
> 
> allan env.d # locale; locale -a
> LANG=en_US.UTF-8
> LC_CTYPE="en_US.UTF-8"
> LC_NUMERIC="en_US.UTF-8"
> LC_TIME="en_US.UTF-8"
> LC_COLLATE="en_US.UTF-8"
> LC_MONETARY="en_US.UTF-8"
> LC_MESSAGES="en_US.UTF-8"
> LC_PAPER="en_US.UTF-8"
> LC_NAME="en_US.UTF-8"
> LC_ADDRESS="en_US.UTF-8"
> LC_TELEPHONE="en_US.UTF-8"
> LC_MEASUREMENT="en_US.UTF-8"
> LC_IDENTIFICATION="en_US.UTF-8"
> LC_ALL=
> C
> en_US
> en_US.iso88591
> en_US.utf8
> POSIX
> allan env.d #
> 
> Nonetheless I still get the complaints with ca-certificates.
> Any help would be appreciated.
> thanks,
> allan

Hi,

did you try to set LC_CTYPE (and perhaps the others also) to 'en_US.utf8'?

Regards




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] trouble with locale and ca-certificates
  2011-09-02 16:42 ` Hans Müller
@ 2011-09-02 17:00   ` Allan Gottlieb
  0 siblings, 0 replies; 3+ messages in thread
From: Allan Gottlieb @ 2011-09-02 17:00 UTC (permalink / raw
  To: gentoo-user

On Fri, Sep 02 2011, Hans Müller wrote:
>
> Hi,
>
> did you try to set LC_CTYPE (and perhaps the others also) to 'en_US.utf8'?
>
> Regards

Bingo!  Funny that the value recommended in the gentoo localization
guide is (for german)

    LANG="de_DE.UTF-8"
    LC_COLLATE="C"

which I why I used UTF-8.

Thank you very much!
allan



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-02 17:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 12:19 [gentoo-user] trouble with locale and ca-certificates Allan Gottlieb
2011-09-02 16:42 ` Hans Müller
2011-09-02 17:00   ` Allan Gottlieb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox