Python 2 and test/vm/netbsd (was Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07)

2019-10-15 Thread Eduardo Habkost
On Tue, Sep 17, 2019 at 08:31:40PM -0300, Eduardo Habkost wrote: > On Mon, Jul 01, 2019 at 07:25:27PM -0300, Eduardo Habkost wrote: > > On Mon, Jun 10, 2019 at 01:58:50PM +0100, Peter Maydell wrote: [...] > > > The configure check also spits out deprecation warnings for > > > the

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-09-18 Thread Kevin Wolf
Am 17.09.2019 um 23:48 hat Eduardo Habkost geschrieben: > On Tue, Sep 17, 2019 at 03:57:26PM +0200, Kevin Wolf wrote: > > Am 11.06.2019 um 19:12 hat Eduardo Habkost geschrieben: > > > On Tue, Jun 11, 2019 at 05:07:55PM +0100, Peter Maydell wrote: > > > > On Tue, 11 Jun 2019 at 17:03, Eduardo

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-09-17 Thread Eduardo Habkost
On Tue, Sep 17, 2019 at 07:10:13PM -0400, John Snow wrote: > On 9/17/19 5:48 PM, Eduardo Habkost wrote: > > On Tue, Sep 17, 2019 at 03:57:26PM +0200, Kevin Wolf wrote: > >> Am 11.06.2019 um 19:12 hat Eduardo Habkost geschrieben: > >>> On Tue, Jun 11, 2019 at 05:07:55PM +0100, Peter Maydell wrote:

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-09-17 Thread John Snow
On 9/17/19 5:48 PM, Eduardo Habkost wrote: > On Tue, Sep 17, 2019 at 03:57:26PM +0200, Kevin Wolf wrote: >> Am 11.06.2019 um 19:12 hat Eduardo Habkost geschrieben: >>> On Tue, Jun 11, 2019 at 05:07:55PM +0100, Peter Maydell wrote: On Tue, 11 Jun 2019 at 17:03, Eduardo Habkost wrote: >

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-09-17 Thread Eduardo Habkost
On Tue, Sep 17, 2019 at 03:57:26PM +0200, Kevin Wolf wrote: > Am 11.06.2019 um 19:12 hat Eduardo Habkost geschrieben: > > On Tue, Jun 11, 2019 at 05:07:55PM +0100, Peter Maydell wrote: > > > On Tue, 11 Jun 2019 at 17:03, Eduardo Habkost wrote: > > > > > > > > On Tue, Jun 11, 2019 at 04:50:34PM

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-09-17 Thread Kevin Wolf
Am 11.06.2019 um 19:12 hat Eduardo Habkost geschrieben: > On Tue, Jun 11, 2019 at 05:07:55PM +0100, Peter Maydell wrote: > > On Tue, 11 Jun 2019 at 17:03, Eduardo Habkost wrote: > > > > > > On Tue, Jun 11, 2019 at 04:50:34PM +0100, Peter Maydell wrote: > > > > On Mon, 10 Jun 2019 at 13:58, Peter

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-11 Thread Eduardo Habkost
On Tue, Jun 11, 2019 at 05:07:55PM +0100, Peter Maydell wrote: > On Tue, 11 Jun 2019 at 17:03, Eduardo Habkost wrote: > > > > On Tue, Jun 11, 2019 at 04:50:34PM +0100, Peter Maydell wrote: > > > On Mon, 10 Jun 2019 at 13:58, Peter Maydell > > > wrote: > > > > Hi. This fails to build on one of

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-11 Thread Peter Maydell
On Tue, 11 Jun 2019 at 17:03, Eduardo Habkost wrote: > > On Tue, Jun 11, 2019 at 04:50:34PM +0100, Peter Maydell wrote: > > On Mon, 10 Jun 2019 at 13:58, Peter Maydell > > wrote: > > > Hi. This fails to build on one of my buildtest machines: > > > > > > ERROR: Cannot use 'python3', Python 2 >=

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-11 Thread Peter Maydell
On Mon, 10 Jun 2019 at 13:58, Peter Maydell wrote: > Hi. This fails to build on one of my buildtest machines: > > ERROR: Cannot use 'python3', Python 2 >= 2.7 or Python 3 >= 3.5 is required. >Use --python=/path/to/python to specify a supported Python. > > The machine has python 2.7.6 and

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-11 Thread Eduardo Habkost
On Tue, Jun 11, 2019 at 04:50:34PM +0100, Peter Maydell wrote: > On Mon, 10 Jun 2019 at 13:58, Peter Maydell wrote: > > Hi. This fails to build on one of my buildtest machines: > > > > ERROR: Cannot use 'python3', Python 2 >= 2.7 or Python 3 >= 3.5 is required. > >Use

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2019 at 06:38:05PM +0100, Peter Maydell wrote: > On Mon, 10 Jun 2019 at 18:30, Daniel P. Berrangé wrote: > > Do you have access to any machine in the compile farm or is access > > granted on a per-machine basis ? If i'm reading this page right: > > > >

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Peter Maydell
On Mon, 10 Jun 2019 at 18:30, Daniel P. Berrangé wrote: > Do you have access to any machine in the compile farm or is access > granted on a per-machine basis ? If i'm reading this page right: > > https://cfarm.tetaneutral.net/machines/list/ > > there is now one aarch64 machine (gcc117) that

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2019 at 06:15:46PM +0100, Peter Maydell wrote: > On Mon, 10 Jun 2019 at 18:12, Daniel P. Berrangé wrote: > > There's been two new LTS releases of Ubuntu since then > > with Xenial and Bionic, so IMHO, it is pretty reasonable > > to want to drop Trusty rather than continuing to

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Peter Maydell
On Mon, 10 Jun 2019 at 18:12, Daniel P. Berrangé wrote: > There's been two new LTS releases of Ubuntu since then > with Xenial and Bionic, so IMHO, it is pretty reasonable > to want to drop Trusty rather than continuing to spend time > on software versions from 2014 and before. Both our Travis >

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2019 at 02:21:57PM +0100, Peter Maydell wrote: > On Mon, 10 Jun 2019 at 14:11, Eduardo Habkost wrote: > > > > On Mon, Jun 10, 2019 at 01:58:50PM +0100, Peter Maydell wrote: > > > Hi. This fails to build on one of my buildtest machines: > > > > > > ERROR: Cannot use 'python3',

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Peter Maydell
On Mon, 10 Jun 2019 at 14:11, Eduardo Habkost wrote: > > On Mon, Jun 10, 2019 at 01:58:50PM +0100, Peter Maydell wrote: > > Hi. This fails to build on one of my buildtest machines: > > > > ERROR: Cannot use 'python3', Python 2 >= 2.7 or Python 3 >= 3.5 is required. > >Use

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Eduardo Habkost
On Mon, Jun 10, 2019 at 01:58:50PM +0100, Peter Maydell wrote: > On Fri, 7 Jun 2019 at 22:16, Eduardo Habkost wrote: > > > > The following changes since commit 185b7ccc11354cbd69b6d53bf8d831dd964f6c88: > > > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into > > staging

Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-10 Thread Peter Maydell
On Fri, 7 Jun 2019 at 22:16, Eduardo Habkost wrote: > > The following changes since commit 185b7ccc11354cbd69b6d53bf8d831dd964f6c88: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into > staging (2019-06-07 15:24:13 +0100) > > are available in the Git repository at: >

[Qemu-devel] [PULL 0/8] Python queue, 2019-06-07

2019-06-07 Thread Eduardo Habkost
The following changes since commit 185b7ccc11354cbd69b6d53bf8d831dd964f6c88: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into staging (2019-06-07 15:24:13 +0100) are available in the Git repository at: git://github.com/ehabkost/qemu.git tags/python-next-pull-request