When I try "fetch v8" I get:

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 '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 
/root/v8
Traceback (most recent call last):
  File "/home/m/depot_tools/fetch.py", line 299, in <module>
    sys.exit(main())
  File "/home/m/depot_tools/fetch.py", line 294, in main
    return run(options, spec, root)
  File "/home/m/depot_tools/fetch.py", line 288, in run
    return checkout.init()
  File "/home/m/depot_tools/fetch.py", line 131, in init
    self.run_gclient(*sync_cmd)
  File "/home/m/depot_tools/fetch.py", line 78, in run_gclient
    return self.run(cmd_prefix + cmd, **kwargs)
  File "/home/m/depot_tools/fetch.py", line 68, in run
    return subprocess.check_output(cmd, **kwargs)
  File "/usr/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



What is the problem?

-- 
-- 
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.

Reply via email to