Guest User

Untitled

a guest
Jan 29th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. DEBUG: Executing python function extend_recipe_sysroot
  2. NOTE: Direct dependencies are ['virtual:native:/home/devel/yocto/sources/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', '/home/devel/yocto/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.65.bb:do_populate_sysroot', 'virtual:native:/home/devel/yocto/sources/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot']
  3. NOTE: Installed into sysroot: ['pseudo-native']
  4. NOTE: Skipping as already exists in sysroot: ['xz-native', 'quilt-native', 'autoconf-native', 'gettext-minimal-native', 'gnu-config-native', 'automake-native', 'libtool-native', 'm4-native', 'texinfo-dummy-native']
  5. DEBUG: Python function extend_recipe_sysroot finished
  6. DEBUG: Executing shell function do_install
  7. Generating private key for root...
  8. /usr/bin/openssl genrsa -out wireless-regdb-root.key.priv.pem 2048
  9. Generating RSA private key, 2048 bit long modulus
  10. ..........................+++
  11. ...........................................+++
  12. e is 65537 (0x10001)
  13. Generating public key for root...
  14. /usr/bin/openssl rsa -in wireless-regdb-root.key.priv.pem -out root.key.pub.pem -pubout -outform PEM
  15. writing RSA key
  16. Generating regulatory.bin digitally signed by root...
  17. ./db2bin.py regulatory.bin db.txt wireless-regdb-root.key.priv.pem
  18. Traceback (most recent call last):
  19. File "./db2bin.py", line 6, in <module>
  20. from dbparse import DBParser
  21. File "/home/devel/yocto/build/tmp/work/all-poky-linux/wireless-regdb/2018.05.31-r0/wireless-regdb-2018.05.31/dbparse.py", line 8, in <module>
  22. import attr <---*** This used to be "binutils" before python future was installed, it persists even if I completely remove that lib
  23. ImportError: No module named attr
  24. Makefile:57: recipe for target 'regulatory.bin' failed
  25. make: *** [regulatory.bin] Error 1
  26. WARNING: exit code 2 from a shell command.
  27. ERROR: Function failed: do_install (log file is located at /home/devel/yocto/build/tmp/work/all-poky-linux/wireless-regdb/2018.05.31-r0/temp/log.do_install.27277)
Add Comment
Please, Sign In to add comment