Skip to content

Instantly share code, notes, and snippets.

@dhilst
Created July 28, 2016 19:17
Show Gist options
  • Select an option

  • Save dhilst/654a8712f66999c037274c6af43d9272 to your computer and use it in GitHub Desktop.

Select an option

Save dhilst/654a8712f66999c037274c6af43d9272 to your computer and use it in GitHub Desktop.
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Error executing a python function in /home/geckos/yocto/yocto-daisy/sources/meta-csi-utils/recipes-csicore/libpharosstack-c/libpharosstack-c_1.0.0.bb:
The stack trace of python calls that resulted in this exception/failure was:
File: 'emit_pkgdata', lineno: 136, function: <module>
0132:
0133: bb.utils.unlockfile(lf)
0134:
0135:
*** 0136:emit_pkgdata(d)
0137:
File: 'emit_pkgdata', lineno: 115, function: emit_pkgdata
0111: sf.close()
0112:
0113: # Symlinks needed for reverse lookups (from the final package name)
0114: subdata_sym = pkgdatadir + "/runtime-reverse/%s" % pkgval
*** 0115: oe.path.symlink("../runtime/%s" % pkg, subdata_sym, True)
0116:
0117: allow_empty = d.getVar('ALLOW_EMPTY_%s' % pkg, True)
0118: if not allow_empty:
0119: allow_empty = d.getVar('ALLOW_EMPTY', True)
File: '/home/geckos/yocto/yocto-daisy/sources/poky/meta/lib/oe/path.py', lineno: 103, function: symlink
0099: """Create a symbolic link"""
0100: try:
0101: if force:
0102: remove(destination)
*** 0103: os.symlink(source, destination)
0104: except OSError as e:
0105: if e.errno != errno.EEXIST or os.readlink(destination) != source:
0106: raise
0107:
Exception: OSError: [Errno 2] No such file or directory
ERROR: Function failed: emit_pkgdata
ERROR: Logfile of failure stored in: /home/geckos/yocto/yocto-daisy/build_x11/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/libpharosstack-c/1.0.0-r0/temp/log.do_package.17121
ERROR: Task 12 (/home/geckos/yocto/yocto-daisy/sources/meta-csi-utils/recipes-csicore/libpharosstack-c/libpharosstack-c_1.0.0.bb, do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 746 tasks of which 737 didn't need to be rerun and 1 failed.
No currently running tasks (746 of 751)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment