[Qemu-devel] [Patch 0/2] Fix QEMU configure / make with Turkish (and maybe other) locale

2012-03-25 Thread Stefan Weil
These two patches override the user specific locale settings which can break QEMU builds. They set the default locale C for configure and make: [PATCH v2 1/2] Makefile: Set default locale C [PATCH 2/2] configure: Set default locale C (fix build for Turkish A side effect is that all messages which

Re: [Qemu-devel] [Patch 0/2] Fix QEMU configure / make with Turkish (and maybe other) locale

2012-03-25 Thread Andreas Färber
Am 25.03.2012 21:11, schrieb Stefan Weil: > These two patches override the user specific locale settings which > can break QEMU builds. They set the default locale C for configure > and make: > > [PATCH v2 1/2] Makefile: Set default locale C > [PATCH 2/2] configure: Set default locale C (fix build

Re: [Qemu-devel] [Patch 0/2] Fix QEMU configure / make with Turkish (and maybe other) locale

2012-03-25 Thread Stefan Weil
Am 25.03.2012 21:27, schrieb Andreas Färber: Am 25.03.2012 21:11, schrieb Stefan Weil: These two patches override the user specific locale settings which can break QEMU builds. They set the default locale C for configure and make: [PATCH v2 1/2] Makefile: Set default locale C [PATCH 2/2] config

Re: [Qemu-devel] [Patch 0/2] Fix QEMU configure / make with Turkish (and maybe other) locale

2012-03-25 Thread Peter Maydell
On 25 March 2012 20:27, Andreas Färber wrote: > Am 25.03.2012 21:11, schrieb Stefan Weil: >> These two patches override the user specific locale settings which >> can break QEMU builds. They set the default locale C for configure >> and make: >> >> [PATCH v2 1/2] Makefile: Set default locale C >>

Re: [Qemu-devel] [Patch 0/2] Fix QEMU configure / make with Turkish (and maybe other) locale

2012-03-25 Thread Stefan Weil
Am 25.03.2012 21:52, schrieb Peter Maydell: On 25 March 2012 20:27, Andreas Färber wrote: Am 25.03.2012 21:11, schrieb Stefan Weil: These two patches override the user specific locale settings which can break QEMU builds. They set the default locale C for configure and make: [PATCH v2 1/2] Ma

Re: [Qemu-devel] [Patch 0/2] Fix QEMU configure / make with Turkish (and maybe other) locale

2012-03-26 Thread Eric Blake
On 03/25/2012 01:48 PM, Stefan Weil wrote: > As you see in my patch, I had to override three environment > variables to (hopefully) handle all cases which lead to wrong > results, Technically, you only have to modify LC_ALL. Modifications to LANG and LC_CTYPE are pointless once LC_ALL is set, at