[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Help with qapi.py problem
From: |
Programmingkid |
Subject: |
Re: [Qemu-devel] Help with qapi.py problem |
Date: |
Wed, 30 Mar 2016 12:12:53 -0400 |
On Mar 30, 2016, at 11:51 AM, Eric Blake wrote:
> On 03/30/2016 09:10 AM, Programmingkid wrote:
>> I just git pull'ed today and now have this problem:
>>
>> .../scripts/qapi.py", line 1726, in maybe_open
>> return open(name, opt)
>> IOError: [Errno 1] Operation not permitted: './qapi-types.h'
>
> What are the file permissions on ./qapi-types.h? That's a generated
> file, but if you did something to mess with its permissions so that
> cannot be reopened for overwriting, that would explain the error message.
It looks like I locked the file and forgot about it.
Thank you for your help.