Advertisement
Guest User

Untitled

a guest
Mar 7th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. Build Configuration:
  2. BB_VERSION = "2.3.1"
  3. BUILD_SYS = "x86_64-linux"
  4. NATIVELSBSTRING = "universal"
  5. TARGET_SYS = "aarch64-suse-linux"
  6. MACHINE = "qemuarm64-xen-uboot"
  7. DISTRO = "hypercar"
  8. DISTRO_VERSION = "0.0.1"
  9. TUNE_FEATURES = "aarch64 armv8a crc cortexa57"
  10. TARGET_FPU = ""
  11. meta = "HEAD:5b6f31f41a3c8c6f2f63e219f59f0800b84b1a20"
  12. meta-virtualization = "HEAD:147e78a2aff5cb6a29e7f45dd5c4351200cdb117"
  13. meta-hypercar = "master:fde41ae1a52df9218475c70f4d49803979db1865"
  14. meta-filesystems
  15. meta-gnome
  16. meta-initramfs
  17. meta-multimedia
  18. meta-networking
  19. meta-oe
  20. meta-perl
  21. meta-python
  22. meta-webserver
  23. meta-xfce = "HEAD:cba6df61c7cbc4446aab09eb11673bcb6c581307"
  24. meta-arm
  25. meta-arm-bsp
  26. meta-arm-toolchain = "HEAD:3af64cee5bf963359e1aa304e55ff673b07f0294"
  27. meta-zephyr-bsp
  28. meta-zephyr-core = "HEAD:1312cb2a1932bde47fa099e6ea657e2297e985d2"
  29. meta-raspberrypi = "master:e15b87615597b738e8960addba122dafe46b0c5c"
  30.  
  31. Initialising tasks: 100% |######################################################################################################################################################################################################################################################################################| Time: 0:00:01
  32. Sstate summary: Wanted 578 Local 0 Mirrors 0 Missed 578 Current 797 (0% match, 57% complete)
  33. NOTE: Executing Tasks
  34. ERROR: Error running gcc --version: /bin/sh: line 1: gcc: command not found
  35.  
  36. WARNING: Exception during build_dependencies for create_shar
  37. WARNING: Error during finalise of /mnt/builds/hypercar/sources/core/../meta-hypercar/recipes-core/images/hypercar-image-ramfs.bb
  38. ERROR: Traceback (most recent call last):
  39. File "/mnt/builds/hypercar/sources/core/../core/meta/lib/oe/utils.py", line 449, in host_gcc_version
  40. output = subprocess.check_output("%s --version" % compiler, \
  41. File "/usr/lib64/python3.10/subprocess.py", line 421, in check_output
  42. return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  43. File "/usr/lib64/python3.10/subprocess.py", line 526, in run
  44. raise CalledProcessError(retcode, process.args,
  45. subprocess.CalledProcessError: Command 'gcc --version' returned non-zero exit status 127.
  46.  
  47. During handling of the above exception, another exception occurred:
  48.  
  49. Traceback (most recent call last):
  50. File "/mnt/builds/hypercar/sources/bitbake/bin/bitbake-worker", line 265, in child
  51. the_data = databuilder.parseRecipe(fn, appends)
  52. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/cookerdata.py", line 545, in parseRecipe
  53. bb_data = self.parseRecipeVariants(virtualfn, appends, virtonly=True)
  54. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/cookerdata.py", line 518, in parseRecipeVariants
  55. datastores = self._parse_recipe(bb_data, bbfile, appends, mc)
  56. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/cookerdata.py", line 505, in _parse_recipe
  57. bb_data = bb.parse.handle(bbfile, bb_data)
  58. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/parse/__init__.py", line 107, in handle
  59. return h['handle'](fn, data, include, baseconfig)
  60. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 149, in handle
  61. return ast.multi_finalize(fn, d)
  62. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/parse/ast.py", line 434, in multi_finalize
  63. finalize(fn, d)
  64. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/parse/ast.py", line 399, in finalize
  65. bb.parse.siggen.finalise(fn, d, variant)
  66. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/siggen.py", line 252, in finalise
  67. taskdeps, gendeps, lookupcache = self._build_data(mcfn, d)
  68. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/siggen.py", line 223, in _build_data
  69. tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d, self.basehash_ignore_vars)
  70. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/data.py", line 400, in generate_dependencies
  71. deps[dep], values[dep] = build_dependencies(dep, keys, mod_funcs, shelldeps, varflagsexcl, ignored_vars, d, codeparserd)
  72. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/data.py", line 322, in build_dependencies
  73. value, parsedvar = codeparsedata.getVarFlag(key, "_content", False, retparser=True)
  74. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/data_smart.py", line 858, in getVarFlag
  75. parser = self.expandWithRefs(value, cachename)
  76. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/data_smart.py", line 460, in expandWithRefs
  77. s = __expand_python_regexp__.sub(varparse.python_sub, s)
  78. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/data_smart.py", line 150, in python_sub
  79. value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
  80. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/utils.py", line 434, in better_eval
  81. return eval(source, ctx, locals)
  82. File "Var <create_shar>", line 1, in <module>
  83. File "/mnt/builds/hypercar/sources/core/../core/meta/lib/oe/utils.py", line 452, in host_gcc_version
  84. bb.fatal("Error running %s --version: %s" % (compiler, e.output.decode("utf-8")))
  85. File "/mnt/builds/hypercar/sources/bitbake/lib/bb/__init__.py", line 182, in fatal
  86. raise BBHandledException()
  87. bb.BBHandledException
  88.  
  89. ERROR: Task (/mnt/builds/hypercar/sources/core/../meta-hypercar/recipes-core/images/hypercar-image-ramfs.bb:do_prepare_recipe_sysroot) failed with exit code '1'
  90. NOTE: Tasks Summary: Attempted 3439 tasks of which 3437 didn't need to be rerun and 1 failed.
  91.  
  92. Summary: 1 task failed:
  93. /mnt/builds/hypercar/sources/core/../meta-hypercar/recipes-core/images/hypercar-image-ramfs.bb:do_prepare_recipe_sysroot
  94. Summary: There were 2 WARNING messages.
  95. #
  96. Summary: There were 2 ERROR messages, returning a non-zero exit code.
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement