Advertisement
Guest User

Untitled

a guest
Nov 28th, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. user@8e0991ec8bf9:/local/build$ bitbake core-image-full-cmdline
  2. ERROR: Unable to start bitbake server (None)
  3. ERROR: Server log for this session (/local/build/bitbake-cookerdaemon.log):
  4. --- Starting bitbake server pid 7021 at 2019-11-28 16:54:33.184879 ---
  5. ERROR: Execution of event handler 'base_eventhandler' failed
  6. Traceback (most recent call last):
  7. File "/local/poky/meta/classes/base.bbclass", line 244, in base_eventhandler(e=<bb.event.ConfigParsed object at 0x7f71dde3a978>):
  8. # Works with the line in layer.conf which changes PATH to point here
  9. > setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS', d)
  10. setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS_NONFATAL', d, fatal=False)
  11. File "/local/poky/meta/classes/base.bbclass", line 145, in setup_hosttools_dir(dest='/local/build/tmp/hosttools', toolsvar='HOSTTOOLS', d=<bb.data_smart.DataSmart object at 0x7f71de451ac8>, fatal=True):
  12. srctool = "python2"
  13. > os.symlink(srctool, desttool)
  14.  
  15. FileExistsError: [Errno 17] File exists: 'python2' -> '/local/build/tmp/hosttools/python'
  16.  
  17. ERROR: Error parsing configuration files
  18. Traceback (most recent call last):
  19. File "/local/poky/bitbake/lib/bb/event.py", line 215, in fire(event=<bb.event.ConfigParsed object at 0x7f71dde3a978>, d=<bb.data_smart.DataSmart object at 0x7f71de451ac8>):
  20.  
  21. > fire_class_handlers(event, d)
  22. if worker_fire:
  23. File "/local/poky/bitbake/lib/bb/event.py", line 122, in fire_class_handlers(event=<bb.event.ConfigParsed object at 0x7f71dde3a978>, d=<bb.data_smart.DataSmart object at 0x7f71de451ac8>):
  24. continue
  25. > execute_handler(name, handler, event, d)
  26.  
  27. File "/local/poky/bitbake/lib/bb/event.py", line 94, in execute_handler(name='base_eventhandler', handler=<function base_eventhandler at 0x7f71dde8d048>, event=<bb.event.ConfigParsed object at 0x7f71dde3a978>, d=<bb.data_smart.DataSmart object at 0x7f71de451ac8>):
  28. try:
  29. > ret = handler(event)
  30. except (bb.parse.SkipRecipe, bb.BBHandledException):
  31. File "/local/poky/meta/classes/base.bbclass", line 244, in base_eventhandler(e=<bb.event.ConfigParsed object at 0x7f71dde3a978>):
  32. # Works with the line in layer.conf which changes PATH to point here
  33. > setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS', d)
  34. setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS_NONFATAL', d, fatal=False)
  35. File "/local/poky/meta/classes/base.bbclass", line 145, in setup_hosttools_dir(dest='/local/build/tmp/hosttools', toolsvar='HOSTTOOLS', d=<bb.data_smart.DataSmart object at 0x7f71de451ac8>, fatal=True):
  36. srctool = "python2"
  37. > os.symlink(srctool, desttool)
  38.  
  39. FileExistsError: [Errno 17] File exists: 'python2' -> '/local/build/tmp/hosttools/python'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement