Advertisement
Guest User

Untitled

a guest
Jul 9th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. Initialising tasks: 100% |#######################################| Time: 0:00:12
  2. Sstate summary: Wanted 0 Found 0 Missed 0 Current 2952 (0% match, 100% complete)
  3. NOTE: Executing Tasks
  4. ERROR: mc:tpp-tppg2:img-tps-base-1.0-r1 do_populate_sdk: Error executing a python function in exec_python_func() autogenerated:
  5.  
  6. The stack trace of python calls that resulted in this exception/failure was:
  7. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  8. 0001:
  9. *** 0002:do_populate_sdk(d)
  10. 0003:
  11. File: '/home/dv/workspace/tpp.26/poky/build.tppg2/../meta/classes/populate_sdk_base.bbclass', lineno: 172, function: do_populate_sdk
  12. 0168:
  13. 0169: populate_sdk(d)
  14. 0170:
  15. 0171:fakeroot python do_populate_sdk() {
  16. *** 0172: populate_sdk_common(d)
  17. 0173:}
  18. 0174:SSTATETASKS += "do_populate_sdk"
  19. 0175:SSTATE_SKIP_CREATION_task-populate-sdk = '1'
  20. 0176:do_populate_sdk[cleandirs] = "${SDKDEPLOYDIR}"
  21. File: '/home/dv/workspace/tpp.26/poky/build.tppg2/../meta/classes/populate_sdk_base.bbclass', lineno: 169, function: populate_sdk_common
  22. 0165: manifest_type=Manifest.MANIFEST_TYPE_SDK_HOST)
  23. 0166: create_manifest(d, manifest_dir=d.getVar('SDK_DIR'),
  24. 0167: manifest_type=Manifest.MANIFEST_TYPE_SDK_TARGET)
  25. 0168:
  26. *** 0169: populate_sdk(d)
  27. 0170:
  28. 0171:fakeroot python do_populate_sdk() {
  29. 0172: populate_sdk_common(d)
  30. 0173:}
  31. File: '/home/dv/workspace/tpp.26/poky/build.tppg2/../meta/lib/oe/sdk.py', lineno: 413, function: populate_sdk
  32. 0409: env_bkp = os.environ.copy()
  33. 0410:
  34. 0411: img_type = d.getVar('IMAGE_PKGTYPE')
  35. 0412: if img_type == "rpm":
  36. *** 0413: RpmSdk(d, manifest_dir).populate()
  37. 0414: elif img_type == "ipk":
  38. 0415: OpkgSdk(d, manifest_dir).populate()
  39. 0416: elif img_type == "deb":
  40. 0417: DpkgSdk(d, manifest_dir).populate()
  41. File: '/home/dv/workspace/tpp.26/poky/build.tppg2/../meta/lib/oe/sdk.py', lineno: 42, function: populate
  42. 0038: def populate(self):
  43. 0039: self.mkdirhier(self.sdk_output)
  44. 0040:
  45. 0041: # call backend dependent implementation
  46. *** 0042: self._populate()
  47. 0043:
  48. 0044: # Don't ship any libGL in the SDK
  49. 0045: self.remove(os.path.join(self.sdk_output, self.sdk_native_path,
  50. 0046: self.d.getVar('libdir_nativesdk').strip('/'),
  51. File: '/home/dv/workspace/tpp.26/poky/build.tppg2/../meta/lib/oe/sdk.py', lineno: 178, function: _populate
  52. 0174: self.target_pm.remove_packaging_data()
  53. 0175:
  54. 0176: bb.note("Installing NATIVESDK packages")
  55. 0177: self._populate_sysroot(self.host_pm, self.host_manifest)
  56. *** 0178: self.install_locales(self.host_pm)
  57. 0179:
  58. 0180: self.host_pm.run_intercepts(populate_sdk='host')
  59. 0181:
  60. 0182: execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_HOST_COMMAND"))
  61. File: '/home/dv/workspace/tpp.26/poky/build.tppg2/../meta/lib/oe/sdk.py', lineno: 104, function: install_locales
  62. 0100: # Generate a locale archive of them
  63. 0101: target_arch = self.d.getVar('SDK_ARCH')
  64. 0102: rootfs = oe.path.join(self.sdk_host_sysroot, self.sdk_native_path)
  65. 0103: localedir = oe.path.join(rootfs, self.d.getVar("libdir_nativesdk"), "locale")
  66. *** 0104: generate_locale_archive(self.d, rootfs, target_arch, localedir)
  67. 0105: # And now delete the binary locales
  68. 0106: pkgs = fnmatch.filter(pm.list_installed(), "nativesdk-glibc-binary-localedata-*.utf-8")
  69. 0107: pm.remove(pkgs)
  70. 0108: else:
  71. File: '/home/dv/workspace/tpp.26/poky/build.tppg2/../meta/lib/oe/package_manager.py', lineno: 135, function: generate_locale_archive
  72. 0131: # Need to set this so cross-localedef knows where the archive is
  73. 0132: env = dict(os.environ)
  74. 0133: env["LOCALEARCHIVE"] = oe.path.join(localedir, "locale-archive")
  75. 0134:
  76. *** 0135: for name in sorted(os.listdir(localedir)):
  77. 0136: path = os.path.join(localedir, name)
  78. 0137: if os.path.isdir(path):
  79. 0138: cmd = ["cross-localedef", "--verbose"]
  80. 0139: cmd += arch_options
  81. Exception: FileNotFoundError: [Errno 2] No such file or directory: '/disk2/build.26/tmp/work/tppg2-tps-linux-gnueabi/img-tps-base/1.0-r1/sdk/image/opt/tps/3.1.2-20210709/sysroots/x86_64-oesdk-linux/usr/lib/locale'
  82.  
  83. ERROR: Logfile of failure stored in: /disk2/build.26/tmp/work/tppg2-tps-linux-gnueabi/img-tps-base/1.0-r1/temp/log.do_populate_sdk.11693
  84. ERROR: Task (mc:tpp-tppg2:/home/dv/workspace/tpp.26/poky/build.tppg2/../meta-tibbo/recipes-core/images/img-tps-base.bb:do_populate_sdk) failed with exit code '1'
  85. NOTE: Tasks Summary: Attempted 8770 tasks of which 8769 didn't need to be rerun and 1 failed.
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement