All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: bitbake-dev@lists.berlios.de
Cc: openembedded-devel@lists.openembedded.org
Subject: Problem with bitbake master & OE master during fetch
Date: Tue, 21 Dec 2010 09:17:51 +0100	[thread overview]
Message-ID: <4D1062AF.1080609@eukrea.com> (raw)

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



             reply	other threads:[~2010-12-21  8:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-21  8:17 Eric Bénard [this message]
2010-12-21 10:52 ` Problem with bitbake master & OE master during fetch Eric Bénard
2010-12-21 15:14   ` Chris Larson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D1062AF.1080609@eukrea.com \
    --to=eric@eukrea.com \
    --cc=bitbake-dev@lists.berlios.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.