Closed GoogleCodeExporter closed 8 years ago
This fails in a fresh install of Arch Linux as well:
building '_PyV8' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DBOOST_PYTHON_STATIC_LIB
-DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -DENABLE_VMSTATE_TRACKING
-DENABLE_DEBUGGER_SUPPORT -DV8_FAST_TLS -DV8_TARGET_ARCH_X64 -I/root/v8/include
-I/root/v8 -I/root/v8/src -I/usr/local/include -I/usr/include/python2.7 -c
src/Utils.cpp -o build/temp.linux-x86_64-2.7/src/Utils.o -Wno-write-strings
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DBOOST_PYTHON_STATIC_LIB
-DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -DENABLE_VMSTATE_TRACKING
-DENABLE_DEBUGGER_SUPPORT -DV8_FAST_TLS -DV8_TARGET_ARCH_X64 -I/root/v8/include
-I/root/v8 -I/root/v8/src -I/usr/local/include -I/usr/include/python2.7 -c
src/Exception.cpp -o build/temp.linux-x86_64-2.7/src/Exception.o
-Wno-write-strings
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DBOOST_PYTHON_STATIC_LIB
-DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -DENABLE_VMSTATE_TRACKING
-DENABLE_DEBUGGER_SUPPORT -DV8_FAST_TLS -DV8_TARGET_ARCH_X64 -I/root/v8/include
-I/root/v8 -I/root/v8/src -I/usr/local/include -I/usr/include/python2.7 -c
src/Context.cpp -o build/temp.linux-x86_64-2.7/src/Context.o -Wno-write-strings
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DBOOST_PYTHON_STATIC_LIB
-DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -DENABLE_VMSTATE_TRACKING
-DENABLE_DEBUGGER_SUPPORT -DV8_FAST_TLS -DV8_TARGET_ARCH_X64 -I/root/v8/include
-I/root/v8 -I/root/v8/src -I/usr/local/include -I/usr/include/python2.7 -c
src/Engine.cpp -o build/temp.linux-x86_64-2.7/src/Engine.o -Wno-write-strings
In file included from src/Engine.cpp:12:0:
src/AST.h: In function ‘T
_to_string(v8::internal::Handle<v8::internal::String>)’:
src/AST.h:54:45: error: ‘class v8::internal::String::FlatContent’ has no
member named ‘ToAsciiVector’
error: command 'gcc' failed with exit status 1
Original comment by rsimmo...@gmail.com
on 11 Jan 2013 at 3:39
Workaround: checkout revision 13283 (version 3.16.1)
make sure to set V8_SVN_REVISION = 13283 in setup.py
svn checkout http://v8.googlecode.com/svn/trunk/@13283 v8
Original comment by rsimmo...@gmail.com
on 11 Jan 2013 at 4:20
Sorry. this is a duplicate of 146.
Original comment by rsimmo...@gmail.com
on 12 Jan 2013 at 6:42
Please verify the fix with SVN trunk code after r462, thanks
Original comment by flier...@gmail.com
on 13 Jan 2013 at 3:14
Original issue reported on code.google.com by
rsimmo...@gmail.com
on 10 Jan 2013 at 10:46