Guest User

logs

a guest
Jun 30th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. ERROR: linux-yocto-5.2.17+gitAUTOINC+bb2776d6be_25b14cdf96-r0 do_package: Error executing a python function in exec_python_func() autogenerated:
  2.  
  3. The stack trace of python calls that resulted in this exception/failure was:
  4. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  5. 0001:
  6. *** 0002:split_kernel_module_packages(d)
  7. 0003:
  8. File: '/opt/graylog-poky/meta/classes/kernel-module-split.bbclass', lineno: 171, function: split_kernel_module_packages
  9. 0167: # avoid warnings. removedirs only raises an OSError if an empty
  10. 0168: # directory cannot be removed.
  11. 0169: dvar = d.getVar('PKGD')
  12. 0170: for dir in ["%s/etc/modprobe.d" % (dvar), "%s/etc/modules-load.d" % (dvar), "%s/etc" % (dvar)]:
  13. *** 0171: if len(os.listdir(dir)) == 0:
  14. 0172: os.rmdir(dir)
  15. 0173:}
  16. 0174:
  17. 0175:do_package[vardeps] += '${@" ".join(map(lambda s: "module_conf_" + s, (d.getVar("KERNEL_MODULE_PROBECONF") or "").split()))}'
  18. 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'
  19.  
  20. 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
  21. ERROR: Task (/opt/graylog-poky/meta/recipes-kernel/linux/linux-yocto_5.2.bb:do_package) failed with exit code '1'
  22. ERROR: volatile-binds-1.0-r0 do_package: SYSTEMD_SERVICE_volatile-binds value var-volatile-lib.service does not exist
  23. 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
  24. ERROR: Task (/opt/graylog-poky/meta/recipes-core/volatile-binds/volatile-binds.bb:do_package) failed with exit code '1'
  25. ERROR: glibc-locale-2.30-r0 do_package: Error executing a python function in exec_python_func() autogenerated:
  26.  
  27. The stack trace of python calls that resulted in this exception/failure was:
  28. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  29. 0001:
  30. *** 0002:package_do_split_gconvs(d)
  31. 0003:
  32. File: '/opt/graylog-poky/meta/classes/libc-package.bbclass', lineno: 189, function: package_do_split_gconvs
  33. 0185: dot_re = re.compile(r"(.*)\.(.*)")
  34. 0186:
  35. 0187: # Read in supported locales and associated encodings
  36. 0188: supported = {}
  37. *** 0189: with open(oe.path.join(d.getVar('WORKDIR'), "SUPPORTED")) as f:
  38. 0190: for line in f.readlines():
  39. 0191: try:
  40. 0192: locale, charset = line.rstrip().split()
  41. 0193: except ValueError:
  42. 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'
  43.  
  44. 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
  45. 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