Fabian Meumertzheim

Results 1688 comments of Fabian Meumertzheim

Could you share the output of `bazel info character-encoding` and `locale -a`?

> `sun.jnu.encoding = ANSI_X3.4-1968` This is the problem. Bazel tries to set this to `en_US.ISO-8859-1` if available, but otherwise shouldn't touch it. Since your default locale is determined by `C.UTF-8`,...

https://github.com/bazelbuild/bazel/pull/26261 reproduces the error.

> ``` > $ locale charmap > locale: Cannot set LC_CTYPE to default locale: No such file or directory > locale: Cannot set LC_MESSAGES to default locale: No such file...

@tjgq What do you think of showing a warning when the configured locale is ASCII only? @hanwen-flow That looks good and should avoid these errors. I would recommend unsetting all...

Yeah, I'm all for treating this exactly like Go itself does, I just don't know how it's wired up exactly. Happy to review a change that goes beyond skipping.

The change looks good, but is toolchains_llvm set up to do anything with an `.exe`? I've never used LLVM on Windows, but isn't that an installer?

If https://github.com/bazelbuild/bazel/commit/759fe7d7f3fdf142490e970457f72180f4d1b59a turns out to be the culprit, I'll never consider any change safe for cherry-picking anymore :-D