https://bugs.kde.org/show_bug.cgi?id=487356
--- Comment #7 from Volker Krause ---
flex says it's version 2.6.4 here, no idea whether it contains additional
changes on top though (this is openSUSE Tumbleweed, same as the KDE CI is using
for Linux).
--
You are receiving this mail because:
You are
https://bugs.kde.org/show_bug.cgi?id=487356
--- Comment #6 from Fridtjof ---
I just tried this with a build of latest flex off git
(https://github.com/westes/flex/tree/05909f20c58fbce8859e711b697ca996fccf0711)
and that also works regardless of LANG and LC_CTYPE (tested with LANG=,
LANG=de_DE.UTF-
https://bugs.kde.org/show_bug.cgi?id=487356
--- Comment #5 from Volker Krause ---
(In reply to Fridtjof from comment #4)
> By now, this feels more like a vanilla flex on macOS bug? It's unfortunately
> incredibly annoying to compare Apple's downstream source code to upstream
> flex because they c
https://bugs.kde.org/show_bug.cgi?id=487356
--- Comment #4 from Fridtjof ---
No idea. If I don't specify LANG=C, LC_CTYPE stays empty/unset.
Flex fails with anything but LANG=C, though - so LANG=de_DE.UTF-8 for example
breaks, as does LANG=en_US.UTF-8. In those cases, LC_CTYPE stays untouched as
https://bugs.kde.org/show_bug.cgi?id=487356
--- Comment #3 from Volker Krause ---
(In reply to Fridtjof from comment #2)
> Craft (or something along the way) additionally sets LC_CTYPE=UTF-8, which
> is normally unset!
I don't have access to macOS, so there are limits to what I can do here
unfor
https://bugs.kde.org/show_bug.cgi?id=487356
--- Comment #2 from Fridtjof ---
Aha. I dumped all env vars with printenv(1) using a small shell wrapper.
Craft (or something along the way) additionally sets LC_CTYPE=UTF-8, which is
normally unset!
--
You are receiving this mail because:
You are wa
https://bugs.kde.org/show_bug.cgi?id=487356
--- Comment #1 from Fridtjof ---
Huh. I just wanted to add Craft-flex's debug output as another attachment. To
keep it english, I set LANG=C (instead of LANG=de_DE.UTF-8 which is the default
on my machine) and... it worked!
So what's weird is that Craf