On Sep 12, 2015, at 10:04 PM, Eric Blake wrote: > On 09/12/2015 07:57 PM, Programmingkid wrote: >> After a 'git pull' on 9/12/2015, I noticed that QEMU no longer builds on Mac >> OS 10.6. I think there is a problem with a python script. This is the error >> message: >> >> GEN qmp-commands.h >> Traceback (most recent call last): >> File "/scripts/qapi-commands.py", line 352, in <module> >> ret = gen_marshal_input(cmd['command'], arglist, ret_type, middle_mode) + >> "\n" >> >> I'm using Python 2.6.1. > > This issue has been reported multiple times: > > https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg02329.html > > and the patch will hit the tree soon. > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org >
Excellent. This fixed the problem. Thank you very much. The minimum version of python QEMU supports is 2.6?