From: Rob Kramer <robk@starhub.net.sg>
To: openembedded-devel@openembedded.org
Subject: Re: Bitbake-1.6 crashes on 'which'.
Date: Sun, 22 Oct 2006 10:57:36 +0800 [thread overview]
Message-ID: <ehemhq$f0s$1@sea.gmane.org> (raw)
In-Reply-To: 1161432655.6643.2.camel@localhost.localdomain
Richard Purdie wrote:
> The patch in 1.7 is for a different problem. I've just updated the 1.6
> branch with the correct fix (add import bb to the top of shell.py).
Thanks for that, it works again now. I still got the crash below, but that
was after a bunch of reparse commands, which might have upset bitbake a bit
perhaps.
Cheers,
Rob
BB>> which fontconfig-native
Traceback (most recent call last):
File "/home/rob/oe/bitbake/bin/bitbake", line 1161, in ?
main()
File "/home/rob/oe/bitbake/bin/bitbake", line 1156, in main
cooker.cook( BBConfiguration( options ), args[1:] )
File "/home/rob/oe/bitbake/bin/bitbake", line 888, in cook
self.interactiveMode()
File "/home/rob/oe/bitbake/bin/bitbake", line 793, in interactiveMode
shell.start( self )
File "/home/rob/oe/bitbake/lib/bb/shell.py", line 805, in start
bbshell.main()
File "/home/rob/oe/bitbake/lib/bb/shell.py", line 780, in main
self.processCommand( tokens[0], tokens[1:] or "" )
File "/home/rob/oe/bitbake/lib/bb/shell.py", line 737, in processCommand
result = function( self.commands, params )
File "/home/rob/oe/bitbake/lib/bb/shell.py", line 533, in which
lv, lf, pv, pf = bb.providers.findBestProvider(preferred,
cooker.configuration.data, cooker.status, cooker.build_cache_fail)
File "/home/rob/oe/bitbake/lib/bb/providers.py", line 41, in
findBestProvider
files = pkg_pn[pn]
TypeError: list indices must be integers
next prev parent reply other threads:[~2006-10-22 3:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-18 7:02 Bitbake-1.6 crashes on 'which' Rob Kramer
2006-10-18 7:19 ` Rob Kramer
2006-10-21 12:10 ` Richard Purdie
2006-10-22 2:57 ` Rob Kramer [this message]
2006-10-22 17:41 ` Richard Purdie
2006-10-22 18:32 ` Michael 'Mickey' Lauer
2006-10-23 2:07 ` Rob Kramer
2006-10-18 8:04 ` Holger Freyther
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ehemhq$f0s$1@sea.gmane.org' \
--to=robk@starhub.net.sg \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.