radareorg / radare2-bindings

Bindings of the r2 api for Valabind and friends
GNU Lesser General Public License v3.0
130 stars 92 forks source link

unable to install python bindings #145

Closed blshkv closed 7 years ago

blshkv commented 7 years ago
>>> Install radare2-bindings-1.2.1 into /var/tmp/portage/dev-libs/radare2-bindings-1.2.1/image/ category dev-libs
make -j1 DESTDIR=/var/tmp/portage/dev-libs/radare2-bindings-1.2.1/image/ install 
make -C libr/lang/p install
make[1]: Entering directory '/var/tmp/portage/dev-libs/radare2-bindings-1.2.1/work/radare2-bindings-1.2.1/libr/lang/p'
mkdir -p /var/tmp/portage/dev-libs/radare2-bindings-1.2.1/image///usr/lib64/radare2/1.2.1/
[ -n "`ls *.so`" ] && cp -f *.so /var/tmp/portage/dev-libs/radare2-bindings-1.2.1/image///usr/lib64/radare2/1.2.1/ || true
cp -f radare.lua /var/tmp/portage/dev-libs/radare2-bindings-1.2.1/image///usr/lib64/radare2/1.2.1/
make[1]: Leaving directory '/var/tmp/portage/dev-libs/radare2-bindings-1.2.1/work/radare2-bindings-1.2.1/libr/lang/p'
test -f python/_r_core.so
make: *** [Makefile:164: install-python] Error 1
blshkv commented 7 years ago

There is seems a compilation error in r_core library and the install script is unable to find .so file:

install-python:
  test -f python/_r_core.${SOEXT}

That line fails in my setup

blshkv commented 7 years ago

this is a duplicate of #146, closing this issue