Re: Environment variables "LANG*" and "LC_*"

Dr Rainer Woitok <[email protected]> Wed, 13 May 2026 11:01:53 +0200
Newsgroups gmane.linux.gentoo.user
Message-ID <[email protected]>
Philipp,

On Wednesday, 2026-05-13 07:40:24 +0200, you wrote:

> ...
> As far as I believe, there are some build processes that explicitly run 
> under
> en_US.utf8 for a variety of reasons.

Is this documented somewhere, in particular the variety of reasons?   As
I mentioned in my original mail this warning appeared for the first time
after upgrading to  "sys-apps/locale-gen-3.10" and "sys-libs/glibc-2.42-
r5".

> Do you have this locale enabled in your /etc/locale.gen file?

No.  Up to now I didn't see any need for enabling it:

   $ grep -v '^#' /etc/locale.gen

   de_DE            # German (Germany)
   en_GB            # British English (United Kingdom)

   $ env | grep '^LANG|^LC_'
   LANG=en_GB.UTF-8
   LC_COLLATE=C
   $

Sincerely,
  Rainer