Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.63 KB | None | 0 0
  1. Building Boost.Build engine with toolset gcc...
  2. Failed to build Boost.Build build engine
  3. Consult 'bootstrap.log' for more details
  4. Traceback (most recent call last):
  5.   File "setup.py", line 118, in <module>
  6.     'link=shared,static',
  7.   File "/usr/lib/python3.4/subprocess.py", line 533, in call
  8.     with Popen(*popenargs, **kwargs) as p:
  9.   File "/usr/lib/python3.4/subprocess.py", line 848, in __init__
  10.     restore_signals, start_new_session)
  11.   File "/usr/lib/python3.4/subprocess.py", line 1446, in _execute_child
  12.     raise child_exception_type(errno_num, err_msg)
  13. FileNotFoundError: [Errno 2] No such file or directory: './b2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement