Source: libtorrent-rasterbar
Version: 1.0.7-1+b2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of libtorrent-rasterbar for i386, hurd-i386, and kfreebsd-i386
all failed:

  Checking for boost libraries:
  checking for boostlib >= 1.47... yes
  checking whether the Boost::System library is available... yes
  checking for exit in -lboost_system... yes
  checking whether the Boost::Chrono library is available... yes
  configure: error: Boost.Chrono library not found. Try using 
--with-boost-chrono=lib

The issue appears to be that the build-system logic to figure out what
library name to use is looking in the wrong directory on these
architectures, on which the multiarch tuple (i386-*) and the GNU tuple
(i686-*) differ.  Please try passing

  --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

or setting the library name explicitly, as already done for Boost.System.
(In the latter case, I strongly suspect you'll need to do the same for
Boost.Random too.)

Could you please take a look?

Thanks!

Reply via email to