Status: Untriaged
Owner: ----
New issue 5585 by
catalin...@gmail.com: Can't build the v8 (with gn), neither on Linux, neither on Windows
https://bugs.chromium.org/p/v8/issues/detail?id=5585
OS: Linux, Windows
Architecture: x64, ia32
What steps will reproduce the problem on **Linux**?
1. So I cloned the depot_tools.
2. Did 'fetch v8'.
3. and then did (both give the same output)
'tools/dev/v8gen.py x64.release'
'tools/dev/v8gen.py ia32.release'
4. And then I get this Python error :
on Linux :
Hint: You can raise verbosity (-vv) to see the output of failed commands.
Traceback (most recent call last):
File "tools/dev/v8gen.py", line 304, in <module>
sys.exit(gen.main())
File "tools/dev/v8gen.py", line 298, in main
return self._options.func()
File "tools/dev/v8gen.py", line 166, in cmd_gen
gn_outdir,
File "tools/dev/v8gen.py", line 208, in _call_cmd
stderr=subprocess.STDOUT,
File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['/usr/bin/python', '-u', 'tools/mb/mb.py', 'gen', '-f', 'infra/mb/mb_config.pyl', '-m', 'developer_default', '-b', 'x64.release', '
out.gn/x64.release']' returned non-zero exit status 1
*******************
on Windows :
Traceback (most recent call last):
File "tools/dev/v8gen.py", line 304, in <module>
sys.exit(gen.main())
File "tools/dev/v8gen.py", line 298, in main
return self._options.func()
File "tools/dev/v8gen.py", line 166, in cmd_gen
gn_outdir,
File "tools/dev/v8gen.py", line 208, in _call_cmd
stderr=subprocess.STDOUT,
File "C:\Python27\lib\subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['C:\\Python27\\python.exe', '-u', 'tool
s\\mb\\mb.py', 'gen', '-f', 'infra\\mb\\mb_config.pyl', '-m', 'developer_default
', '-b', 'ia32.release', '
out.gn/ia32.release']' returned non-zero exit status 1
**********
What is the expected output?
I need a healthy
out.gn folder. (The folder is still built besides this error.)
What do you see instead?
I see an illy
out.gn folder.
running `ninja -C
out.gn/x64.release` it says : "ninja: error: loading 'build.ninja': No such file or directory".
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings