Your message dated Wed, 20 Feb 2008 15:51:56 +0100 with message-id <20080220145156.GC32677@artemis.madism.org> and subject line Re: Bug#466702: locales: Cannot correctly set locale after update to 2.7-8 has caused the Debian Bug report #466702, regarding locales: Cannot correctly set locale after update to 2.7-8 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 466702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466702 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: locales: Cannot correctly set locale after update to 2.7-8
- From: "Krishnamurti L. L. V. Nunes" <krishna@colivre.coop.br>
- Date: Wed, 20 Feb 2008 11:13:42 -0300
- Message-id: <20080220141342.23025.51882.reportbug@marx>
Package: locales Version: 2.7-8 Severity: important After upgrade to version 2.7-8 most of my software does not show the selected language because locales does not keep the selected language, as shown bellow: $ locale -a C POSIX en_US en_US.iso88591 en_US.utf8 pt_BR pt_BR.iso88591 pt_BR.utf8 Content of /etc/environment : LANGUAGE="pt_BR.UTF-8:pt_BR:pt:pt_PT" LANG=pt_BR.UTF-8 But locale is set as: $ locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= Running dpkg-reconfigure locales does not change that. I'm not able to set locale to anything but POSIX. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages locales depends on: ii debconf [debconf-2.0] 1.5.19 Debian configuration management sy ii libc6 [glibc-2.7-1] 2.7-8 GNU C Library: Shared libraries locales recommends no packages. -- debconf information: * locales/default_environment_locale: pt_BR.UTF-8 * locales/locales_to_be_generated: en_US ISO-8859-1, en_US.UTF-8 UTF-8, pt_BR ISO-8859-1, pt_BR.UTF-8 UTF-8
--- End Message ---
--- Begin Message ---
- To: "Krishnamurti L. L. V. Nunes" <krishna@colivre.coop.br>, 466702-done@bugs.debian.org
- Cc: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: Re: Bug#466702: locales: Cannot correctly set locale after update to 2.7-8
- From: Pierre Habouzit <madcoder@debian.org>
- Date: Wed, 20 Feb 2008 15:51:56 +0100
- Message-id: <20080220145156.GC32677@artemis.madism.org>
- In-reply-to: <20080220141342.23025.51882.reportbug@marx>
- References: <20080220141342.23025.51882.reportbug@marx>
On Wed, Feb 20, 2008 at 02:13:42PM +0000, Krishnamurti L. L. V. Nunes wrote: > Package: locales > Version: 2.7-8 > Severity: important > > > > After upgrade to version 2.7-8 most of my software does not show > the selected language because locales does not keep the selected > language, as shown bellow: > > $ locale -a > C > POSIX > en_US > en_US.iso88591 > en_US.utf8 > pt_BR > pt_BR.iso88591 > pt_BR.utf8 > > > Content of /etc/environment : > LANGUAGE="pt_BR.UTF-8:pt_BR:pt:pt_PT" > LANG=pt_BR.UTF-8 are you sure /etc/environment is sourced by your shell ? dpkg-reconfigure won't source it again for you. The fact that for you LANG is empty means that /etc/environment is not sourced, which is a problem of your shell, not the libc. If you're under X, you need to logout, if under a linux console either to run source /etc/environment or logout/login again. FWIW it works here properly, and I see no reason why it shouldn't. Please reopen the bug if needed. -- ·O· Pierre Habouzit ··O madcoder@debian.org OOO http://www.madism.orgAttachment: pgpPBJQZVKoSk.pgp
Description: PGP signature
--- End Message ---