Status: New
Owner: ----
New issue 2183 by [email protected]: Build fails on RedHat (CentOS
release 5.6 (Final))
http://code.google.com/p/v8/issues/detail?id=2183
[xuser@xxx v8]$ make library=shared native
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. -S.native
-Dcomponent=shared_library -Dv8_can_use_vfp_instructions=true
Traceback (most recent call last):
File "build/gyp/gyp", line 15, in ?
import gyp
File "build/gyp/pylib/gyp/__init__.py", line 8, in ?
import gyp.input
File "build/gyp/pylib/gyp/input.py", line 14, in ?
import gyp.common
File "build/gyp/pylib/gyp/common.py", line 373
with open(source_path) as source_file:
^
SyntaxError: invalid syntax
make: *** [out/Makefile.native] Error 1
I'm not able to interpret the error message. this code compiles OK on
Fedora 16 and Ubuntu.
I have updated to latest python and gyp is installed from svn with make
dependencies.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev