Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. DEBUG: Executing python function sstate_task_prefunc
  2. DEBUG: Python function sstate_task_prefunc finished
  3. DEBUG: Executing python function package_get_auto_pr
  4. DEBUG: Python function package_get_auto_pr finished
  5. DEBUG: Executing shell function do_deploy
  6. lib/
  7. lib/modules/
  8. lib/modules/4.6.0-xilinx/
  9. lib/modules/4.6.0-xilinx/kernel/
  10. lib/modules/4.6.0-xilinx/kernel/fs/
  11. lib/modules/4.6.0-xilinx/kernel/fs/configfs/
  12. lib/modules/4.6.0-xilinx/kernel/fs/configfs/configfs.ko
  13. lib/modules/4.6.0-xilinx/kernel/crypto/
  14. lib/modules/4.6.0-xilinx/kernel/crypto/echainiv.ko
  15. lib/modules/4.6.0-xilinx/kernel/crypto/drbg.ko
  16. lib/modules/4.6.0-xilinx/kernel/crypto/sha256_generic.ko
  17. lib/modules/4.6.0-xilinx/kernel/crypto/jitterentropy_rng.ko
  18. lib/modules/4.6.0-xilinx/kernel/crypto/hmac.ko
  19. lib/modules/4.6.0-xilinx/kernel/drivers/
  20. lib/modules/4.6.0-xilinx/kernel/drivers/remoteproc/
  21. lib/modules/4.6.0-xilinx/kernel/drivers/remoteproc/zynq_remoteproc.ko
  22. lib/modules/4.6.0-xilinx/kernel/drivers/remoteproc/remoteproc.ko
  23. lib/modules/4.6.0-xilinx/kernel/drivers/remoteproc/mb_remoteproc.ko
  24. lib/modules/4.6.0-xilinx/kernel/drivers/uio/
  25. lib/modules/4.6.0-xilinx/kernel/drivers/uio/uio_pdrv_genirq.ko
  26. lib/modules/4.6.0-xilinx/kernel/drivers/usb/
  27. lib/modules/4.6.0-xilinx/kernel/drivers/usb/gadget/
  28. lib/modules/4.6.0-xilinx/kernel/drivers/usb/gadget/function/
  29. lib/modules/4.6.0-xilinx/kernel/drivers/usb/gadget/function/usb_f_ss_lb.ko
  30. lib/modules/4.6.0-xilinx/kernel/drivers/usb/gadget/function/usb_f_mass_storage.ko
  31. lib/modules/4.6.0-xilinx/kernel/drivers/usb/gadget/legacy/
  32. lib/modules/4.6.0-xilinx/kernel/drivers/usb/gadget/legacy/g_zero.ko
  33. lib/modules/4.6.0-xilinx/kernel/drivers/usb/gadget/libcomposite.ko
  34. lib/modules/4.6.0-xilinx/kernel/drivers/rpmsg/
  35. lib/modules/4.6.0-xilinx/kernel/drivers/rpmsg/virtio_rpmsg_bus.ko
  36. lib/modules/4.6.0-xilinx/kernel/drivers/virtio/
  37. lib/modules/4.6.0-xilinx/kernel/drivers/virtio/virtio_ring.ko
  38. lib/modules/4.6.0-xilinx/kernel/drivers/virtio/virtio.ko
  39. lib/modules/4.6.0-xilinx/kernel/net/
  40. lib/modules/4.6.0-xilinx/kernel/net/8021q/
  41. lib/modules/4.6.0-xilinx/kernel/net/8021q/8021q.ko
  42. lib/modules/4.6.0-xilinx/kernel/net/llc/
  43. lib/modules/4.6.0-xilinx/kernel/net/llc/llc.ko
  44. lib/modules/4.6.0-xilinx/kernel/net/802/
  45. lib/modules/4.6.0-xilinx/kernel/net/802/p8022.ko
  46. lib/modules/4.6.0-xilinx/kernel/net/802/stp.ko
  47. lib/modules/4.6.0-xilinx/kernel/net/802/psnap.ko
  48. lib/modules/4.6.0-xilinx/kernel/net/bridge/
  49. lib/modules/4.6.0-xilinx/kernel/net/bridge/bridge.ko
  50. lib/modules/4.6.0-xilinx/kernel/net/ipv4/
  51. lib/modules/4.6.0-xilinx/kernel/net/ipv4/ipip.ko
  52. lib/modules/4.6.0-xilinx/modules.builtin
  53. lib/modules/4.6.0-xilinx/modules.order
  54. Copying deploy kernel-initramfs image and setting up links...
  55. DEBUG: Shell function do_deploy finished
  56. DEBUG: Executing python function sstate_task_postfunc
  57. DEBUG: Staging files from /tmp/prebuiltLinux/work/plnx_arm-xilinx-linux-gnueabi/linux-xlnx/4.6-xilinx+gitAUTOINC+2762bc9163-r0/deploy-linux-xlnx to /tmp/prebuiltLinux/deploy/images/plnx_arm
  58. ERROR: The recipe linux-xlnx is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
  59. /tmp/prebuiltLinux/deploy/images/plnx_arm/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
  60. Please verify which recipe should provide the above files.
  61. The build has stopped as continuing in this scenario WILL break things, if not now, possibly in the future (we've seen builds fail several months later). If the system knew how to recover from this automatically it would however there are several different scenarios which can result in this and we don't know which one this is. It may be you have switched providers of something like virtual/kernel (e.g. from linux-yocto to linux-yocto-dev), in that case you need to execute the clean task for both recipes and it will resolve this error. It may be you changed DISTRO_FEATURES from systemd to udev or vice versa. Cleaning those recipes should again resolve this error however switching DISTRO_FEATURES on an existing build directory is not supported, you should really clean out tmp and rebuild (reusing sstate should be safe). It could be the overlapping files detected are harmless in which case adding them to SSTATE_DUPWHITELIST may be the correct solution. It could also be your build is including two different conflicting versions of things (e.g. bluez 4 and bluez 5 and the correct solution for that would be to resolve the conflict. If in doubt, please ask on the mailing list, sharing the error and filelist above.
  62. ERROR: If the above message is too much, the simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That will likely fix things in most (but not all) cases.
  63. DEBUG: Python function sstate_task_postfunc finished
  64. ERROR: Function failed: sstate_task_postfunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement