Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR: linux-yocto-5.2.17+gitAUTOINC+bb2776d6be_25b14cdf96-r0 do_package: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:split_kernel_module_packages(d)
- 0003:
- File: '/opt/graylog-poky/meta/classes/kernel-module-split.bbclass', lineno: 171, function: split_kernel_module_packages
- 0167: # avoid warnings. removedirs only raises an OSError if an empty
- 0168: # directory cannot be removed.
- 0169: dvar = d.getVar('PKGD')
- 0170: for dir in ["%s/etc/modprobe.d" % (dvar), "%s/etc/modules-load.d" % (dvar), "%s/etc" % (dvar)]:
- *** 0171: if len(os.listdir(dir)) == 0:
- 0172: os.rmdir(dir)
- 0173:}
- 0174:
- 0175:do_package[vardeps] += '${@" ".join(map(lambda s: "module_conf_" + s, (d.getVar("KERNEL_MODULE_PROBECONF") or "").split()))}'
- Exception: FileNotFoundError: [Errno 2] No such file or directory: '/opt/graylog-poky/build/tmp/work/genericx86_64-poky-linux/linux-yocto/5.2.17+gitAUTOINC+bb2776d6be_25b14cdf96-r0/package/etc/modprobe.d'
- ERROR: Logfile of failure stored in: /opt/graylog-poky/build/tmp/work/genericx86_64-poky-linux/linux-yocto/5.2.17+gitAUTOINC+bb2776d6be_25b14cdf96-r0/temp/log.do_package.16472
- ERROR: Task (/opt/graylog-poky/meta/recipes-kernel/linux/linux-yocto_5.2.bb:do_package) failed with exit code '1'
- ERROR: volatile-binds-1.0-r0 do_package: SYSTEMD_SERVICE_volatile-binds value var-volatile-lib.service does not exist
- ERROR: Logfile of failure stored in: /opt/graylog-poky/build/tmp/work/all-poky-linux/volatile-binds/1.0-r0/temp/log.do_package.16475
- ERROR: Task (/opt/graylog-poky/meta/recipes-core/volatile-binds/volatile-binds.bb:do_package) failed with exit code '1'
- ERROR: glibc-locale-2.30-r0 do_package: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:package_do_split_gconvs(d)
- 0003:
- File: '/opt/graylog-poky/meta/classes/libc-package.bbclass', lineno: 189, function: package_do_split_gconvs
- 0185: dot_re = re.compile(r"(.*)\.(.*)")
- 0186:
- 0187: # Read in supported locales and associated encodings
- 0188: supported = {}
- *** 0189: with open(oe.path.join(d.getVar('WORKDIR'), "SUPPORTED")) as f:
- 0190: for line in f.readlines():
- 0191: try:
- 0192: locale, charset = line.rstrip().split()
- 0193: except ValueError:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: '/opt/graylog-poky/build/tmp/work/core2-64-poky-linux/glibc-locale/2.30-r0/SUPPORTED'
- ERROR: Logfile of failure stored in: /opt/graylog-poky/build/tmp/work/core2-64-poky-linux/glibc-locale/2.30-r0/temp/log.do_package.16469
- ERROR: Task (/opt/graylog-poky/meta/recipes-core/glibc/glibc-locale_2.30.bb:do_package) failed with exit code '1'
Add Comment
Please, Sign In to add comment