GNU bug report logs - #39325
Problem with locales

Previous Next

Package: guix;

Reported by: Damien Cassou <damien <at> cassou.me>

Date: Tue, 28 Jan 2020 08:58:01 UTC

Severity: normal

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39325 in the body.
You can then email your comments to 39325 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#39325; Package guix. (Tue, 28 Jan 2020 08:58:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Damien Cassou <damien <at> cassou.me>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 28 Jan 2020 08:58:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Damien Cassou <damien <at> cassou.me>
To: bug-guix <at> gnu.org
Subject: Problem with locales
Date: Tue, 28 Jan 2020 09:57:42 +0100
Hi,

I installed Guix using guix-install.sh on Fedora. Whatever I try, I
always get warnings about locales:

$ guix package --install glibc-locales
The following package will be upgraded:
   glibc-locales	2.29 → 2.29	/gnu/store/03nvilh2x4z07dxv7h13gh986vvgpnsf-glibc-locales-2.29

substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
nothing to be done

$ guix describe
Generation 1    Jan 27 2020 21:46:02    (current)
  guix 4fc4e5f
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 4fc4e5fdd9da6320aa94eeec61cbb84a7dc9460e

Best,

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill




Information forwarded to bug-guix <at> gnu.org:
bug#39325; Package guix. (Tue, 28 Jan 2020 10:55:01 GMT) Full text and rfc822 format available.

Message #8 received at 39325 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Damien Cassou <damien <at> cassou.me>
Cc: 39325 <at> debbugs.gnu.org
Subject: Re: bug#39325: Problem with locales
Date: Tue, 28 Jan 2020 11:54:28 +0100
Hi,

Damien Cassou <damien <at> cassou.me> skribis:

> I installed Guix using guix-install.sh on Fedora. Whatever I try, I
> always get warnings about locales:
>
> $ guix package --install glibc-locales
> The following package will be upgraded:
>    glibc-locales	2.29 → 2.29	/gnu/store/03nvilh2x4z07dxv7h13gh986vvgpnsf-glibc-locales-2.29
>
> substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
> substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
> nothing to be done

The warning comes from ‘guix substitute’, which is started by the
daemon.

Could you (1) make sure your /etc/systemd/system/guix-daemon.service
sets the right locale as done in
<https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-daemon.service.in>,
and (2) run “guix pull && guix install glibc-locales <at> 2.29” as root and
restart the service?

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#39325; Package guix. (Wed, 29 Jan 2020 08:34:01 GMT) Full text and rfc822 format available.

Message #11 received at 39325 <at> debbugs.gnu.org (full text, mbox):

From: Damien Cassou <damien <at> cassou.me>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 39325 <at> debbugs.gnu.org
Subject: Re: bug#39325: Problem with locales
Date: Wed, 29 Jan 2020 09:33:44 +0100
Ludovic Courtès <ludo <at> gnu.org> writes:
> The warning comes from ‘guix substitute’, which is started by the
> daemon.
>
> Could you (1) make sure your /etc/systemd/system/guix-daemon.service
> sets the right locale as done in
> <https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-daemon.service.in>,
> and (2) run “guix pull && guix install glibc-locales <at> 2.29” as root and
> restart the service?


Thank you, this fixed my problem.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill




Reply sent to zimoun <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Wed, 29 Jan 2020 14:27:02 GMT) Full text and rfc822 format available.

Notification sent to Damien Cassou <damien <at> cassou.me>:
bug acknowledged by developer. (Wed, 29 Jan 2020 14:27:02 GMT) Full text and rfc822 format available.

Message #16 received at 39325-done <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Damien Cassou <damien <at> cassou.me>
Cc: 39325-done <at> debbugs.gnu.org
Subject: Re: bug#39325: Problem with locales
Date: Wed, 29 Jan 2020 15:25:55 +0100
Hi Damien,

On Wed, 29 Jan 2020 at 09:35, Damien Cassou <damien <at> cassou.me> wrote:

> Thank you, this fixed my problem.

So, I am closing this bug.

All the best,
simon




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 Feb 2020 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.