[ create a new paste ] login | about

Link: http://codepad.org/CZB8pBWQ    [ raw code | output | fork ]

Lua, pasted on Mar 1:
vagrant@ubuntu-bionic:~/build$ bitbake core-image-minimal
ERROR: Unable to start bitbake server (None)
ERROR: Last 60 lines of server log for this session (/home/vagrant/build/bitbake-cookerdaemon.log):
  File "/home/vagrant/poky/bitbake/lib/bb/event.py", line 134, in fire_class_handlers
    execute_handler(name, handler, event, d)
  File "/home/vagrant/poky/bitbake/lib/bb/event.py", line 106, in execute_handler
    ret = handler(event)
  File "/home/vagrant/poky/meta/classes/base.bbclass", line 238, in base_eventhandler
    setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS', d)
  File "/home/vagrant/poky/meta/classes/base.bbclass", line 139, in setup_hosttools_dir
    os.symlink(srctool, desttool)
FileExistsError: [Errno 17] File exists: 'python2' -> '/home/vagrant/build/tmp/hosttools/python'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/vagrant/poky/bitbake/lib/bb/daemonize.py", line 83, in createDaemon
    function()
  File "/home/vagrant/poky/bitbake/lib/bb/server/process.py", line 469, in _startServer
    self.cooker = bb.cooker.BBCooker(self.configuration, self.featureset)
  File "/home/vagrant/poky/bitbake/lib/bb/cooker.py", line 210, in __init__
    self.initConfigurationData()
  File "/home/vagrant/poky/bitbake/lib/bb/cooker.py", line 375, in initConfigurationData
    self.databuilder.parseBaseConfiguration()
  File "/home/vagrant/poky/bitbake/lib/bb/cookerdata.py", line 323, in parseBaseConfiguration
    raise bb.BBHandledException
bb.BBHandledException
ERROR: Execution of event handler 'base_eventhandler' failed
Traceback (most recent call last):
  File "/home/vagrant/poky/meta/classes/base.bbclass", line 238, in base_eventhandler(e=<bb.event.ConfigParsed object at 0x7f9988e01240>):
             # Works with the line in layer.conf which changes PATH to point here
    >        setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS', d)
             setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS_NONFATAL', d, fatal=False)
  File "/home/vagrant/poky/meta/classes/base.bbclass", line 139, in setup_hosttools_dir(dest='/home/vagrant/build/tmp/hosttools', toolsvar='HOSTTOOLS', d=<bb.data_smart.DataSmart object at 0x7f9988def5c0>, fatal=True):
             srctool = "python2"
    >        os.symlink(srctool, desttool)

FileExistsError: [Errno 17] File exists: 'python2' -> '/home/vagrant/build/tmp/hosttools/python'

ERROR: Error parsing configuration files
Traceback (most recent call last):
  File "/home/vagrant/poky/bitbake/lib/bb/event.py", line 225, in fire(event=<bb.event.ConfigParsed object at 0x7f9988e01240>, d=<bb.data_smart.DataSmart object at 0x7f9988def5c0>):

    >    fire_class_handlers(event, d)
         if worker_fire:
  File "/home/vagrant/poky/bitbake/lib/bb/event.py", line 134, in fire_class_handlers(event=<bb.event.ConfigParsed object at 0x7f9988e01240>, d=<bb.data_smart.DataSmart object at 0x7f9988def5c0>):
                         continue
    >            execute_handler(name, handler, event, d)

  File "/home/vagrant/poky/bitbake/lib/bb/event.py", line 106, in execute_handler(name='base_eventhandler', handler=<function base_eventhandler at 0x7f998802f840>, event=<bb.event.ConfigParsed object at 0x7f9988e01240>, d=<bb.data_smart.DataSmart object at 0x7f9988def5c0>):
         try:
    >        ret = handler(event)
         except (bb.parse.SkipRecipe, bb.BBHandledException):
  File "/home/vagrant/poky/meta/classes/base.bbclass", line 238, in base_eventhandler(e=<bb.event.ConfigParsed object at 0x7f9988e01240>):
             # Works with the line in layer.conf which changes PATH to point here
    >        setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS', d)
             setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS_NONFATAL', d, fatal=False)
  File "/home/vagrant/poky/meta/classes/base.bbclass", line 139, in setup_hosttools_dir(dest='/home/vagrant/build/tmp/hosttools', toolsvar='HOSTTOOLS', d=<bb.data_smart.DataSmart object at 0x7f9988def5c0>, fatal=True):
             srctool = "python2"
    >        os.symlink(srctool, desttool)

FileExistsError: [Errno 17] File exists: 'python2' -> '/home/vagrant/build/tmp/hosttools/python'


Output:
1
line 1: '=' expected near '@'


Create a new paste based on this one


Comments: