GNU bug report logs -
#46691
tmux
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46691 in the body.
You can then email your comments to 46691 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#46691
; Package
guix
.
(Sun, 21 Feb 2021 17:33:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pink Gorilla <pinkgorillawb <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sun, 21 Feb 2021 17:33:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Trying to run tmux in a guix environment --container
brings me this error message:
tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#46691
; Package
guix
.
(Sun, 21 Feb 2021 22:48:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 46691 <at> debbugs.gnu.org (full text, mbox):
It works when I install: "glibc-utf8-locales" and start environment without -pure
with --preserve='^GUIX_LOCPATH$'
Information forwarded
to
bug-guix <at> gnu.org
:
bug#46691
; Package
guix
.
(Mon, 22 Feb 2021 08:12:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 46691 <at> debbugs.gnu.org (full text, mbox):
awb99 via web <issues.guix.gnu.org <at> elephly.net> skribis:
> It works when I install: "glibc-utf8-locales" and start environment without -pure
> with --preserve='^GUIX_LOCPATH$'
Yes. Alternatively, you could add ‘glibc-utf8-locales’ to your
container and set GUIX_LOCPATH accordingly, like so:
guix environment --container --ad-hoc glibc-utf8-locales tmux …
and then:
export GUIX_LOCPATH=$GUIX_ENVIRONMENT/lib/locale
Ludo’.
Reply sent
to
zimoun <zimon.toutoune <at> gmail.com>
:
You have taken responsibility.
(Fri, 26 Mar 2021 08:46:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pink Gorilla <pinkgorillawb <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 26 Mar 2021 08:46:04 GMT)
Full text and
rfc822 format available.
Message #16 received at 46691-done <at> debbugs.gnu.org (full text, mbox):
Hi,
On Sun, 21 Feb 2021 at 11:46, Pink Gorilla <pinkgorillawb <at> gmail.com> wrote:
> Trying to run tmux in a guix environment --container
> brings me this error message:
>
> tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968
It is not a bug and you can run
guix environment --container --ad-hoc glibc-utf8-locales tmux …
and then:
export GUIX_LOCPATH=$GUIX_ENVIRONMENT/lib/locale
or use the option --preserve.
Closing.
All the best,
simon
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 23 Apr 2021 11:24:13 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
Jim Dupont <jmikedupont2 <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 31 Oct 2024 16:18:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#46691
; Package
guix
.
(Thu, 31 Oct 2024 16:19:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 46691 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi all, since this is the #1 google hit on this query and I am not able to
resolve it myself, I am running guix on ubuntu and maybe that is the cause.
can someone please tell me succinctly how to work aound this problem?
Thank you, happy gnu!
mike
On Sun, Oct 27, 2024, 15:31 Jim Dupont <jmikedupont2 <at> gmail.com> wrote:
> Hello,
> This may not be a bug, but I am still confused as to how to fix, this.
>
> `guix environment --container --ad-hoc glibc-utf8-locales tmux`
> gives `guix environment: error: glibc-utf8-locales: unknown package`
>
> `guix install glibc-utf8-locales-2.29 tmux`
> and
> `guix environment --container --ad-hoc glibc-utf8-locales-2.29 tmux`
>
> give
> ```
> substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
> /gnu/store/sixsjzjqp0jp02i651sb8chkr82l1f84-profile.drv
> ...
> ```
>
> ```
> export GUIX_LOCPATH=$GUIX_ENVIRONMENT/lib/locale
> tmux
> ```
> gives
> `tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968`
>
> Let me know how to proceed please?
> Thanks,
> mike
>
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#46691
; Package
guix
.
(Thu, 31 Oct 2024 16:22:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 46691 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sending again after unarchiving.
Hi all, since this is the #1 google hit on this query and I am not able to
resolve it myself, I am running guix on ubuntu and maybe that is the cause.
can someone please tell me succinctly how to work aound this problem?
Thank you, happy gnu!
mike
Hide quoted text
On Sun, Oct 27, 2024, 15:31 Jim Dupont <jmikedupont2 <at> gmail.com> wrote:
Hello,
This may not be a bug, but I am still confused as to how to fix, this.
`guix environment --container --ad-hoc glibc-utf8-locales tmux`
gives `guix environment: error: glibc-utf8-locales: unknown package`
`guix install glibc-utf8-locales-2.29 tmux`
and
`guix environment --container --ad-hoc glibc-utf8-locales-2.29 tmux`
give
```
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
/gnu/store/sixsjzjqp0jp02i651sb8chkr82l1f84-profile.drv
...
```
```
export GUIX_LOCPATH=$GUIX_ENVIRONMENT/lib/locale
tmux
```
gives
`tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968`
Let me know how to proceed please?
Thanks,
mike
On Sun, Oct 27, 2024, 15:31 Jim Dupont <jmikedupont2 <at> gmail.com> wrote:
> Hello,
> This may not be a bug, but I am still confused as to how to fix, this.
>
> `guix environment --container --ad-hoc glibc-utf8-locales tmux`
> gives `guix environment: error: glibc-utf8-locales: unknown package`
>
> `guix install glibc-utf8-locales-2.29 tmux`
> and
> `guix environment --container --ad-hoc glibc-utf8-locales-2.29 tmux`
>
> give
> ```
> substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
> /gnu/store/sixsjzjqp0jp02i651sb8chkr82l1f84-profile.drv
> ...
> ```
>
> ```
> export GUIX_LOCPATH=$GUIX_ENVIRONMENT/lib/locale
> tmux
> ```
> gives
> `tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968`
>
> Let me know how to proceed please?
> Thanks,
> mike
>
>
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 29 Nov 2024 12:24:21 GMT)
Full text and
rfc822 format available.
This bug report was last modified 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.