[OE-core] TypeError: 'bool' object is unsubscriptable ?

Koen Kooi koen at dominion.thruhere.net
Mon Aug 15 12:07:10 UTC 2011


Op 15 aug. 2011, om 13:46 heeft Richard Purdie het volgende geschreven:

> On Mon, 2011-08-15 at 12:48 +0200, Koen Kooi wrote:
>> Since this morning I'm getting errors like this:
>> 
>> NOTE: Resolving any missing task queue dependencies
>> NOTE: preferred version 1.0.0d of openssl-native not available (for item openssl-native)
>> NOTE: versions of openssl-native available: 0.9.8m 0.9.8r 1.0.0c
>> NOTE: Preparing runqueue
>> NOTE: Executing SetScene Tasks
>> NOTE: Executing RunQueue Tasks
>> NOTE: Running task 4 of 133 (ID: 19, /OE/tentacle/sources/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.48.bb, do_configure)
>> NOTE: Running task 16 of 133 (ID: 49, /OE/tentacle/sources/openembedded-core/meta/recipes-devtools/libtool/libtool-native_2.4.bb, do_unpack)
>> NOTE: Running task 18 of 133 (ID: 77, virtual:native:/OE/tentacle/sources/openembedded-core/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb, do_unpack)
>> NOTE: Running task 20 of 133 (ID: 21, virtual:native:/OE/tentacle/sources/openembedded-core/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb, do_unpack)
>> NOTE: package quilt-native-0.48-r0: task do_configure: Started
>> ERROR: Build of do_configure failed
>> ERROR: Traceback (most recent call last):
>>  File "/OE/tentacle/sources/bitbake/lib/bb/build.py", line 366, in exec_task
>>    return _exec_task(fn, task, d, quieterr)
>>  File "/OE/tentacle/sources/bitbake/lib/bb/build.py", line 323, in _exec_task
>>    exec_func(task, localdata)
>>  File "/OE/tentacle/sources/bitbake/lib/bb/build.py", line 171, in exec_func
>>    exec_func_shell(func, d, runfile, cwd=adir)
>>  File "/usr/lib/python2.6/contextlib.py", line 34, in __exit__
>>    self.gen.throw(type, value, traceback)
>>  File "/OE/tentacle/sources/bitbake/lib/bb/utils.py", line 400, in fileslocked
>>    yield
>>  File "/OE/tentacle/sources/bitbake/lib/bb/build.py", line 171, in exec_func
>>    exec_func_shell(func, d, runfile, cwd=adir)
>>  File "/OE/tentacle/sources/bitbake/lib/bb/build.py", line 239, in exec_func_shell
>>    if bb.msg.loggerVerbose[1]:
>> TypeError: 'bool' object is unsubscriptable
>> 
>> This is with a clean build from scratch in the portion that builds pseudo-native.
> 
> Should be fixed now, sorry. Picked the wrong version of patch :/.

Thanks!



More information about the Openembedded-core mailing list