env MAKEFLAGS+=-j4 bundle exec rake binary'
ruby ext/libv8/extconf.rb
creating Makefile
Running: gclient root
Running: gclient config --spec 'solutions = [
{
"url": "https://chromium.googlesource.com/v8/v8.git",
"managed": False,
"name": "v8",
"deps_file": "DEPS",
"custom_deps": {},
},
]
'
Running: gclient sync --with_branch_heads
Error: Command '/home/vagrant/libv8/python v8/tools/clang/scripts/update.py --if-needed' returned non-zero exit status 1 in /home/vagrant/libv8/vendor
Traceback (most recent call last):
File "/home/vagrant/libv8/vendor/depot_tools/fetch.py", line 300, in <module>
sys.exit(main())
File "/home/vagrant/libv8/vendor/depot_tools/fetch.py", line 295, in main
return run(options, spec, root)
File "/home/vagrant/libv8/vendor/depot_tools/fetch.py", line 289, in run
return checkout.init()
File "/home/vagrant/libv8/vendor/depot_tools/fetch.py", line 132, in init
self.run_gclient(*sync_cmd)
File "/home/vagrant/libv8/vendor/depot_tools/fetch.py", line 76, in run_gclient
return self.run(cmd_prefix + cmd, **kwargs)
File "/home/vagrant/libv8/vendor/depot_tools/fetch.py", line 66, in run
return subprocess.check_output(cmd, **kwargs)
File "/usr/local/lib/python2.7/subprocess.py", line 574, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '('gclient', 'sync', '--with_branch_heads')' returned non-zero exit status 2
/home/vagrant/libv8/ext/libv8/builder.rb:112:in `block in setup_build_deps!': unable to fetch v8 source (RuntimeError)
from /home/vagrant/libv8/ext/libv8/builder.rb:110:in `chdir'
from /home/vagrant/libv8/ext/libv8/builder.rb:110:in `setup_build_deps!'
from /home/vagrant/libv8/ext/libv8/builder.rb:66:in `build_libv8!'
from /home/vagrant/libv8/ext/libv8/location.rb:24:in `install!'
from ext/libv8/extconf.rb:7:in `<main>'
rake aborted!
Command failed with status (1): [ruby ext/libv8/extconf.rb...]
/home/vagrant/libv8/Rakefile:22:in `block in <top (required)>'
/home/vagrant/libv8/vendor/bundle/ruby/2.2/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
Tasks: TOP => binary => compile
(See full trace by running task with --trace)
OS FreeBSD 10&11