All of lore.kernel.org
 help / color / mirror / Atom feed
* KeyError in siggen.py
@ 2012-02-24 21:19 Martin Jansa
  2012-02-24 23:15 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2012-02-24 21:19 UTC (permalink / raw)
  To: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 1351 bytes --]

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'

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: KeyError in siggen.py
  2012-02-24 21:19 KeyError in siggen.py Martin Jansa
@ 2012-02-24 23:15 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-02-24 23:15 UTC (permalink / raw)
  To: Martin Jansa; +Cc: bitbake-devel

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-24 23:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 21:19 KeyError in siggen.py Martin Jansa
2012-02-24 23:15 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.