have you tried just building it from there?

On Tuesday, October 11, 2016 at 9:00:39 AM UTC-7, nicktook wrote:
>
> I am trying to build v8 but it is failing on the 'fetch v8' command.  This 
> is the output:
>
> Running: /usr/bin/python /home/bryan/v8/v8Oct2016/depot_tools/gclient.py 
> root
> Running: /usr/bin/python /home/bryan/v8/v8Oct2016/depot_tools/gclient.py 
> config --spec 'solutions = [
>   {
>     "managed": False,
>     "name": "v8",
>     "url": "https://chromium.googlesource.com/v8/v8.git";,
>     "custom_deps": {},
>     "deps_file": "DEPS",
>     "safesync_url": "",
>   },
> ]
> '
> Running: /usr/bin/python /home/bryan/v8/v8Oct2016/depot_tools/gclient.py 
> sync --with_branch_heads
> Traceback (most recent call last):
>   File "/home/bryan/v8/v8Oct2016/depot_tools/gclient.py", line 2378, in 
> <module>
>     sys.exit(main(sys.argv[1:]))
>   File "/home/bryan/v8/v8Oct2016/depot_tools/gclient.py", line 2364, in 
> main
>     return dispatcher.execute(OptionParser(), argv)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/subcommand.py", line 252, in 
> execute
>     return command(parser, args[1:])
>   File "/home/bryan/v8/v8Oct2016/depot_tools/gclient.py", line 2117, in 
> CMDsync
>     ret = client.RunOnDeps('update', args)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/gclient.py", line 1576, in 
> RunOnDeps
>     self.RunHooksRecursively(self._options)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/gclient.py", line 1018, in 
> RunHooksRecursively
>     hook, cwd=self.root.root_dir, always=True)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/gclient_utils.py", line 293, 
> in CheckCallAndFilterAndHeader
>     return CheckCallAndFilter(args, **kwargs)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/gclient_utils.py", line 488, 
> in CheckCallAndFilter
>     **kwargs)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/subprocess2.py", line 262, in 
> __init__
>     % (str(e), kwargs.get('cwd'), args[0]))
> OSError: Execution failed with error: [Errno 2] No such file or directory.
> Check that /home/bryan/v8/v8Oct2016 or download_from_google_storage exist 
> and have execution permission.
> Traceback (most recent call last):
>   File "/home/bryan/v8/v8Oct2016/depot_tools/fetch.py", line 300, in 
> <module>
>     sys.exit(main())
>   File "/home/bryan/v8/v8Oct2016/depot_tools/fetch.py", line 295, in main
>     return run(options, spec, root)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/fetch.py", line 289, in run
>     return checkout.init()
>   File "/home/bryan/v8/v8Oct2016/depot_tools/fetch.py", line 132, in init
>     self.run_gclient(*sync_cmd)
>   File "/home/bryan/v8/v8Oct2016/depot_tools/fetch.py", line 76, in 
> run_gclient
>     return self.run(cmd_prefix + cmd, **kwargs)
>   File "/home/bryan/v8/v8Oct2016/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 '('/usr/bin/python', 
> '/home/bryan/v8/v8Oct2016/depot_tools/gclient.py', 'sync', 
> '--with_branch_heads')' returned non-zero exit status 1
>
> I don't know what I am doing wrong.  The download_from_google_storage does 
> exist in the depot_tools directory:
> -rwxrwxr-x  1 bryan arcamax    300 Oct 11 11:18 
> download_from_google_storage
>
> /home/bryan/v8/v8Oct2016 also seems to be correct.  Any Ideas?
>
> -- 
> Bryan White
>

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