All of lore.kernel.org
 help / color / mirror / Atom feed
* Missing sanity / dependency
@ 2015-10-08 20:59 Gary Thomas
  2015-10-08 21:40 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2015-10-08 20:59 UTC (permalink / raw)
  To: Yocto Project

I just ran across this on a [fairly new] system:

$ bitbake meta-toolchain -g -u depexp
Traceback (most recent call last):
   File "/local/poky-cutting-edge/bitbake/bin/bitbake", line 45, in <module>
     cookerdata.CookerConfiguration()))
   File "/local/poky-cutting-edge/bitbake/lib/bb/main.py", line 334, in bitbake_main
     ui_module = import_extension_module(bb.ui, configParams.ui, 'main')
   File "/local/poky-cutting-edge/bitbake/lib/bb/main.py", line 103, in import_extension_module
     module = __import__(pkg.__name__, fromlist = [modulename])
   File "/local/poky-cutting-edge/bitbake/lib/bb/ui/depexp.py", line 22, in <module>
     import gtk
ImportError: No module named gtk

Should this have been caught by the sanity checker, or perhaps
handled better?  In my Ubuntu case, I was missing python-gtk2
and friends.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2015-10-08 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 20:59 Missing sanity / dependency Gary Thomas
2015-10-08 21:40 ` Burton, Ross
2015-10-08 22:15   ` Gary Thomas

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.