From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: bug#24192: Gajim fails with locale.Error Date: Tue, 09 Aug 2016 10:56:53 +0530 Message-ID: <87d1licy1u.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWzb9-0005Mj-M3 for bug-guix@gnu.org; Tue, 09 Aug 2016 01:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWzb4-0005cT-Kv for bug-guix@gnu.org; Tue, 09 Aug 2016 01:29:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWzb4-0005cK-HR for bug-guix@gnu.org; Tue, 09 Aug 2016 01:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bWzb4-0006Hz-Dh for bug-guix@gnu.org; Tue, 09 Aug 2016 01:29:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWzZv-0004LC-8h for bug-guix@gnu.org; Tue, 09 Aug 2016 01:27:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWzZq-0005Ry-7t for bug-guix@gnu.org; Tue, 09 Aug 2016 01:27:50 -0400 Received: from [117.218.232.8] (port=43604 helo=hrrol) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWzZp-0005Ro-AU for bug-guix@gnu.org; Tue, 09 Aug 2016 01:27:46 -0400 Received: from [59.94.73.42] (helo=steel) by hrrol with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1bWzZA-0002Qx-TG for bug-guix@gnu.org; Tue, 09 Aug 2016 10:57:05 +0530 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: 24192@debbugs.gnu.org --=-=-= Content-Type: text/plain I installed gajim with `guix package -i gajim`. When I try to run it, it fails with the following error message: /gnu/store/ykzwykkvr2c80rw4l1qh3mvfdkl7jibi-bash-4.3.42/bin/sh: hg: command not found Traceback (most recent call last): File "gajim.py", line 131, in logging_helpers.init(sys.stderr.isatty()) File "/gnu/store/6bk1n2g7i34b4yi0rdindk1f49wps5g6-gajim-0.16.5/share/gajim/src/common/demandimport.py", line 86, in __getattribute__ self._load() File "/gnu/store/6bk1n2g7i34b4yi0rdindk1f49wps5g6-gajim-0.16.5/share/gajim/src/common/demandimport.py", line 58, in _load mod = _origimport(head, globals, locals) File "/gnu/store/6bk1n2g7i34b4yi0rdindk1f49wps5g6-gajim-0.16.5/share/gajim/src/common/logging_helpers.py", line 22, in import i18n File "/gnu/store/6bk1n2g7i34b4yi0rdindk1f49wps5g6-gajim-0.16.5/share/gajim/src/common/demandimport.py", line 95, in _demandimport return _import(name, globals, locals, fromlist, level) 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? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXqWmdAAoJEC4l7othgCuzk9YIAJrwaq5tP3kP2EVzxtn8QBTI Dx17j3SmTILfPfp0lLslseNBpybImDs3iy4AJeX6mvm4ktsAXE2dxCdwF58P+EZD A0wgEc/adkt1tWqariHdYJyYP5d1d6FhGNEnB15hnUIUFsgFgmZodEN+UjTUs3Qt jqFWg07olFIxO7n5xSupJMRoJd7qI3NnsJL6E2dUvMTPAR5CCbfyF5jQg2Cmk+/7 yKcSPx1/FynCLEmC27iTBqoPHdUdPyeJXB77+N6/4qBbJpd4RUicALYjjo+2rx6K H/LPy/bWiXz90a5Dj0vtdOblHKyrPMGwj0NziIIllYBg416nQ4sP4CJTnLaLec4= =kZqR -----END PGP SIGNATURE----- --=-=-=--