Advertisement
Guest User

Untitled

a guest
Jun 6th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. FAILED: cd ../../third_party/WebKit/Source/core; python ../build/scripts/rule_bison.py "xml/XPathGrammar.y" ../../../../out/Release/gen/blink/core bison
  2. Traceback (most recent call last):
  3. File "../build/scripts/rule_bison.py", line 82, in <module>
  4. returnCode = subprocess.call([bisonExe, '-d', '-p', prefix, inputFile, '-o', outputCpp])
  5. File "/usr/lib/python2.7/subprocess.py", line 522, in call
  6. return Popen(*popenargs, **kwargs).wait()
  7. File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
  8. errread, errwrite)
  9. File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
  10. raise child_exception
  11. OSError: [Errno 2] No such file or directory
  12. ninja: build stopped: subcommand failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement