Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. WARNING: python should use 4 spaces indentation, but found tabs in base.bbclass, line 41
  2. ....
  3. WARNING: python should use 4 spaces indentation, but found tabs in base.bbclass, line 64
  4. Parsing recipes: 100% |###########################################################################################################################################################################| Time: 0:00:00
  5. Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 errors.
  6. NOTE: Resolving any missing task queue dependencies
  7. ERROR: An uncaught exception occurred in runqueue################################################### | ETA: 0:00:00
  8. Traceback (most recent call last):
  9. File "/home/ubuntu/bitbake/lib/bb/runqueue.py", line 1508, in RunQueue.execute_runqueue():
  10. try:
  11. > return self._execute_runqueue()
  12. except bb.runqueue.TaskFailure:
  13. File "/home/ubuntu/bitbake/lib/bb/runqueue.py", line 1428, in RunQueue._execute_runqueue():
  14. [43, 967, 4, 3, 1, 5, 3, 7, 13, 1, 2, 1, 1, 246, 35, 1, 38, 1, 35, 2, 338, 204, 142, 3, 3, 37, 244])
  15. > if self.rqdata.prepare() == 0:
  16. self.state = runQueueComplete
  17. File "/home/ubuntu/bitbake/lib/bb/runqueue.py", line 1164, in RunQueueData.prepare():
  18. todeal.remove(tid)
  19. > self.prepare_task_hash(tid)
  20.  
  21. File "/home/ubuntu/bitbake/lib/bb/runqueue.py", line 1177, in RunQueueData.prepare_task_hash(tid='/home/ubuntu/Poky/poky/meta-tutorial/recipes-tutorial/first/first_0.1.bb:do_build'):
  22. self.runtaskentries[tid].hash = bb.parse.siggen.get_taskhash(taskfn, taskname, procdep, self.dataCaches[mc])
  23. > self.runtaskentries[tid].unihash = bb.parse.siggen.get_unihash(taskfn + "." + taskname)
  24.  
  25. File "/home/ubuntu/bitbake/lib/bb/siggen.py", line 45, in SignatureGenerator.get_unihash(task='/home/ubuntu/Poky/poky/meta-tutorial/recipes-tutorial/first/first_0.1.bb.do_build'):
  26. def get_unihash(self, task):
  27. > return self.taskhash[task]
  28.  
  29. KeyError: '/home/ubuntu/Poky/poky/meta-tutorial/recipes-tutorial/first/first_0.1.bb.do_build'
  30.  
  31.  
  32. Summary: There were 13 WARNING messages shown.
  33. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  34.  
  35. bitbake --version
  36. BitBake Build Tool Core version 1.40.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement