Hi, On Tue, Oct 11, 2016 at 04:38:51PM +0200, Bálint Réczey wrote: > I added the affects tag based on this log: > https://people.debian.org/~rbalint/build-logs/pie-bindnow-20160906/libreoffice_5.2.0-2_amd64.build.gz > : > ... > checking for make_lp in -llpsolve55... no > configure: error: lpsolve library not found or too old. > Error running configure at ./autogen.sh line 281. > /<<PKGBUILDDIR>>/debian/rules:1972: recipe for target > 'debian/stampdir/build-arch' failed > make[1]: *** [debian/stampdir/build-arch] Error 25 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > debian/rules:1965: recipe for target 'build' failed > make: *** [build] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > -------------------------------------------------------------------------------- > Build finished at 2016-09-06T12:46:09Z > ... > > This may have been solved since then, I have to re-check with latest > patched GCC.
Nah, it definitely was a bug. The path in configure was wrong so that the configure check actually _did_ check with the .a. The actual linkage was correct and used the shared lib with a RPATH.. Guess this started now with gcc 6 6.2.0-7, so... Regards, Rene

