[bitbake-devel] trouble during parsing

Chris Larson clarson at kergoth.com
Wed Feb 20 14:31:03 UTC 2013


On Wed, Feb 20, 2013 at 5:54 AM, Andreas Müller <
schnitzeltony at googlemail.com> wrote:

> with current bitbake master I get
>
> ERROR: Command execution failed: Traceback (most recent call
> last):#########################################################
>                               | ETA:  00:00:17
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/command.py", line
> 92, in runAsyncCommand
>     self.cooker.updateCache()
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/cooker.py", line
> 1330, in updateCache
>     if not self.parser.parse_next():
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/cooker.py", line
> 1703, in parse_next
>     self.virtuals += len(result)
> TypeError: object of type 'ExpansionError' has no len()
>

Hmm, looks like it's returning the exceptions rather than raising them, for
some reason, but that doesn't make much sense — the pool code always raises
any exceptions from its imap iterator's next() method.
-- 
Christopher Larson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20130220/20f9bdb7/attachment-0001.html>


More information about the bitbake-devel mailing list