Fahad0x9d3 / pyrit

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

pyrit fails to build on Arch Linux #452

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi 

Ich checked out the svn version of pyrit

cd pyrit_svn/pyrit/

python2 setup.py build

and get these errors:

running build
running build_py
running build_ext
building 'cpyrit._cpyrit_cpu' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe 
-fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 
-mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 
-fPIC -I/usr/include/python2.7 -c cpyrit/_cpyrit_cpu.c -o 
build/temp.linux-x86_64-2.7/cpyrit/_cpyrit_cpu.o -Wall -fno-strict-aliasing 
-DVERSION="0.4.1-dev (svn r308)" -maes -mpclmul
gcc: Error: (svn: File or directory not found
gcc: Error: r308)": File or directory not found

I have all dependencies installed

Original issue reported on code.google.com by MangaMan...@gmail.com on 15 Jun 2014 at 2:34

GoogleCodeExporter commented 8 years ago
It seems that the string in the variable VERSION is misinterpreted or not 
correctly escaped somewhere.

Original comment by MangaMan...@gmail.com on 15 Jun 2014 at 4:08

GoogleCodeExporter commented 8 years ago
what version? 
gcc --version

Original comment by deltomaf...@gmail.com on 17 Jun 2014 at 12:53

GoogleCodeExporter commented 8 years ago
gcc (GCC) 4.9.0 20140604

Original comment by MangaMan...@gmail.com on 17 Jun 2014 at 9:38

GoogleCodeExporter commented 8 years ago
Try to make Downgrade to a version of GCC and CPP to 4.4 or 4.3, try compiling 
again.

Original comment by deltomaf...@gmail.com on 19 Jun 2014 at 1:24