[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07
From: |
Eduardo Habkost |
Subject: |
Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07 |
Date: |
Mon, 10 Jun 2019 10:11:05 -0300 |
On Mon, Jun 10, 2019 at 01:58:50PM +0100, Peter Maydell wrote:
> On Fri, 7 Jun 2019 at 22:16, Eduardo Habkost <address@hidden> 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:
> >
> > git://github.com/ehabkost/qemu.git tags/python-next-pull-request
> >
> > for you to fetch changes up to 8297719709f1339506d6da93ec69e6118ace8676:
> >
> > travis: Make check-acceptance job more verbose (2019-06-07 18:11:02 -0300)
> >
> > ----------------------------------------------------------------
> > Python queue, 2019-06-07
> >
> > * New boot_linux_console test cases (Philippe Mathieu-Daudé)
> > * Deprecate Python 2 support (Eduardo Habkost)
> > * Require python3 >= 3.5 (Eduardo Habkost)
> > * Make check-acceptance Travis job more verbose (Eduardo Habkost)
> >
> > ----------------------------------------------------------------
>
> 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 3.4.3. (It's an Ubuntu trusty
> box; it's one of the gcc compile farm machines so upgrades to its
> OS are not really under my control.)
Ubuntu 16.04 LTS (Xenial) was released in April 2016. Doesn't
that mean Trusty is not a supported build platform since April
2018?
>
> The configure check also spits out deprecation warnings for
> the NetBSD/FreeBSD/OpenBSD tests/vm configurations. It would be nice
> to get those updated.
I'll take a look.
--
Eduardo
- [Qemu-devel] [PULL 1/8] tests/boot_linux_console: Let extract_from_deb handle various compressions, (continued)
- [Qemu-devel] [PULL 1/8] tests/boot_linux_console: Let extract_from_deb handle various compressions, Eduardo Habkost, 2019/06/07
- [Qemu-devel] [PULL 4/8] BootLinuxConsoleTest: Do not log empty lines, Eduardo Habkost, 2019/06/07
- [Qemu-devel] [PULL 3/8] configure: Require python3 >= 3.5, Eduardo Habkost, 2019/06/07
- [Qemu-devel] [PULL 5/8] BootLinuxConsoleTest: Test the SmartFusion2 board, Eduardo Habkost, 2019/06/07
- [Qemu-devel] [PULL 2/8] Deprecate Python 2 support, Eduardo Habkost, 2019/06/07
- [Qemu-devel] [PULL 6/8] BootLinuxConsoleTest: Test nanoMIPS kernels on the I7200 CPU, Eduardo Habkost, 2019/06/07
- [Qemu-devel] [PULL 8/8] travis: Make check-acceptance job more verbose, Eduardo Habkost, 2019/06/07
- [Qemu-devel] [PULL 7/8] BootLinuxConsoleTest: Run kerneltests BusyBox on Malta, Eduardo Habkost, 2019/06/07
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Peter Maydell, 2019/06/10
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07,
Eduardo Habkost <=
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Peter Maydell, 2019/06/10
- [Qemu-devel] Ubuntu Trusty as supported build platform (was Re: [PULL 0/8] Python queue, 2019-06-07), Eduardo Habkost, 2019/06/10
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Daniel P . Berrangé, 2019/06/10
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Peter Maydell, 2019/06/10
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Daniel P . Berrangé, 2019/06/10
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Peter Maydell, 2019/06/10
- Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Daniel P . Berrangé, 2019/06/10
Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07, Peter Maydell, 2019/06/11