Hi,
Few quotations from build log:
...
CPPFLAGS="-D_FORTIFY_SOURCE=2 -I/usr/include/python2.7
-I/usr/include/i386-linux-gnu/python2.7" \
dh_auto_configure --builddirectory build-py2.7 -- \
PYTHON=/usr/bin/python2.7
PYTHON_INSTALL_PARAMS="--root=/tmp/buildd/libtorrent-rasterbar-0.16.11/debian/tmp
--install-layout=deb" \
--enable-python-binding --with-boost-python=boost_python-mt-py27 \
--with-libgeoip --with-libiconv
...
checking whether the Boost::Python library is available... yes
checking for main in -lboost_python-mt-py27... no
checking for main in -lboost_python-boost_python-mt-py27... no
checking for main in -lboost_python... yes
...
Boost libraries:
version: 1.54
CPPFlags: -I/usr/include
LDFlags: -L/usr/lib
boost.system: -lboost_system
boost.python: -lboost_python
...
CPPFLAGS="-D_FORTIFY_SOURCE=2 -I/usr/include/python3.3m
-I/usr/include/i386-linux-gnu/python3.3m" \
dh_auto_configure --builddirectory build-py3.3 -- \
PYTHON=/usr/bin/python3.3
PYTHON_INSTALL_PARAMS="--root=/tmp/buildd/libtorrent-rasterbar-0.16.11/debian/tmp
--install-layout=deb" \
--enable-python-binding --with-boost-python=boost_python-mt-py33 \
--with-libgeoip --with-libiconv
...
checking whether the Boost::Python library is available... yes
checking for main in -lboost_python-mt-py33... no
checking for main in -lboost_python-boost_python-mt-py33... no
checking for main in -lboost_python... yes
...
Boost libraries:
version: 1.54
CPPFlags: -I/usr/include
LDFlags: -L/usr/lib
boost.system: -lboost_system
boost.python: -lboost_python
...
It looks that problem is in debian/control:
CPPFLAGS="$(CPPFLAGS) $(shell python$*-config --includes)" \
dh_auto_configure --builddirectory build-py$* -- \
PYTHON=/usr/bin/python$*
PYTHON_INSTALL_PARAMS="--root=$(CURDIR)/debian/tmp --install-layout=deb" \
--enable-python-binding --with-boost-python=boost_python-mt-py$(subst
.,,$(subst -dbg,,$*)) \
$(CONFIGURE_ARGS)
I will check the possible solution soon:
s/_python-mt-py/_python-py/
Best regards,
Boris
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]