http://bugs.openembedded.org/show_bug.cgi?id=3259
Summary: BitBake Shell: error executing 'showdata' command
Product: BitBake
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: BitBake
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
_Log_:
BitBake Shell Version 0.5.3.1 (C) 2005 Michael 'Mickey' Lauer
<[EMAIL PROTECTED]>
Type 'help' for more information, press CTRL-D to exit.
BB>> showdata apt
SHELL: This command needs to parse bbfiles...
NOTE: Handling BitBake files: \ (4815/4815) [100 %]
NOTE: Parsing finished. 4599 cached, 0 parsed, 216 skipped, 0 masked.
SHELL: Building apt
NOTE: Resolving missing task queue dependencies
NOTE: Preparing runqueue
Traceback (most recent call last):
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8//bin/bitbake", line 134,
in <module>
main()
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8//bin/bitbake", line 131,
in main
cooker.cook()
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/cooker.py", line
528, in cook
self.interactiveMode()
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/cooker.py", line
343, in interactiveMode
shell.start( self )
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/shell.py", line
834, in start
bbshell.main()
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/shell.py", line
809, in main
self.processCommand( tokens[0], tokens[1:] or "" )
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/shell.py", line
766, in processCommand
result = function( self.commands, params )
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/shell.py", line
505, in showdata
self.build( params, "showdata" )
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/shell.py", line
174, in build
rq.prepare_runqueue()
File "/home/cyril/pocketsys/oe/bitbake/bitbake-1.8/lib/bb/runqueue.py", line
283, in prepare_runqueue
listid = taskData.tasks_lookup[fnid][target[1]]
KeyError: 'do_showdata'
_Problem_:
the do_showdata task has been removed from base.bbclass in OpenEmbedded (see
http://bugs.openembedded.org/show_bug.cgi?id=1626), but still exists in Bitbake
(in 1.8 and in trunk).
Since 'bitbake -e' ('environment' command in bitbake shell) is known to work,
maybe should the showdata command be removed from bitbake and bitbake shell (?)
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev