unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* 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; 4+ 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] 4+ messages in thread

* bug#46691: tmux
  2021-02-21 16:46 bug#46691: tmux 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; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

* bug#46691: tmux
  2021-02-21 16:46 bug#46691: tmux Pink Gorilla
  2021-02-21 22:46 ` awb99 via web
@ 2021-03-26  8:38 ` zimoun
  1 sibling, 0 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2021-03-26  8:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21 16:46 bug#46691: tmux 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).