can not download v8 code

39 views
Skip to first unread message

windy...@gmail.com

unread,
Oct 19, 2016, 8:58:58 PM10/19/16
to v8-dev
fellow the error,what should i do!!!!!!!!!!!

fetch v8
Running: gclient root
Running: gclient config --spec 'solutions = [
  {
    "managed": False,
    "name": "v8",
    "custom_deps": {},
    "deps_file": "DEPS",
    "safesync_url": "",
  },
]
'
Running: gclient sync --with_branch_heads

v8 (ERROR)
----------------------------------------
[0:00:00] Started.
[0:00:00] 

________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in '/home/windys/WorkSpace/v8-js'
[0:00:00] Cloning into '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'...
[0:00:00] fatal: unable to access 'https://chromium.googlesource.com/v8/v8.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in '/home/windys/WorkSpace/v8-js'
[0:00:00] Cloning into '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'...
[0:00:00] fatal: unable to access 'https://chromium.googlesource.com/v8/v8.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in '/home/windys/WorkSpace/v8-js'
[0:00:01] Cloning into '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'...
[0:00:01] fatal: unable to access 'https://chromium.googlesource.com/v8/v8.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in '/home/windys/WorkSpace/v8-js'
[0:00:04] Cloning into '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'...
[0:00:04] fatal: unable to access 'https://chromium.googlesource.com/v8/v8.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Traceback (most recent call last):
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line 954, in _Clone
    self._Run(clone_cmd, options, cwd=self._root_dir, retry=True)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line 1239, in _Run
    gclient_utils.CheckCallAndFilterAndHeader(cmd, env=env, **kwargs)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_utils.py", line 293, in CheckCallAndFilterAndHeader
    return CheckCallAndFilter(args, **kwargs)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_utils.py", line 538, in CheckCallAndFilter
    rv, args, kwargs.get('cwd', None), None, None)
CalledProcessError: Command 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' returned non-zero exit status 128 in /home/windys/WorkSpace/v8-js
----------------------------------------
Traceback (most recent call last):
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line 2184, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line 2170, in main
    return dispatcher.execute(OptionParser(), argv)
  File "/home/windys/WorkSpace/v8-js/depot_tools/subcommand.py", line 252, in execute
    return command(parser, args[1:])
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line 1932, in CMDsync
    ret = client.RunOnDeps('update', args)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line 1395, in RunOnDeps
    work_queue.flush(revision_overrides, command, args, options=self._options)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_utils.py", line 1037, in run
    self.item.run(*self.args, **self.kwargs)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line 777, in run
    file_list)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line 166, in RunCommand
    return getattr(self, command)(options, args, file_list)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line 442, in update
    self._Clone(revision, url, options)
  File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line 962, in _Clone
    if os.listdir(tmp_dir):
OSError: [Errno 2] 没有那个文件或目录: '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'
Traceback (most recent call last):
  File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 300, in <module>
    sys.exit(main())
  File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 295, in main
    return run(options, spec, root)
  File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 289, in run
    return checkout.init()
  File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 132, in init
    self.run_gclient(*sync_cmd)
  File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 76, in run_gclient
    return self.run(cmd_prefix + cmd, **kwargs)
  File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 66, 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 1

Atiq Rahman

unread,
Oct 20, 2016, 1:47:04 PM10/20/16
to v8-dev
You have proxy on your network?

Zuheng Song

unread,
Oct 20, 2016, 10:34:25 PM10/20/16
to v8-...@googlegroups.com
yes,it impassiable connect google directly

--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to a topic in the Google Groups "v8-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/v8-dev/hfXmUo0cjeo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to v8-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

JeongHoon Shin

unread,
Oct 20, 2016, 10:59:38 PM10/20/16
to v8-...@googlegroups.com
have you curl?

2016년 10월 21일 금요일, Zuheng Song<windy...@gmail.com>님이 작성한 메시지:
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
INTO THE WORLD!
Message has been deleted
Message has been deleted

Zuheng Song

unread,
Oct 22, 2016, 5:25:51 AM10/22/16
to v8-dev
yes , i connect google by proxy ..

在 2016年10月21日星期五 UTC+8上午1:47:04,Atiq Rahman写道:

Zuheng Song

unread,
Oct 22, 2016, 5:26:49 AM10/22/16
to v8-dev
i have install curl , and i still canot clone the code using git

在 2016年10月21日星期五 UTC+8上午10:59:38,JeongHoon Shin写道:

Atiq Rahman

unread,
Oct 23, 2016, 9:26:37 PM10/23/16
to v8-dev


On Wednesday, October 19, 2016 at 5:58:58 PM UTC-7, Zuheng Song wrote:

Atiq Rahman

unread,
Oct 23, 2016, 9:27:22 PM10/23/16
to v8-dev
What is the error do you get?

In my case, putting following on .bashrc and then relogging to the system helped,
  export HTTPS_PROXY="http://myprox.mydomain.com:8080"
  export HTTP_PROXY="http://myprox.mydomain.com:8080"

Regards,
Atiq

Zuheng Song

unread,
Oct 31, 2016, 11:45:08 AM10/31/16
to v8-dev
thank you ,i have download the code

在 2016年10月24日星期一 UTC+8上午9:27:22,Atiq Rahman写道:
Reply all
Reply to author
Forward
0 new messages