Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

brew.sh no picking up correct locale #568

@russel

Description

@russel

The brew.sh script appears to ignore the locale information (en_GB.UTF-8 in this case), and impose
en_US.UTF-8, which doesn't exist on my machines.

  • Ran brew update and retried your prior step?
|> brew update
/home/users/russel/.linuxbrew/Homebrew/Library/Homebrew/brew.sh: line 4: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
Already up-to-date.
  • Ran brew config and brew doctor and included their output with your issue?
|> brew config
/home/users/russel/.linuxbrew/Homebrew/Library/Homebrew/brew.sh: line 4: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
HOMEBREW_VERSION: 1.4.3
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: c85a991d105d19b55216f85e5f82b1eae2766e3b
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 4a99b6f085952d2fede3e282f27d4e75b51244bf
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /home/users/russel/.linuxbrew
HOMEBREW_REPOSITORY: /home/users/russel/.linuxbrew/Homebrew
HOMEBREW_CELLAR: /home/users/russel/.linuxbrew/Cellar
HOMEBREW_CACHE: /home/users/russel/.cache/Homebrew
HOMEBREW_CELLAR: /home/users/russel/.linuxbrew/Cellar
HOMEBREW_NO_ANALYTICS_THIS_RUN: 1
HOMEBREW_PREFIX: /home/users/russel/.linuxbrew
HOMEBREW_REPOSITORY: /home/users/russel/.linuxbrew/Homebrew
HOMEBREW_VISUAL: emacsclient --create-frame --alternate-editor emacs
CPU: octa-core 64-bit penryn
Homebrew Ruby: 2.3.6 => /usr/bin/ruby2.3
Clang: 4.0 build 
Git: 2.15.1 => /usr/bin/git
Curl: 7.57.0 => /home/users/russel/.linuxbrew/opt/curl/bin/curl
Perl: /usr/bin/perl
Python: /home/users/russel/.linuxbrew/opt/python/libexec/bin/python => /home/users/russel/.linuxbrew/Cellar/python/2.7.14_3/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby2.3
Java: openjdk version "9.0.1.3"
Kernel: Linux 4.14.0-3-amd64 x86_64 GNU/Linux
OS: Debian GNU/Linux unstable (sid) (sid)
Host glibc: 2.26
/usr/bin/gcc: 7.2.0
glibc: N/A
gcc: N/A
xorg: N/A
|> locale
LANG=en_GB.UTF-8
LANGUAGE=en_GB:en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=en_GB.UTF-8

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions