Hi,
I am trying to build v8, but I can't even fetch it.
here is how I try it:
➜ v8 ls -la
total 8
drwxr-xr-x 2 ashnur users 4096 Jan 30 11:53 .
drwxr-xr-x 6 ashnur users 4096 Jan 27 10:07 ..
➜ v8 gclient
Usage: gclient.py <command> [options]
Meta checkout manager supporting both Subversion and GIT.
Commands are:
cleanup cleans up all working copies
config creates a .gclient file in the current directory
diff displays local diff for every dependencies
fetch fetches upstream commits for all modules
grep greps through git repos managed by gclient
help prints list of commands or help for a specific command
hookinfo outputs the hooks that would be run by `gclient runhooks`
pack generates a patch which can be applied at the root of the tree
recurse operates [command args ...] on all the dependencies
revert reverts all modifications in every dependencies
revinfo outputs revision info mapping for the client and its dependencies
runhooks runs hooks for files that have been modified in the local
working copy
status shows modification status for every dependencies
sync checkout/update all modules
verify verifies the DEPS file deps are only from allowed_hosts
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-j JOBS, --jobs=JOBS Specify how many SCM commands can run in parallel;
defaults to 8 on this machine
-v, --verbose Produces additional output for diagnostics. Can be
used up to three times for more logging info.
--gclientfile=CONFIG_FILENAME
Specify an alternate .gclient file
--spec=SPEC create a gclient file containing the provided
string.
Due to Cygwin/Python brokenness, it can't contain
any
newlines.
--no-nag-max Ignored for backwards compatibility.
➜ v8 fetch v8
Running: gclient config --spec 'solutions = [
{
"managed": False,
"name": "v8",
"url": "https://chromium.googlesource.com/v8/v8.git",
"custom_deps": {},
"deps_file": "DEPS",
"safesync_url": "",
},
]
'
Running: gclient sync --with_branch_heads
Syncing projects: 100% (10/10), done.
________ running 'download_from_google_storage --no_resume --platform=win32
--no_auth --bucket chromium-clang-format -s
v8/buildtools/win/clang-format.exe.sha1' in '/home/ashnur/temp/v8'
________ running 'download_from_google_storage --no_resume
--platform=darwin --no_auth --bucket chromium-clang-format -s
v8/buildtools/mac/clang-format.sha1' in '/home/ashnur/temp/v8'
________ running 'download_from_google_storage --no_resume
--platform=linux* --no_auth --bucket chromium-clang-format -s
v8/buildtools/linux64/clang-format.sha1' in '/home/ashnur/temp/v8'
File gs://chromium-clang-format/f237f50fab9ceca4066788b7bf936ef2aa366239
for v8/buildtools/linux64/clang-format does not exist.
0> File gs://chromium-clang-format/f237f50fab9ceca4066788b7bf936ef2aa366239
for v8/buildtools/linux64/clang-format does not exist, skipping.
Error: Command download_from_google_storage --no_resume --platform=linux*
--no_auth --bucket chromium-clang-format -s
v8/buildtools/linux64/clang-format.sha1 returned non-zero exit status 1 in
/home/ashnur/temp/v8
Traceback (most recent call last):
File "/opt/depot-tools-git/fetch.py", line 334, in <module>
sys.exit(main())
File "/opt/depot-tools-git/fetch.py", line 330, in main
return run(options, spec, root)
File "/opt/depot-tools-git/fetch.py", line 324, in run
return checkout.init()
File "/opt/depot-tools-git/fetch.py", line 136, in init
self.run_gclient(*sync_cmd)
File "/opt/depot-tools-git/fetch.py", line 76, in run_gclient
return self.run(cmd_prefix + cmd, **kwargs)
File "/opt/depot-tools-git/fetch.py", line 66, in run
return subprocess.check_call(cmd, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '('gclient', 'sync',
'--with_branch_heads')' returned non-zero exit status 2
➜ v8 python --version
Python 2.7.9
--
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.