1. [drix@v build]$ bitbake quilt
  2. Loading cache: 100% |###############################################################################################################################################| ETA: 00:00:00
  3. Loaded 2220 entries from dependency cache.
  4. Parsing recipes: 100% |#############################################################################################################################################| Time: 00:00:00
  5. Parsing of 1759 .bb files complete (1753 cached, 6 parsed). 2225 targets, 56 skipped, 0 masked, 0 errors.
  6. NOTE: Resolving any missing task queue dependencies
  7. Build Configuration:
  8. BB_VERSION = "1.24.0"
  9. BUILD_SYS = "x86_64-linux"
  10. NATIVELSBSTRING = "RedHatEnterpriseServer-7.1"
  11. TARGET_SYS = "i586-poky-linux"
  12. MACHINE = "v"
  13. DISTRO = "poky"
  14. DISTRO_VERSION = "1.7.1"
  15. TUNE_FEATURES = "m32 core2"
  16. TARGET_FPU = ""
  17. meta
  18. meta-yocto
  19. meta-yocto-bsp = "<unknown>:<unknown>"
  20. meta-qt5 = "dizzy:1cec680ca9bcd00caaede8fa3d0ff3a4317550dc"
  21. meta-oe
  22. meta-gnome
  23. meta-ruby
  24. meta-python
  25. meta-multimedia
  26. meta-networking = "dizzy:6413cdb66acf43059f94d0076ec9b8ad6a475b35"
  27. meta-intel = "dizzy:c90fb613745cb31694144f6d2c240b4dda32ee58"
  28. meta-v = "master:18e62e42bd2d5477c2a7b097db65460d3befc930"
  29. meta-v-products = "master:78cd51745247ff39ea826bb8803fe9b8991ad4ad"
  30. NOTE: Preparing runqueue
  31. NOTE: Executing SetScene Tasks
  32. NOTE: Executing RunQueue Tasks
  33. ERROR: Error executing a python function in /var/yocto/build/../meta/recipes-devtools/quilt/quilt-native_0.63.bb:
  34. The stack trace of python calls that resulted in this exception/failure was:
  35. File: 'relocatable_binaries_preprocess', lineno: 6, function: <module>
  36. 0002:def relocatable_binaries_preprocess(d):
  37. 0003: rpath_replace(d.expand('/var/yocto/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/sysroot-destdir/'), d)
  38. 0004:
  39. 0005:
  40. *** 0006:relocatable_binaries_preprocess(d)
  41. 0007:
  42. File: 'relocatable_binaries_preprocess', lineno: 3, function: relocatable_binaries_preprocess
  43. 0001:
  44. 0002:def relocatable_binaries_preprocess(d):
  45. *** 0003: rpath_replace(d.expand('/var/yocto/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/sysroot-destdir/'), d)
  46. 0004:
  47. 0005:
  48. 0006:relocatable_binaries_preprocess(d)
  49. 0007:
  50. File: 'chrpath.bbclass', lineno: 7, function: rpath_replace
  51. 0003:
  52. 0004: for bindir in bindirs:
  53. 0005: #bb.note ("Processing directory " + bindir)
  54. 0006: directory = path + "/" + bindir
  55. *** 0007: process_dir (path, directory, d)
  56. 0008:
  57. File: 'chrpath.bbclass', lineno: 44, function: process_dir
  58. 0040: perms = None
  59. 0041: else:
  60. 0042: # Temporarily make the file writeable so we can chrpath it
  61. 0043: os.chmod(fpath, perms|stat.S_IRWXU)
  62. *** 0044: process_file(cmd, fpath, rootdir, baseprefix, tmpdir, d)
  63. 0045:
  64. 0046: if perms:
  65. 0047: os.chmod(fpath, perms)
  66. 0048:
  67. File: 'chrpath.bbclass', lineno: 4, function: process_file_linux
  68. File "chrpath.bbclass", line 4, in process_file_linux
  69. File: '/usr/lib64/python2.7/subprocess.py', lineno: 711, function: __init__
  70. 0707: cwd, env, universal_newlines,
  71. 0708: startupinfo, creationflags, shell,
  72. 0709: p2cread, p2cwrite,
  73. 0710: c2pread, c2pwrite,
  74. *** 0711: errread, errwrite)
  75. 0712: except Exception:
  76. 0713: # Preserve original exception in case os.close raises.
  77. 0714: exc_type, exc_value, exc_trace = sys.exc_info()
  78. 0715:
  79. File: '/usr/lib64/python2.7/subprocess.py', lineno: 1308, function: _execute_child
  80. 1304: except OSError as e:
  81. 1305: if e.errno != errno.ECHILD:
  82. 1306: raise
  83. 1307: child_exception = pickle.loads(data)
  84. *** 1308: raise child_exception
  85. 1309:
  86. 1310:
  87. 1311: def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED,
  88. 1312: _WTERMSIG=os.WTERMSIG, _WIFEXITED=os.WIFEXITED,
  89. Exception: OSError: [Errno 2] No such file or directory
  90. ERROR: Function failed: relocatable_binaries_preprocess
  91. ERROR: Logfile of failure stored in: /var/yocto/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/temp/log.do_populate_sysroot.117221
  92. ERROR: Task 21 (/var/yocto/build/../meta/recipes-devtools/quilt/quilt-native_0.63.bb, do_populate_sysroot) failed with exit code '1'
  93. NOTE: Tasks Summary: Attempted 93 tasks of which 81 didn't need to be rerun and 1 failed.
  94. Waiting for 0 running tasks to finish:
  95. Summary: 1 task failed:
  96. /var/yocto/build/../meta/recipes-devtools/quilt/quilt-native_0.63.bb, do_populate_sysroot
  97. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.