summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/sdkmingw/files
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2024-10-02 16:54:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-30 16:03:52 +0000
commit87c22abb1f11be430caf4372e6b833dc7d77564e (patch)
treeebce2930fe9f40c0e82b6b955a82eefc227273ef /lib/oeqa/sdkmingw/files
parentf6b38ce3c90e1600d41c2ebb41e152936a0357d7 (diff)
downloadmeta-mingw-kirkstone.tar.gz
Glib likes to try and determine the local name using the Windows GetConsoleOutputCP(), which doesn't work well running under wine in our test cases (it seems to be linked to stdin not being a terminal). This results in the error message: GLib-WARNING (recursed) **: Failed to determine console output code page: Invalid access.. Falling back to UTF-8 and then Glib falls back to the locale "UTF-8", which is invalid and the program will likely crash. In particular, pkg-config seems to be sensitive to this on some hosts (e.g. Ubuntu 24.04) Set the LANG variable to a valid language to make sure that this codepath in Glib is not triggered. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/oeqa/sdkmingw/files')
0 files changed, 0 insertions, 0 deletions