[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Bug?] qemu-1.6.0 python traceback in GEN qmp-commands.
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [Bug?] qemu-1.6.0 python traceback in GEN qmp-commands.h |
Date: |
Fri, 16 Aug 2013 15:42:29 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
Erik Rull <address@hidden> writes:
> Hi all,
>
> when using the released qemu-1.6.0.tar.bz2, I get the following error message:
>
> [...]
> ar: creating libfdt/libfdt.a
> a - libfdt/fdt.o
> a - libfdt/fdt_ro.o
> a - libfdt/fdt_wip.o
> a - libfdt/fdt_sw.o
> a - libfdt/fdt_rw.o
> a - libfdt/fdt_strerror.o
> GEN qemu-options.def
> GEN qmp-commands.h
> Traceback (most recent call last):
> File "/home/erik/qemu-1.6.0/scripts/qapi-commands.py", line 14, in <module>
> from qapi import *
> File "/home/erik/qemu-1.6.0/scripts/qapi.py", line 164
> except QAPISchemaError as e:
> ^
> SyntaxError: invalid syntax
> make: *** [qmp-commands.h] Error 1
>
> Any ideas how to fix that?
Output of "python --version", please. Make sure to use the same python
as the build process (grep PYTHON config-host.mak).