From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#24192: Gajim fails with locale.Error Date: Tue, 9 Aug 2016 09:09:23 +0200 Message-ID: <20160809090923.113e66bf@scratchpost.org> References: <87d1licy1u.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX1Ar-0004Y3-Lj for bug-guix@gnu.org; Tue, 09 Aug 2016 03:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bX1Ao-00079G-Eu for bug-guix@gnu.org; Tue, 09 Aug 2016 03:10:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX1Ao-00079B-Bj for bug-guix@gnu.org; Tue, 09 Aug 2016 03:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bX1Ao-0000BT-5x for bug-guix@gnu.org; Tue, 09 Aug 2016 03:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87d1licy1u.fsf@systemreboot.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Arun Isaac Cc: 24192@debbugs.gnu.org > File "/gnu/store/6bk1n2g7i34b4yi0rdindk1f49wps5g6-gajim-0.16.5/share/gajim/src/common/i18n.py", line 54, in > locale.setlocale(locale.LC_ALL, '') > File "/gnu/store/vcx1n5nj4gr52xx5m6gvi7zrwngy06s3-python-2.7.11/lib/python2.7/locale.py", line 579, in setlocale > return _setlocale(category, locale) > locale.Error: unsupported locale setting > > I have set my locale in my operating system configuration as shown in > the example configuration in the manual. Is there anything else to be > done that I am missing? >Could this be a bug in the gajim package? I don't think so. It's probably glibc configuration. Try $ locale -a to get a list of supported locales. Which locale is it?