All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with bitbake master & OE master during fetch
@ 2010-12-21  8:17 Eric Bénard
  2010-12-21 10:52 ` Eric Bénard
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bénard @ 2010-12-21  8:17 UTC (permalink / raw)
  To: bitbake-dev; +Cc: openembedded-devel

Hi,

while testing bitbake -c fetch on recipes in a script to fix SRC_URI, I meet 
the following error on (and found it to be reproducable at least with both 
following recipes) :
bitbake -b openembedded/recipes/adobe-flash/flash-plugin_10.0.22.87.bb -c fetch
bitbake -b openembedded/recipes/alsa/alsa-driver_0.9.6-hh4c.bb -c fetch

NOTE: Executing runqueue
ERROR: Running idle function
Traceback (most recent call last):
   File "/home/ebenard/OEUKREA/bitbake/lib/bb/server/process.py", line 124, in 
idle_commands
     retval = function(self, data, False)
   File "/home/ebenard/OEUKREA/bitbake/lib/bb/cooker.py", line 655, in 
buildFileIdle
     retval = rq.execute_runqueue()
   File "/home/ebenard/OEUKREA/bitbake/lib/bb/runqueue.py", line 875, in 
execute_runqueue
     self.rqexe = RunQueueExecuteTasks(self)
   File "/home/ebenard/OEUKREA/bitbake/lib/bb/runqueue.py", line 1036, in __init__
     event.fire(bb.event.StampUpdate(self.rqdata.target_pairs, 
self.rqdata.dataCache.stamp), self.cfgData)
AttributeError: RunQueueData instance has no attribute 'target_pairs'

=> 1st & 2nd Control C leads to :

Keyboard Interrupt, closing down...

ERROR: Running idle function
Traceback (most recent call last):
   File "/home/ebenard/OEUKREA/bitbake/lib/bb/server/process.py", line 124, in 
idle_commands
     retval = function(self, data, False)
   File "/home/ebenard/OEUKREA/bitbake/lib/bb/cooker.py", line 652, in 
buildFileIdle
     rq.finish_runqueue(False)
   File "/home/ebenard/OEUKREA/bitbake/lib/bb/runqueue.py", line 907, in 
finish_runqueue
     self.rqexe.finish()
AttributeError: RunQueue instance has no attribute 'rqexe'

=> 3rd Control C exit as expected.

I still haven't investigated the reason of the error.

Eric



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

end of thread, other threads:[~2010-12-21 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21  8:17 Problem with bitbake master & OE master during fetch Eric Bénard
2010-12-21 10:52 ` Eric Bénard
2010-12-21 15:14   ` Chris Larson

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.