[oe] Help?

Martin Panter vadmium+floss at gmail.com
Sun Oct 30 12:53:47 UTC 2011


>> On Sat, Oct 29, 2011 at 04:50:58PM -0500, David Thomas wrote:
>>>  File "/home/dthomas/bitbake/lib/bb/cooker.py", line 529, in
>>> parseConfigurationFiles
>>>    bb.event.fire(bb.event.ConfigParsed(), self.configuration.data)
>>> IOError: [Errno 1] Operation not permitted

“Operation not permitted” is EPERM, which is different from EACCESS
“Permission denied”. Normally you get the permission denied issue for
file permission issues, and “not permitted” for trying to do something
like killing a root process as a normal user.

Have you tried using strace on bitbake? See if you can find if there's
an actual system call returning EPERM just before Python raises the
IOError exception.

-Marty




More information about the Openembedded-devel mailing list