New comment by mobinmob on void-packages repository https://github.com/void-linux/void-packages/pull/12734#issuecomment-507050369 Comment: I can't build libtorrent-rasterbar. Configure finds boost-python (new dependency) and insists it is the wrong version, even if it is passed explicitly. See the [template](https://termbin.com/nhgc). ``` checking whether the Boost::Python library is available... yes checking whether boost_python36 is the correct library... no checking whether boost_python-boost_python36 is the correct library... no checking whether boost_python27 is the correct library... no checking whether boost_python27 is the correct library... (cached) no checking whether boost_python27 is the correct library... (cached) no checking whether boost_python36 is the correct library... (cached) no checking whether boost_python36 is the correct library... (cached) no checking whether boost_python36 is the correct library... (cached) no checking whether boost_python is the correct library... no checking whether boost_python3 is the correct library... no configure: error: Boost.Python library not found. Try using --with-boost-python=lib. ```