Summary: | devel/arm-none-eabi-gcc / devel/aarch64-none-elf-gcc: Fails to build unless LANG=C and LC_ALL=C | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | tech-lists |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed Not A Bug | ||
Severity: | Affects Some People | CC: | tech-lists, tijl |
Priority: | --- | Keywords: | needs-patch, needs-qa |
Version: | Latest | Flags: | koobs:
maintainer-feedback+
koobs: merge-quarterly? |
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215882 |
Description
tech-lists
2018-03-15 17:47:55 UTC
temporary workaround is to do this: set LANG=C export LANG set LC_ALL=C export LC_ALL please see bug 215882 for more information also affects devel/aarch64-none-elf-gcc Maintainer reset. I am not the ports committer anymore and eabi was never on the list of port I supported. being dependent on xtoolchain port does not make me the ports maintainer. Chances are this has been fixed since anyway. ^Triage: - (Ex) maintainer *feedback* (not approval) was provided -> + - Affects some people: Appears to be scoped to users without pfilter support This is not a bug I'm afraid. USE_LOCALE is for port Makefiles, not for /etc/make.conf. Ports need to be built with the C locale (unless the port Makefile says otherwise). If I remember correctly, the gcc source code has a script somewhere that gives different output depending on LC_COLLATE and UTF-8 has different collation rules than the C locale. |