From: Stefan Hajnoczi <stefanha@gmail.com>
To: Riku Voipio <riku.voipio@iki.fi>
Cc: Markus Armbruster <armbru@redhat.com>,
qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
Andreas Faerber <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH 1/2] qapi.py: avoid Python 2.5+ any() function
Date: Wed, 27 Aug 2014 12:01:16 +0100 [thread overview]
Message-ID: <20140827110116.GE8280@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <20140815074324.GA17962@afflict.kos.to>
[-- Attachment #1: Type: text/plain, Size: 1552 bytes --]
On Fri, Aug 15, 2014 at 10:43:24AM +0300, Riku Voipio wrote:
> On Tue, Aug 12, 2014 at 01:37:33PM +0100, Stefan Hajnoczi wrote:
> > There is one instance of any() in qapi.py that breaks builds on older
> > distros that ship Python 2.4 (like RHEL5):
> >
> > GEN qmp-commands.h
> > Traceback (most recent call last):
> > File "build/scripts/qapi-commands.py", line 445, in ?
> > exprs = parse_schema(input_file)
> > File "build/scripts/qapi.py", line 329, in parse_schema
> > schema = QAPISchema(open(input_file, "r"))
> > File "build/scripts/qapi.py", line 110, in __init__
> > if any(include_path == elem[1]
> > NameError: global name 'any' is not defined
>
> I tried building on RHEL5, and this patch gets a bit more forward.
> However further down the build I get a similar error:
>
> Traceback (most recent call last):
> File "/build/qemu/scripts/tracetool.py", line 139, in ?
> main(sys.argv)
> File "/build/qemu/scripts/tracetool.py", line 134, in main
> binary=binary, probe_prefix=probe_prefix)
> File "/build/qemu/scripts/tracetool/__init__.py", line 267, in generate
> backend = tracetool.backend.Wrapper(backends, format)
> File "/build/qemu/scripts/tracetool/backend/__init__.py", line 105, in __init__
> assert all(exists(backend) for backend in self._backends)
>
> semi-related - since I'm building --disable-system --disable-tools --enable-user,
> is there any benefit of tracetool for this build config?
I will send a new revision with additional fixes.
[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2014-08-27 11:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-12 12:37 [Qemu-devel] [PATCH 0/2] Fixes for buildbot failures Stefan Hajnoczi
2014-08-12 12:37 ` [Qemu-devel] [PATCH 1/2] qapi.py: avoid Python 2.5+ any() function Stefan Hajnoczi
2014-08-15 7:43 ` Riku Voipio
2014-08-27 9:05 ` Stefan Hajnoczi
2014-08-27 11:01 ` Stefan Hajnoczi [this message]
2014-08-12 12:37 ` [Qemu-devel] [PATCH 2/2] libqtest: launch QEMU with QEMU_AUDIO_DRV=none Stefan Hajnoczi
2014-08-12 12:57 ` Markus Armbruster
2014-08-12 13:20 ` Andreas Färber
2014-08-15 12:08 ` Peter Maydell
2014-08-15 15:12 ` Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140827110116.GE8280@stefanha-thinkpad.redhat.com \
--to=stefanha@gmail.com \
--cc=afaerber@suse.de \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).