it looks like the connection to the download servers timed out. Maybe try
again?

On Thu, Nov 10, 2016 at 7:39 AM <sdan...@unworld.io> wrote:

> Trying to compile V8 for Android. I have Depot Tools, G++ etc all setup
> and running.
>
> The "gclient sync" command seems to exit with an error. On further
> investigation it seems to fail  in several places.
>
> Here are some errors:
>
> ....
> ....
>
> File
> "/home/sanjit/depot_tools/external_bin/gsutil/gsutil_4.15/gsutil/third_party/httplib2/python2/httplib2/__init__.py",
> line 1018, in connect
>     sock.connect((self.host, self.port))
>   File "/usr/lib/python2.7/socket.py", line 228, in meth
>     return getattr(self._sock,name)(*args)
> socket.timeout: timed out
> ]
> y", line 228, in meth
>     return getattr(self._sock,name)(*args)
> socket.timeout: timed out
> ]
> Downloading 1 files took 1985.098521 second(s)
> Downloading
> /home/sanjit/V8Dev/v8/third_party/binutils/Linux_x64/binutils.tar.bz2
> Traceback (most recent call last):
>   File "v8/third_party/binutils/download.py", line 117, in <module>
>     sys.exit(main(sys.argv))
>   File "v8/third_party/binutils/download.py", line 106, in main
>     return FetchAndExtract(arch)
>   File "v8/third_party/binutils/download.py", line 81, in FetchAndExtract
>     '-s', sha1file])
>   File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
>     raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['download_from_google_storage',
> '--no_resume', '--no_auth', '--bucket', 'chromium-binutils', '-s',
> '/home/sanjit/V8Dev/v8/third_party/binutils/Linux_x64/binutils.tar.bz2.sha1']'
> returned non-zero exit status 1
> Error: Command '/usr/bin/python v8/third_party/binutils/download.py'
> returned non-zero exit status 1 in /home/sanjit/V8Dev
> Hook '/usr/bin/python v8/third_party/binutils/download.py' took 1985.19
> secs
>
>
>
>
> Please help !
> Sanjit
>
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to