Skip to content

Instantly share code, notes, and snippets.

@bartosh
Created April 5, 2017 17:03
Show Gist options
  • Save bartosh/c2f2d848d8060d8a1d5958a5b42a5d93 to your computer and use it in GitHub Desktop.
Save bartosh/c2f2d848d8060d8a1d5958a5b42a5d93 to your computer and use it in GitHub Desktop.
$ bitbake core-image-minimal
WARNING: Host distribution "opensuse-13.2" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Parsing recipes: 100% |###############################################################################################################################################| Time: 0:00:14
Parsing of 848 .bb files complete (0 cached, 848 parsed). 1316 targets, 49 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.33.3"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "opensuse-13.2"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "qemux86-64"
DISTRO = "poky"
DISTRO_VERSION = "2.2+snapshot-20170405"
TUNE_FEATURES = "m64 core2"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp
meta-selftest = "ed/wic/wip:93f0fecac30394e674707a9fb8e8fc5033f490e2"
ERROR: An uncaught exception occurred in runqueue | ETA: 0:00:09
Traceback (most recent call last):
File "/home/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 1372, in RunQueue.execute_runqueue():
try:
> return self._execute_runqueue()
except bb.runqueue.TaskFailure:
File "/home/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 1288, 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/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 708, in RunQueueData.prepare():
for dep in recursiveitasks[tid]:
> generate_recdeps(dep)
self.init_progress_reporter.update(taskcounter)
File "/home/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 700, in generate_recdeps(t='virtual:nativesdk:/home/ed/git/yocto/poky/meta/recipes-core/glibc/glibc-initial_2.25.bb:do_build'):
for i in newdeps:
> task = self.runtaskentries[i].task
for n in self.runtaskentries[i].depends:
KeyError: 'virtual:nativesdk:/home/ed/git/yocto/poky/meta/recipes-core/glibc/glibc-initial_2.25.bb:do_build'
ERROR: Running idle function
Traceback (most recent call last):
File "/home/ed/git/yocto/poky/bitbake/lib/bb/cooker.py", line 1477, in buildTargetsIdle(server=<ProcessServer(ProcessServer-1, started)>, rq=<bb.runqueue.RunQueue object at 0x7f71cecb3f98>, abort=False):
try:
> retval = rq.execute_runqueue()
except runqueue.TaskFailure as exc:
File "/home/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 1372, in RunQueue.execute_runqueue():
try:
> return self._execute_runqueue()
except bb.runqueue.TaskFailure:
File "/home/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 1288, 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/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 708, in RunQueueData.prepare():
for dep in recursiveitasks[tid]:
> generate_recdeps(dep)
self.init_progress_reporter.update(taskcounter)
File "/home/ed/git/yocto/poky/bitbake/lib/bb/runqueue.py", line 700, in generate_recdeps(t='virtual:nativesdk:/home/ed/git/yocto/poky/meta/recipes-core/glibc/glibc-initial_2.25.bb:do_build'):
for i in newdeps:
> task = self.runtaskentries[i].task
for n in self.runtaskentries[i].depends:
KeyError: 'virtual:nativesdk:/home/ed/git/yocto/poky/meta/recipes-core/glibc/glibc-initial_2.25.bb:do_build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment