Advertisement
Guest User

Untitled

a guest
Jun 14th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. ERROR: Error executing a python function in /OE/shr-core/openembedded-core/meta/recipes-kernel/linux/linux-yocto_3.8.bb:
  2.  
  3. The stack trace of python calls that resulted in this exception/failure was:
  4. File: 'split_and_strip_files', lineno: 220, function: <module>
  5. 0216: # End of strip
  6. 0217: #
  7. 0218:
  8. 0219:
  9. *** 0220:split_and_strip_files(d)
  10. 0221:
  11. File: 'split_and_strip_files', lineno: 210, function: split_and_strip_files
  12. 0206:
  13. 0207:
  14. 0208: import multiprocessing
  15. 0209: nproc = multiprocessing.cpu_count()
  16. *** 0210: pool = bb.utils.multiprocessingpool(nproc)
  17. 0211: processed = pool.imap(oe.package.runstrip, sfiles)
  18. 0212: pool.close()
  19. 0213: pool.join()
  20. 0214:
  21. File: '/OE/shr-core/bitbake/lib/bb/utils.py', lineno: 866, function: multiprocessingpool
  22. 0862:#
  23. 0863:# Was present to work around multiprocessing pool bugs in python < 2.7.3
  24. 0864:#
  25. 0865:def multiprocessingpool(*args, **kwargs):
  26. *** 0866: return multiprocessing.pool.Pool(*args, **kwargs)
  27. 0867:
  28. Exception: AttributeError: 'module' object has no attribute 'pool'
  29.  
  30. ERROR: Function failed: split_and_strip_files
  31. ERROR: Logfile of failure stored in: /OE/shr-core/tmp-eglibc/work/spitz-oe-linux-gnueabi/linux-yocto/3.8.13+gitAUTOINC+edd6461602_1f973c0fc8-r4.1/temp/log.do_package.8386
  32. NOTE: recipe linux-yocto-3.8.13+gitAUTOINC+edd6461602_1f973c0fc8-r4.1: task do_package: Failed
  33. ERROR: Task 1324 (/OE/shr-core/openembedded-core/meta/recipes-kernel/linux/linux-yocto_3.8.bb, do_package) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement