[oe] some more non fetching recipes

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Sun Oct 3 12:15:41 UTC 2010


2010/10/3 Martin Jansa <martin.jansa at gmail.com>:

>
>> xorg-driver/xf86-input-vmmouse_12.6.10.bb
>> xorg-driver/xf86-input-vmmouse_12.6.5.bb
>> xorg-driver/xf86-video-geode_2.11.6.bb
>> xorg-driver/xf86-video-geode_2.11.9.b
>
>
> All 4 redownloaded OK, I guess you got
>
> NOTE: Out of date cache found, rebuilding...
> Command execution failed: Traceback (most recent call last):
>  File "/usr/lib64/python2.6/site-packages/bb/command.py", line 88, in
> runAsyncCommand
>    commandmethod(self.cmds_async, self, options)
>  File "/usr/lib64/python2.6/site-packages/bb/command.py", line 164,
> in buildFile
>    command.cooker.buildFile(bfile, task)
>  File "/usr/lib64/python2.6/site-packages/bb/cooker.py", line 691, in buildFile
>    self.status.task_deps[fn]['depends'] = {}
> TypeError: 'NoneType' object does not support item assignment
>
> because of: COMPATIBLE_HOST = "i.86.*-linux" in those 4 recipes..

Ah ok.
I got

ERROR: Command execution failed: Traceback (most recent call last):
  File "/home/frans/oe/bitbake/lib/bb/command.py", line 88, in runAsyncCommand
    commandmethod(self.cmds_async, self, options)
  File "/home/frans/oe/bitbake/lib/bb/command.py", line 174, in buildFile
    command.cooker.buildFile(bfile, task)
  File "/home/frans/oe/bitbake/lib/bb/cooker.py", line 650, in buildFile
    self.status.task_deps[fn]['depends'] = {}
TypeError: 'NoneType' object does not support item assignment

and indeed I did not use an *86 target.
Guess we need a better error message here
Something like:
NOTE: the recipe you are trying to build does not match your
machine/architecture"

Frans




More information about the Openembedded-devel mailing list