Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. x@x-vm-01:~/Dokumente/x/ToradexVF61_01/oe-core/build$ bitbake -k console-trdx-image
  2. ERROR: Execution of event handler 'check_sanity_eventhandler' failed
  3. Traceback (most recent call last):
  4. File "check_sanity_eventhandler(e)", line 6, in check_sanity_eventhandler(e=<bb.event.SanityCheck object at 0x7f718636eb50>)
  5. File "sanity.bbclass", line 41, in check_sanity(sanity_data=<bb.data_smart.DataSmart object at 0x7f718647ffd0>)
  6. File "sanity.bbclass", line 7, in check_sanity_sstate_dir_change(sstate_dir=None, data=<bb.data_smart.DataSmart object at 0x7f718647ffd0>)
  7. File "sanity.bbclass", line 3, in check_create_long_filename(filepath=None, pathname='SSTATE_DIR')
  8. File "/usr/lib/python2.7/posixpath.py", line 77, in join(a=None, *p=('qTUUgLDKizJhtAfcAtHoCtnhyvofIptUGLUzBnyecVNgXcQXlIlUzKAbGPklGSYnXrmZMdCsOpXJggtKKfiEODKhhsAAWBMIZhwUCkUXnZakvylyOTVKCsrJJfLowSPOUMHXOrizZDdIDxosWdjyGxsDPiidcHlzLodGUvRhgdpLwwXTufPYlIPjWqwUkpErftIOZnRw',)):
  9. path = b
  10. > elif path == '' or path.endswith('/'):
  11. path += b
  12. AttributeError: 'NoneType' object has no attribute 'endswith'
  13.  
  14. ERROR: Command execution failed: Traceback (most recent call last):
  15. File "/home/x/Dokumente/x/ToradexVF61_01/oe-core/stuff/openembedded-core/bitbake/lib/bb/command.py", line 99, in runAsyncCommand
  16. self.cooker.updateCache()
  17. File "/home/x/Dokumente/x/ToradexVF61_01/oe-core/stuff/openembedded-core/bitbake/lib/bb/cooker.py", line 1454, in updateCache
  18. bb.event.fire(bb.event.SanityCheck(False), self.data)
  19. File "/home/x/Dokumente/x/ToradexVF61_01/oe-core/stuff/openembedded-core/bitbake/lib/bb/event.py", line 163, in fire
  20. fire_class_handlers(event, d)
  21. File "/home/x/Dokumente/x/ToradexVF61_01/oe-core/stuff/openembedded-core/bitbake/lib/bb/event.py", line 102, in fire_class_handlers
  22. execute_handler(name, handler, event, d)
  23. File "/home/x/Dokumente/x/ToradexVF61_01/oe-core/stuff/openembedded-core/bitbake/lib/bb/event.py", line 76, in execute_handler
  24. ret = handler(event)
  25. File "check_sanity_eventhandler(e)", line 6, in check_sanity_eventhandler
  26. File "sanity.bbclass", line 41, in check_sanity
  27. File "sanity.bbclass", line 7, in check_sanity_sstate_dir_change
  28. File "sanity.bbclass", line 3, in check_create_long_filename
  29. File "/usr/lib/python2.7/posixpath.py", line 77, in join
  30. elif path == '' or path.endswith('/'):
  31. AttributeError: 'NoneType' object has no attribute 'endswith'
  32.  
  33.  
  34. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement