Skip to content

Instantly share code, notes, and snippets.

@jordemort
Created November 4, 2021 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordemort/1505fe5cf6f62fa50bf44ae02fa8522d to your computer and use it in GitHub Desktop.
Save jordemort/1505fe5cf6f62fa50bf44ae02fa8522d to your computer and use it in GitHub Desktop.
ERROR: An uncaught exception occurred in runqueue########################## | ETA: 0:00:00
Traceback (most recent call last):
File "/home/jordan/Work/bantha/layers/poky/bitbake/lib/bb/runqueue.py", line 1548, in RunQueue.execute_runqueue():
try:
> return self._execute_runqueue()
except bb.runqueue.TaskFailure:
File "/home/jordan/Work/bantha/layers/poky/bitbake/lib/bb/runqueue.py", line 1465, in RunQueue._execute_runqueue():
[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])
> if self.rqdata.prepare() == 0:
self.state = runQueueComplete
File "/home/jordan/Work/bantha/layers/poky/bitbake/lib/bb/runqueue.py", line 952, in RunQueueData.prepare():
for tid in list(runall_tids):
> mark_active(tid,1)
if self.cooker.configuration.force:
File "/home/jordan/Work/bantha/layers/poky/bitbake/lib/bb/runqueue.py", line 867, in mark_active(tid='/mnt/build/../layers/poky/meta/recipes-extended/xz/xz_5.2.5.bb:do_build', depth=1):
for depend in depends:
> mark_active(depend, depth+1)
File "/home/jordan/Work/bantha/layers/poky/bitbake/lib/bb/runqueue.py", line 865, in mark_active(tid='/mnt/build/../layers/poky/meta/recipes-extended/xz/xz_5.2.5.bb:do_package_qa', depth=2):
> depends = self.runtaskentries[tid].depends
for depend in depends:
KeyError: '/mnt/build/../layers/poky/meta/recipes-extended/xz/xz_5.2.5.bb:do_package_qa'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment