On 2007-07-16 21:36:42 -0500, Steve M. Robbins wrote: > On Mon, Jul 16, 2007 at 05:27:52PM +0200, Cyril Brulebois wrote: > > Daniel Schepler <[EMAIL PROTECTED]> (18/05/2007): > > > Package: alps-light1 > > > Version: 1.2.2-2 > > > Severity: serious > > > > > > From my pbuilder build log: > > > ... > > > checking for Boost include files... yes > > > checking for Boost toolset abbreviation... none > > > checking for pre-compiled Boost library... no > > I'll bet this test used to pass. > > You likely have to modify the configure script to look for > "-llibboost_foo-mt" rather than simply "-llibboost_foo". See bug > #424038 for longer explanation.
Adding --with-boost-toolset=mt to the configure options was enough to get it build again with the new boost packages on Ubuntu gutsy. Regards, Michael BTW: this also works for alps-full1 diff -u alps-light1-1.2.2/debian/rules alps-light1-1.2.2/debian/rules --- alps-light1-1.2.2/debian/rules +++ alps-light1-1.2.2/debian/rules @@ -8,7 +8,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk -DEB_CONFIGURE_EXTRA_FLAGS := --with-mpi-incdir=/usr/include/lam +DEB_CONFIGURE_EXTRA_FLAGS := --with-mpi-incdir=/usr/include/lam --with-boost-toolset=mt DEB_INSTALL_DOCS_ALL := $(shell cat debian/docs) DEB_DH_MAKESHLIBS_ARGS_ALL := -V -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]