mehdigriche / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

install problem on VPS #181

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setup.py build
2. setup.py install

What is the expected output? What do you see instead?

INFO: build v8 from SVN ...
DEBUG: > make -j 8 verifyheap=off backtrace=on component=shared_library 
visibility=on gdbjit=off strictaliasing=on liveobjectlist=off regexp=native 
disassembler=off objectprint=off debuggersupport=on vtunejit=off 
extrachecks=off snapshot=on werror=no ia32.release
make[1]: Entering directory `/opt/v8/out'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/v8/out'
running build_py
running build_ext
building '_PyV8' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DBOOST_PYTHON_STATIC_LIB -DV8_NATIVE_REGEXP 
-DENABLE_DEBUGGER_SUPPORT -I/opt/v8/include -I/opt/v8 -I/opt/v8/src 
-I/usr/local/include -I/usr/include/python2.7 -c src/Utils.cpp -o 
build/temp.linux-i686-2.7/src/Utils.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
Ada/C/ObjC but not for C++ [enabled by default]

What version of the product are you using? On what operating system?

Linux 2.6.32-042stab076.5 #1 SMP Tue May 14 20:38:14 MSK 2013 i686 i686 i386 
GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by infra...@gmail.com on 24 Jun 2013 at 7:06

GoogleCodeExporter commented 8 years ago
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.2 LTS
Release:        12.04
Codename:       precise

Original comment by infra...@gmail.com on 24 Jun 2013 at 7:08

GoogleCodeExporter commented 8 years ago
Could you provide more detail building log? 

Original comment by flier...@gmail.com on 10 Jul 2013 at 7:19

GoogleCodeExporter commented 8 years ago

Original comment by flier...@gmail.com on 15 Jul 2013 at 4:45