From: Markus Armbruster <armbru@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: qemu-devel@nongnu.org, no-reply@patchew.org, kraxel@redhat.com,
famz@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10
Date: Tue, 08 Aug 2017 11:20:13 +0200 [thread overview]
Message-ID: <87fud24drm.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <e982b2c6-dab4-24a0-7db4-2e76c370d227@redhat.com> (Eric Blake's message of "Wed, 26 Jul 2017 07:22:20 -0500")
Just back from the signed-vs-unsigned swamp, still catching up, sorry
for the delay...
Eric Blake <eblake@redhat.com> writes:
> On 07/26/2017 07:09 AM, no-reply@patchew.org wrote:
>> Hi,
>>
>> This series failed build test on s390x host. Please find the details below.
>>
>> Message-id: 20170726115637.21558-1-kraxel@redhat.com
>> Subject: [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10
>> Type: series
>>
>
>> GEN docs/interop/qemu-ga-qapi.texi
>> GEN qga/qapi-generated/qga-qapi-visit.h
>> GEN qga/qapi-generated/qga-qmp-commands.h
>> GEN qga/qapi-generated/qga-qapi-types.h
>> GEN qga/qapi-generated/qga-qapi-types.c
>> GEN qga/qapi-generated/qga-qapi-visit.c
>> GEN qga/qapi-generated/qga-qmp-marshal.c
>> Traceback (most recent call last):
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 300, in <module>
>> main(sys.argv)
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 296, in main
>> print texi_schema(schema)
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 279, in texi_schema
>> gen.symbol(doc, schema.lookup_entity(doc.symbol))
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 263, in symbol
>> entity.visit(self)
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi.py", line 1137, in visit
>> self.member_names(), self.prefix)
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 218, in visit_enum_type
>> member_func=texi_enum_value))
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 200, in texi_entity
>> + texi_sections(doc))
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 160, in texi_members
>> items += member_func(section.member) + desc + '\n'
>> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 133, in texi_enum_value
>> return '@item @code{%s}\n' % value.name
>> AttributeError: 'NoneType' object has no attribute 'name'
>
> Eww, we have a bug in our qapi generator (a stack dump instead of a nice
> error message). I suspect this is caused by your use of '@ac_*' instead
> of spelling out all the ac_ members added in qapi-schema.json in 4/5 -
Yes, we require doc comments to match the schema. Wildcards aren't
supported. They could be, if we want them badly enough.
> but it IS something that needs to be fixed on your end to quit tripping
> up the doc generator.
Has anyone worked on a fix for qapi2texi.py?
next prev parent reply other threads:[~2017-08-08 9:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 11:56 [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10 Gerd Hoffmann
2017-07-26 11:56 ` [Qemu-devel] [PATCH 1/5] ui: add next and prior keysyms Gerd Hoffmann
2017-07-26 12:00 ` Eric Blake
2017-07-26 11:56 ` [Qemu-devel] [PATCH 2/5] ui: move qemu_input_linux_to_qcode() Gerd Hoffmann
2017-07-26 12:14 ` Eric Blake
2017-07-26 11:56 ` [Qemu-devel] [PATCH 3/5] ui: update keymaps Gerd Hoffmann
2017-07-26 12:25 ` Eric Blake
2017-07-26 11:56 ` [Qemu-devel] [PATCH 4/5] ui: add multimedia keys Gerd Hoffmann
2017-07-26 12:02 ` Eric Blake
2017-07-26 12:08 ` Daniel P. Berrange
2017-07-26 12:12 ` Eric Blake
2017-07-26 12:38 ` Gerd Hoffmann
2017-07-26 12:24 ` Eric Blake
2017-07-26 12:39 ` Gerd Hoffmann
2017-07-26 11:56 ` [Qemu-devel] [PATCH 5/5] ps2: enable " Gerd Hoffmann
2017-07-26 12:26 ` Eric Blake
2017-07-26 12:09 ` [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10 no-reply
2017-07-26 12:22 ` Eric Blake
2017-07-26 12:49 ` Gerd Hoffmann
2017-07-26 13:06 ` Eric Blake
2017-08-08 9:20 ` Markus Armbruster [this message]
2017-08-08 15:04 ` Eric Blake
2017-08-14 6:56 ` Markus Armbruster
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=87fud24drm.fsf@dusky.pond.sub.org \
--to=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=famz@redhat.com \
--cc=kraxel@redhat.com \
--cc=no-reply@patchew.org \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.