I get the same error:

L:\v8-build>L:\\depot_tools\\python276_bin\\python.exe
v8/gypfiles/landmines.py



Please follow the instructions at
https://www.chromium.org/developers/how-tos/build-instructions-windows


Traceback (most recent call last):
  File "v8/gypfiles/landmines.py", line 245, in <module>
    sys.exit(main())
  File "v8/gypfiles/landmines.py", line 232, in main
    gyp_environment.set_environment()
  File "L:\v8-build\v8\gypfiles\gyp_environment.py", line 60, in
set_environment
    vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
  File "L:\v8-build\v8\gypfiles\vs_toolchain.py", line 44, in
SetEnvironmentAndGetRuntimeDllDirs
    Update()
  File "L:\v8-build\v8\gypfiles\vs_toolchain.py", line 323, in Update
    subprocess.check_call(get_toolchain_args)
  File "L:\depot_tools\python276_bin\lib\subprocess.py", line 540, in
check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command
'['L:\\depot_tools\\python276_bin\\python.exe',
'L:\\depot_tools\\win_toolchain\\
get_toolchain_if_necessary.py', '--output-json',
'L:\\v8-build\\v8\\gypfiles\\win_toolchain.json', '03a4e939cd325d6bc521
6af41b92d02dda1366a6']' returned non-zero exit status 1

2016-09-15 10:12 GMT+03:00 Jochen Eisinger <joc...@chromium.org>:

> 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. <ivan.pizhe...@gmail.com> 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
>> 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 a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/v8-users/sY-ToMUC_4I/unsubscribe.
> To unsubscribe from this group and all its topics, 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