* bug#46691: tmux
@ 2021-02-21 16:46 Pink Gorilla
2021-02-21 22:46 ` awb99 via web
2021-03-26 8:38 ` zimoun
0 siblings, 2 replies; 6+ messages in thread
From: Pink Gorilla @ 2021-02-21 16:46 UTC (permalink / raw)
To: 46691
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 206 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46691: tmux
2021-02-21 16:46 Pink Gorilla
@ 2021-02-21 22:46 ` awb99 via web
2021-02-22 8:11 ` Ludovic Courtès
2021-03-26 8:38 ` zimoun
1 sibling, 1 reply; 6+ messages in thread
From: awb99 via web @ 2021-02-21 22:46 UTC (permalink / raw)
To: 46691
It works when I install: "glibc-utf8-locales" and start environment without -pure
with --preserve='^GUIX_LOCPATH$'
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46691: tmux
2021-02-21 22:46 ` awb99 via web
@ 2021-02-22 8:11 ` Ludovic Courtès
0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2021-02-22 8:11 UTC (permalink / raw)
To: 46691; +Cc: Pink Gorilla
awb99 via web <issues.guix.gnu.org@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’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46691: tmux
2021-02-21 16:46 Pink Gorilla
2021-02-21 22:46 ` awb99 via web
@ 2021-03-26 8:38 ` zimoun
1 sibling, 0 replies; 6+ messages in thread
From: zimoun @ 2021-03-26 8:38 UTC (permalink / raw)
To: Pink Gorilla; +Cc: 46691-done
Hi,
On Sun, 21 Feb 2021 at 11:46, Pink Gorilla <pinkgorillawb@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
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46691: tmux
[not found] <CAAaxPMsxS5AKh5Usjeth9Cptfixc9a6bWkMFHxyApndaD7EQcA@mail.gmail.com>
@ 2024-10-31 16:17 ` Jim Dupont
2024-10-31 16:19 ` Jim Dupont
1 sibling, 0 replies; 6+ messages in thread
From: Jim Dupont @ 2024-10-31 16:17 UTC (permalink / raw)
To: 46691
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
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@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
>
>
[-- Attachment #2: Type: text/html, Size: 2034 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46691: tmux
[not found] <CAAaxPMsxS5AKh5Usjeth9Cptfixc9a6bWkMFHxyApndaD7EQcA@mail.gmail.com>
2024-10-31 16:17 ` bug#46691: tmux Jim Dupont
@ 2024-10-31 16:19 ` Jim Dupont
1 sibling, 0 replies; 6+ messages in thread
From: Jim Dupont @ 2024-10-31 16:19 UTC (permalink / raw)
To: 46691
[-- Attachment #1: Type: text/plain, Size: 1818 bytes --]
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@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@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
>
>
[-- Attachment #2: Type: text/html, Size: 4239 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-31 16:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAAaxPMsxS5AKh5Usjeth9Cptfixc9a6bWkMFHxyApndaD7EQcA@mail.gmail.com>
2024-10-31 16:17 ` bug#46691: tmux Jim Dupont
2024-10-31 16:19 ` Jim Dupont
2021-02-21 16:46 Pink Gorilla
2021-02-21 22:46 ` awb99 via web
2021-02-22 8:11 ` Ludovic Courtès
2021-03-26 8:38 ` zimoun
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).