[oe] Help?

David Thomas david.thomas at microbee-systems.com
Sun Oct 30 13:00:28 UTC 2011


I had a feeling it was a process issue. It is happening on bb.fire.event and so I was thinking it has something to do with that event wanting to do something unallowed.




On Oct 30, 2011, at 7:53 AM, Martin Panter wrote:

>>> 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
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





More information about the Openembedded-devel mailing list