mehdigriche / pyv8

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

Pyv8 failed install on kali linux #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to install pyv8 under python 2.7.

I am using 32 bit kali linux

Here is what i have done so far

apt-get install python-yaml
apt-get install libboost-python-dev
apt-get install subversion build-essential libboost-python-dev python3.2-dev 
libboost-system-dev libboost-thread-dev

After installing packages.....clone in github

cd ~
mkdir svn
cd svn
svn checkout http://v8.googlecode.com/svn/trunk/ v8
svn checkout http://pyv8.googlecode.com/svn/trunk/ pyv8-read-only
cd v8
make dependencies
cd ..

setup V8_HOME environment variable with
export V8_HOME=~/svn/v8

cd into pyv8 directory where setup.py is ...

python setup.py build

Now we try to build it 

python setup.py build

I have attached a file of the output from both the build and install stages

It fails .. am I missing some python 2.7 packages etc ....

Any Help appreciated.

Cyberkryption

Original issue reported on code.google.com by cyberkry...@gmail.com on 15 Jul 2013 at 8:41

Attachments:

GoogleCodeExporter commented 8 years ago
It seems your egg file corrupted, could you `rm 
/usr/local/lib/python2.7/dist-packages/PyV8-1.0_dev-py2.7-linux-i686.egg` and 
try to install again?

Original comment by flier...@gmail.com on 16 Jul 2013 at 1:40

GoogleCodeExporter commented 8 years ago

Original comment by flier...@gmail.com on 12 Aug 2013 at 8:31