Guest User

Untitled

a guest
May 16th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.97 KB | None | 0 0
  1. /stuff2$ bitbake helloworld
  2. NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
  3. ERROR: Error evaluating '${@oe.utils.ifelse(bool(d.getVar('MACHINE', True)), '${MACHINE}', 'BASE_PACKAGE_ARCH')}'    | ETA:  --:--:--
  4. Traceback (most recent call last):
  5.   File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 117, in expandWithRefs
  6.     s = __expand_python_regexp__.sub(varparse.python_sub, s)
  7.   File "/usr/lib/pymodules/python2.7/bb/data_smart.py", line 69, in python_sub
  8.     codeobj = compile(code.strip(), self.varname or "<expansion>", "eval")
  9.   File "MACHINE_ARCH", line 1
  10.     oe.utils.ifelse(bool(d.getVar('MACHINE', True)), '${MACHINE
  11.                                                              ^
  12. SyntaxError: EOL while scanning string literal
  13.  
  14. ERROR: Error parsing /stuff2/openembedded/recipes/python/python-fam_1.1.1.bb: EOL while scanning string literal (MACHINE_ARCH, line 1)
  15. ERROR: Command execution failed: Exited with 1
Advertisement
Add Comment
Please, Sign In to add comment