All of lore.kernel.org
 help / color / mirror / Atom feed
* TypeError: 'bool' object is unsubscriptable ?
@ 2011-08-15 10:48 Koen Kooi
  2011-08-15 11:46 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-08-15 10:48 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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.


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

* Re: TypeError: 'bool' object is unsubscriptable ?
  2011-08-15 10:48 TypeError: 'bool' object is unsubscriptable ? Koen Kooi
@ 2011-08-15 11:46 ` Richard Purdie
  2011-08-15 12:07   ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2011-08-15 11:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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 :/.

Cheers,

Richard




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

* Re: TypeError: 'bool' object is unsubscriptable ?
  2011-08-15 11:46 ` Richard Purdie
@ 2011-08-15 12:07   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-08-15 12:07 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


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!


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

end of thread, other threads:[~2011-08-15 12:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15 10:48 TypeError: 'bool' object is unsubscriptable ? Koen Kooi
2011-08-15 11:46 ` Richard Purdie
2011-08-15 12:07   ` Koen Kooi

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.