[oe] Bitbake-1.6 crashes on 'which'.

Rob Kramer robk at starhub.net.sg
Wed Oct 18 07:19:29 UTC 2006


Rob Kramer wrote:

> I had to patch 1.6 as below, copied from trunk/bitbake.

Or not; this dies elsewhere. Am I supposed to use 1.6 branch in the first
place? I'll try trunk for now..

Cheers,

    Rob


BB>> edit glibc-initial
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 804, in start
    bbshell.main()
  File "/home/rob/oe/bitbake/lib/bb/shell.py", line 779, in main
    self.processCommand( tokens[0], tokens[1:] or "" )
  File "/home/rob/oe/bitbake/lib/bb/shell.py", line 736, in processCommand
    result = function( self.commands, params )
  File "/home/rob/oe/bitbake/lib/bb/shell.py", line 189, in edit
    bbfile = self._findProvider( name )
  File "/home/rob/oe/bitbake/lib/bb/shell.py", line 110, in _findProvider
    lv, lf, pv, pf = 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






More information about the Openembedded-devel mailing list