It's due to libtorrent updating m4/ax_boost_python in v1.0.8. Running configure with python3.2-dbg errors as per OP trace:
./configure PYTHON=/usr/bin/python3.2-dbg --enable-python-binding --with-boost-python=boost_python-py32 These however work fine: ./configure PYTHON=/usr/bin/python3.2 --enable-python-binding --with-boost-python=boost_python-py32 ./configure PYTHON=/usr/bin/python2.7-dbg --enable-python-binding --with-boost-python=boost_python-py32 A full breakdown of the issue on lt github: https://github.com/arvidn/libtorrent/issues/766#issuecomment-232412993 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582218 Title: python3.5dm-config --libs causes undefined reference to `PyModule_Create2' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3.5/+bug/1582218/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
