qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10
Date: Wed, 26 Jul 2017 07:22:20 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/26/2017 07:09 AM, address@hidden wrote:
> Hi,
> 
> This series failed build test on s390x host. Please find the details below.
> 
> Message-id: address@hidden
> 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 -
but it IS something that needs to be fixed on your end to quit tripping
up the doc generator.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]