Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. dalton@dalton-SVF14212SNW:~/poky/helloworld$ ../bitbake/bin/bitbake printhello
  2. Parsing recipes: 100% |#########################################| Time: 00:00:00
  3. Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 errors.
  4. NOTE: Resolving any missing task queue dependencies
  5. NOTE: Preparing runqueue
  6. ERROR: An uncaught exception occured in runqueue, please see the failure below:
  7. ERROR: Running idle function
  8. Traceback (most recent call last):
  9. File "../bitbake/lib/bb/runqueue.py", line 1049, in RunQueue._execute_runqueue():
  10. else:
  11. > self.start_worker()
  12. self.rqexe = RunQueueExecuteScenequeue(self)
  13. File "../bitbake/lib/bb/runqueue.py", line 920, in RunQueue.start_worker():
  14. self.teardown = False
  15. > self.worker, self.workerpipe = self._start_worker()
  16.  
  17. File "../bitbake/lib/bb/runqueue.py", line 873, in RunQueue._start_worker(fakeroot=False, rqexec=None):
  18. else:
  19. > worker = subprocess.Popen(["bitbake-worker", magic], stdout=subprocess.PIPE, stdin=subprocess.PIPE)
  20. bb.utils.nonblockingfd(worker.stdout)
  21. File "/usr/lib/python2.7/subprocess.py", line 710, in Popen.__init__(args=['bitbake-worker', 'decafbad'], bufsize=0, executable=None, stdin=-1, stdout=-1, stderr=None, preexec_fn=None, close_fds=False, shell=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0):
  22. c2pread, c2pwrite,
  23. > errread, errwrite)
  24. except Exception:
  25. File "/usr/lib/python2.7/subprocess.py", line 1327, in Popen._execute_child(args=['bitbake-worker', 'decafbad'], executable='bitbake-worker', preexec_fn=None, close_fds=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0, shell=False, to_close=set([20, 21]), p2cread=19, p2cwrite=20, c2pread=21, c2pwrite=22, errread=None, errwrite=None):
  26. child_exception = pickle.loads(data)
  27. > raise child_exception
  28.  
  29. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement