Re: [Qemu-devel] [PATCH v4 2/2] Revert commit d4e5ec877ca

2018-06-19 Thread Markus Armbruster
Markus Armbruster writes: > From: Matthias Maier > > 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 tho

Re: [Qemu-devel] [PATCH v4 2/2] Revert commit d4e5ec877ca

2018-06-19 Thread Markus Armbruster
Eric Blake writes: > On 06/18/2018 12:59 PM, Markus Armbruster wrote: >> From: Matthias Maier >> >> 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 >> s

Re: [Qemu-devel] [PATCH v4 2/2] Revert commit d4e5ec877ca

2018-06-19 Thread Eric Blake
On 06/18/2018 12:59 PM, Markus Armbruster wrote: From: Matthias Maier 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 erro

Re: [Qemu-devel] [PATCH v4 2/2] Revert commit d4e5ec877ca

2018-06-18 Thread Eduardo Habkost
On Mon, Jun 18, 2018 at 07:59:58PM +0200, Markus Armbruster wrote: > From: Matthias Maier > > 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 abov

[Qemu-devel] [PATCH v4 2/2] Revert commit d4e5ec877ca

2018-06-18 Thread Markus Armbruster
From: Matthias Maier 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 s