Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Parsing recipes: 100% |#########################################################################################################| Time: 00:00:00
  2. Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 errors.
  3. NOTE: Resolving any missing task queue dependencies
  4. NOTE: Preparing runqueue
  5. ERROR: An uncaught exception occured in runqueue, please see the failure below:
  6. ERROR: Running idle function
  7. Traceback (most recent call last):
  8. File "/home/dalton/poky/bitbake/lib/bb/cooker.py", line 1188, in buildTargetsIdle(server=<ProcessServer(ProcessServer-1, started)>, rq=<bb.runqueue.RunQueue instance at 0x7fd1d091fd88>, abort=False):
  9. try:
  10. > retval = rq.execute_runqueue()
  11. except runqueue.TaskFailure as exc:
  12. File "/home/dalton/poky/bitbake/lib/bb/runqueue.py", line 1094, in RunQueue.execute_runqueue():
  13. try:
  14. > return self._execute_runqueue()
  15. except bb.runqueue.TaskFailure:
  16. File "/home/dalton/poky/bitbake/lib/bb/runqueue.py", line 1049, in RunQueue._execute_runqueue():
  17. else:
  18. > self.start_worker()
  19. self.rqexe = RunQueueExecuteScenequeue(self)
  20. File "/home/dalton/poky/bitbake/lib/bb/runqueue.py", line 920, in RunQueue.start_worker():
  21. self.teardown = False
  22. > self.worker, self.workerpipe = self._start_worker()
  23.  
  24. File "/home/dalton/poky/bitbake/lib/bb/runqueue.py", line 882, in RunQueue._start_worker(fakeroot=False, rqexec=None):
  25. "fakerootnoenv" : self.rqdata.dataCache.fakerootnoenv,
  26. > "sigdata" : bb.parse.siggen.get_taskdata(),
  27. "runq_hash" : self.rqdata.runq_hash,
  28. AttributeError: 'SignatureGenerator' object has no attribute 'get_taskdata'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement