Advertisement
Guest User

meta-networking failed

a guest
Aug 18th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. WARNING: Host distribution "Ubuntu-14.04" 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.
  2. Loading cache: 100% |###########################################| ETA: 00:00:00
  3. Loaded 250 entries from dependency cache.
  4. ERROR: Error executing a python function in <code>: | ETA: --:--:--
  5.  
  6. The stack trace of python calls that resulted in this exception/failure was:
  7. File: '<code>', lineno: 1, function: <module>
  8. *** 0001:__anon_634__home_architech_architech_sdk_architech_hachiko_yocto_poky_meta_classes_base_bbclass(d)
  9. 0002:__anon_954__home_architech_architech_sdk_architech_hachiko_yocto_poky_meta_classes_insane_bbclass(d)
  10. 0003:__anon_230__home_architech_architech_sdk_architech_hachiko_yocto_poky_meta_classes_package_bbclass(d)
  11. 0004:__anon_430__home_architech_architech_sdk_architech_hachiko_yocto_poky_meta_classes_package_ipk_bbclass(d)
  12. 0005:__anon_20__home_architech_architech_sdk_architech_hachiko_yocto_poky_meta_classes_debian_bbclass(d)
  13. File: '__anon_634__home_architech_architech_sdk_architech_hachiko_yocto_poky_meta_classes_base_bbclass', lineno: 236, function: __anon_634__home_architech_architech_sdk_architech_hachiko_yocto_poky_meta_classes_base_bbclass
  14. 0232: #bb.note("overriding PACKAGE_ARCH from %s to %s for %s" % (pkg_arch, mach_arch, pn))
  15. 0233: d.setVar('PACKAGE_ARCH', "hachiko64")
  16. 0234: return
  17. 0235:
  18. *** 0236: packages = d.getVar('PACKAGES', True).split()
  19. 0237: for pkg in packages:
  20. 0238: pkgarch = d.getVar("PACKAGE_ARCH_%s" % pkg, True)
  21. 0239:
  22. 0240: # We could look for != PACKAGE_ARCH here but how to choose
  23. File: '/home/architech/architech_sdk/architech/hachiko/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
  24. 0512: self._seen_overrides[override] = set()
  25. 0513: self._seen_overrides[override].add( var )
  26. 0514:
  27. 0515: def getVar(self, var, expand=False, noweakdefault=False):
  28. *** 0516: return self.getVarFlag(var, "_content", expand, noweakdefault)
  29. 0517:
  30. 0518: def renameVar(self, key, newkey, **loginfo):
  31. 0519: """
  32. 0520: Rename the variable key to newkey
  33. File: '/home/architech/architech_sdk/architech/hachiko/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
  34. 0602: if flag == "_content":
  35. 0603: cachename = var
  36. 0604: else:
  37. 0605: cachename = var + "[" + flag + "]"
  38. *** 0606: value = self.expand(value, cachename)
  39. 0607: if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
  40. 0608: filtered = filter(lambda v: v not in local_var["_removeactive"],
  41. 0609: value.split(" "))
  42. 0610: value = " ".join(filtered)
  43. File: '/home/architech/architech_sdk/architech/hachiko/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
  44. 0340:
  45. 0341: return varparse
  46. 0342:
  47. 0343: def expand(self, s, varname = None):
  48. *** 0344: return self.expandWithRefs(s, varname).value
  49. 0345:
  50. 0346:
  51. 0347: def finalize(self, parent = False):
  52. 0348: """Performs final steps upon the datastore, including application of overrides"""
  53. File: '/home/architech/architech_sdk/architech/hachiko/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
  54. 0330: raise
  55. 0331: except bb.parse.SkipPackage:
  56. 0332: raise
  57. 0333: except Exception as exc:
  58. *** 0334: raise ExpansionError(varname, s, exc)
  59. 0335:
  60. 0336: varparse.value = s
  61. 0337:
  62. 0338: if varname:
  63. Exception: ExpansionError: Failure expanding variable PACKAGES, expression was ${@bb.utils.contains('PACKAGECONFIG', 'python', '${PYTHON_PN}-libsoc-staticdev ${PYTHON_PN}-libsoc', '', d)} libsoc-dbg libsoc-staticdev libsoc-dev libsoc-doc libsoc-locale libsoc which triggered exception SyntaxError: EOL while scanning string literal (PACKAGES, line 1)
  64.  
  65. ERROR: Failed to parse recipe: /home/architech/architech_sdk/architech/hachiko/yocto/poky/meta-openembedded/meta-oe/recipes-support/libsoc/libsoc_0.8.1.bb
  66.  
  67. Summary: There was 1 WARNING message shown.
  68. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement