- [drix@v build]$ bitbake quilt
- Loading cache: 100% |###############################################################################################################################################| ETA: 00:00:00
- Loaded 2220 entries from dependency cache.
- Parsing recipes: 100% |#############################################################################################################################################| Time: 00:00:00
- Parsing of 1759 .bb files complete (1753 cached, 6 parsed). 2225 targets, 56 skipped, 0 masked, 0 errors.
- NOTE: Resolving any missing task queue dependencies
- Build Configuration:
- BB_VERSION = "1.24.0"
- BUILD_SYS = "x86_64-linux"
- NATIVELSBSTRING = "RedHatEnterpriseServer-7.1"
- TARGET_SYS = "i586-poky-linux"
- MACHINE = "v"
- DISTRO = "poky"
- DISTRO_VERSION = "1.7.1"
- TUNE_FEATURES = "m32 core2"
- TARGET_FPU = ""
- meta
- meta-yocto
- meta-yocto-bsp = "<unknown>:<unknown>"
- meta-qt5 = "dizzy:1cec680ca9bcd00caaede8fa3d0ff3a4317550dc"
- meta-oe
- meta-gnome
- meta-ruby
- meta-python
- meta-multimedia
- meta-networking = "dizzy:6413cdb66acf43059f94d0076ec9b8ad6a475b35"
- meta-intel = "dizzy:c90fb613745cb31694144f6d2c240b4dda32ee58"
- meta-v = "master:18e62e42bd2d5477c2a7b097db65460d3befc930"
- meta-v-products = "master:78cd51745247ff39ea826bb8803fe9b8991ad4ad"
- NOTE: Preparing runqueue
- NOTE: Executing SetScene Tasks
- NOTE: Executing RunQueue Tasks
- ERROR: Error executing a python function in /var/yocto/build/../meta/recipes-devtools/quilt/quilt-native_0.63.bb:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'relocatable_binaries_preprocess', lineno: 6, function: <module>
- 0002:def relocatable_binaries_preprocess(d):
- 0003: rpath_replace(d.expand('/var/yocto/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/sysroot-destdir/'), d)
- 0004:
- 0005:
- *** 0006:relocatable_binaries_preprocess(d)
- 0007:
- File: 'relocatable_binaries_preprocess', lineno: 3, function: relocatable_binaries_preprocess
- 0001:
- 0002:def relocatable_binaries_preprocess(d):
- *** 0003: rpath_replace(d.expand('/var/yocto/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/sysroot-destdir/'), d)
- 0004:
- 0005:
- 0006:relocatable_binaries_preprocess(d)
- 0007:
- File: 'chrpath.bbclass', lineno: 7, function: rpath_replace
- 0003:
- 0004: for bindir in bindirs:
- 0005: #bb.note ("Processing directory " + bindir)
- 0006: directory = path + "/" + bindir
- *** 0007: process_dir (path, directory, d)
- 0008:
- File: 'chrpath.bbclass', lineno: 44, function: process_dir
- 0040: perms = None
- 0041: else:
- 0042: # Temporarily make the file writeable so we can chrpath it
- 0043: os.chmod(fpath, perms|stat.S_IRWXU)
- *** 0044: process_file(cmd, fpath, rootdir, baseprefix, tmpdir, d)
- 0045:
- 0046: if perms:
- 0047: os.chmod(fpath, perms)
- 0048:
- File: 'chrpath.bbclass', lineno: 4, function: process_file_linux
- File "chrpath.bbclass", line 4, in process_file_linux
- File: '/usr/lib64/python2.7/subprocess.py', lineno: 711, function: __init__
- 0707: cwd, env, universal_newlines,
- 0708: startupinfo, creationflags, shell,
- 0709: p2cread, p2cwrite,
- 0710: c2pread, c2pwrite,
- *** 0711: errread, errwrite)
- 0712: except Exception:
- 0713: # Preserve original exception in case os.close raises.
- 0714: exc_type, exc_value, exc_trace = sys.exc_info()
- 0715:
- File: '/usr/lib64/python2.7/subprocess.py', lineno: 1308, function: _execute_child
- 1304: except OSError as e:
- 1305: if e.errno != errno.ECHILD:
- 1306: raise
- 1307: child_exception = pickle.loads(data)
- *** 1308: raise child_exception
- 1309:
- 1310:
- 1311: def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED,
- 1312: _WTERMSIG=os.WTERMSIG, _WIFEXITED=os.WIFEXITED,
- Exception: OSError: [Errno 2] No such file or directory
- ERROR: Function failed: relocatable_binaries_preprocess
- 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
- ERROR: Task 21 (/var/yocto/build/../meta/recipes-devtools/quilt/quilt-native_0.63.bb, do_populate_sysroot) failed with exit code '1'
- NOTE: Tasks Summary: Attempted 93 tasks of which 81 didn't need to be rerun and 1 failed.
- Waiting for 0 running tasks to finish:
- Summary: 1 task failed:
- /var/yocto/build/../meta/recipes-devtools/quilt/quilt-native_0.63.bb, do_populate_sysroot
- Summary: There were 2 ERROR messages shown, returning a non-zero exit code.