[oe] Problem with bitbake master & OE master during fetch

Eric Bénard eric at eukrea.com
Tue Dec 21 08:17:51 UTC 2010


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




More information about the Openembedded-devel mailing list