Re: [Qemu-devel] [PATCH v2] configure: more resilient Python version capture

2019-08-27 Thread Eduardo Habkost
On Mon, Aug 26, 2019 at 11:58:32AM -0400, Cleber Rosa wrote: > The current approach to capture the Python version is fragile, as it > was demonstrated by a very specific build of Python 3 on Fedora 29 > that, under non-interactive shells would print multiline version > information. > > The (badly)

Re: [Qemu-devel] [PATCH v2] configure: more resilient Python version capture

2019-08-26 Thread Tony Nguyen
On Mon, Aug 26, 2019 at 11:58:32AM -0400, Cleber Rosa wrote: > The current approach to capture the Python version is fragile, as it > was demonstrated by a very specific build of Python 3 on Fedora 29 > that, under non-interactive shells would print multiline version > information. > > The (badly)

[Qemu-devel] [PATCH v2] configure: more resilient Python version capture

2019-08-26 Thread Cleber Rosa
The current approach to capture the Python version is fragile, as it was demonstrated by a very specific build of Python 3 on Fedora 29 that, under non-interactive shells would print multiline version information. The (badly) stripped version output would be sent to config-host.mak, producing bad