If you manually run L:\\depot_tools\\python276_bin\\python.exe v8/gypfiles/landmines.py what error message do you get?
On Wed, Sep 14, 2016 at 4:11 PM Ivan P. <[email protected]> wrote: > I am attempting to get V8 sources to build on Windows, using VS2013. OS is > Win2008 Server R2 x64. > I have downloaded and updated depot_tools. > > Then I have started new cmd shell and did following: > > L:\>path L:\depot_tools;%PATH% > > L:\>mkdir v8-build > > L:\>cd v8-build > > L:\v8-build>fetch v8 > Running: 'L:\depot_tools\python276_bin\python.exe' > 'L:\depot_tools\gclient.py' root > Running: 'L:\depot_tools\python276_bin\python.exe' > 'L:\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: 'L:\depot_tools\python276_bin\python.exe' > 'L:\depot_tools\gclient.py' sync --with_branch_heads > Error: Command 'L:\\depot_tools\\python276_bin\\python.exe > v8/gypfiles/landmines.py' returned non-zero exit status 1 in > L:\v8-build > Traceback (most recent call last): > File "L:\depot_tools\\fetch.py", line 353, in <module> > sys.exit(main()) > File "L:\depot_tools\\fetch.py", line 348, in main > return run(options, spec, root) > File "L:\depot_tools\\fetch.py", line 342, in run > return checkout.init() > File "L:\depot_tools\\fetch.py", line 142, in init > self.run_gclient(*sync_cmd) > File "L:\depot_tools\\fetch.py", line 76, in run_gclient > return self.run(cmd_prefix + cmd, **kwargs) > File "L:\depot_tools\\fetch.py", line 66, in run > return subprocess.check_output(cmd, **kwargs) > File "L:\depot_tools\python276_bin\lib\subprocess.py", line 573, in > check_output > raise CalledProcessError(retcode, cmd, output=output) > subprocess.CalledProcessError: Command > '('L:\\depot_tools\\python276_bin\\python.exe', > 'L:\\depot_tools\\gclient.py', 'sync', '--with_branch_heads')' returned > non-zero exit status 2 > > What this error means and how to get rid of it? > > -- > -- > 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. > -- -- 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.
