]> Git Repo - qemu.git/commit
Revert commit d4e5ec877ca
authorMatthias Maier <[email protected]>
Mon, 18 Jun 2018 17:59:58 +0000 (19:59 +0200)
committerMarkus Armbruster <[email protected]>
Fri, 22 Jun 2018 14:33:47 +0000 (16:33 +0200)
commit0d6b93deeeb3cc190692d629f5927befdc8b1fb8
tree6f7eaa03086ab957749fde4a48627d4f5c77984c
parentde685ae5e9a4b523513033bd6cadc8187a227170
Revert commit d4e5ec877ca

This commit removes the PYTHON_UTF8 workaround. The problem with setting

  LC_ALL= LANG=C LC_CTYPE=en_US.UTF-8

is that the en_US.UTF-8 locale might not be available. In this case
setting above locales results in build errors even though another UTF-8
locale was originally set [1]. The only stable way of fixing the
encoding problem is by specifying the encoding in Python, like the
previous commit does.

[1] https://bugs.gentoo.org/657766

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Matthias Maier <[email protected]>
Message-Id: <20180618175958[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <[email protected]>
Makefile
tests/Makefile.include
This page took 0.023191 seconds and 4 git commands to generate.