[bitbake-devel] KeyError in siggen.py

Richard Purdie richard.purdie at linuxfoundation.org
Fri Feb 24 23:15:19 UTC 2012


On Fri, 2012-02-24 at 22:19 +0100, Martin Jansa wrote:
> Any idea what could cause this?
> 
> OE qemux86-64@ ~/oe-core $ bitbake -c configure -b /OE/oe-core/openembedded-core/meta/recipes-devtools/gcc/gcc-cross-initial_4.6.bb -f
> WARNING: Buildfile specified, dependencies will not be handled. If this is not what you want, do not use -b / --buildfile.
> ERROR: Command execution failed: Traceback (most recent call last):
>   File "/usr/lib64/python2.7/site-packages/bb/command.py", line 87, in runAsyncCommand
>     commandmethod(self.cmds_async, self, options)
>   File "/usr/lib64/python2.7/site-packages/bb/command.py", line 203, in buildFile
>     command.cooker.buildFile(bfile, task)
>   File "/usr/lib64/python2.7/site-packages/bb/cooker.py", line 1076, in buildFile
>     bb.build.del_stamp('do_%s' % task, self.status, fn)
>   File "/usr/lib64/python2.7/site-packages/bb/build.py", line 441, in del_stamp
>     stamp = stamp_internal(task, d, file_name)
>   File "/usr/lib64/python2.7/site-packages/bb/build.py", line 411, in stamp_internal
>     stamp = bb.parse.siggen.stampfile(stamp, file_name, taskname, extrainfo)
>   File "/usr/lib64/python2.7/site-packages/bb/siggen.py", line 222, in stampfile
>     h = self.taskhash[k]
> KeyError: '/OE/oe-core/openembedded-core/meta/recipes-devtools/gcc/gcc-cross-initial_4.6.bb.do_configure'

The -f triggers a del_stamp so I'm looking at that with suspicion...

No fix but I suspect its where we need to look. I can reproduce with -b
and -f combined.

Cheers,

Richard





More information about the bitbake-devel mailing list