Package: qtiplot Version: 0.9.8-2 Severity: important qtiplot fails to build with binutils-gold because of the indirect dependency upon libz.
Please see the attached buildlog for Ubuntu natty and consider applying the attached patch in the next Debian package version
Adds -lz library linkage to fix issues with binutils-gold See https://bugs.launchpad.net/ubuntu/+source/qtiplot/+bug/663332 Alex Valavanis <valavanisa...@gmail.com> 2010-10-19 Index: qtiplot-fix-656046/qtiplot/qtiplot.pro =================================================================== --- qtiplot-fix-656046.orig/qtiplot/qtiplot.pro 2010-10-19 17:45:13.000000000 +0100 +++ qtiplot-fix-656046/qtiplot/qtiplot.pro 2010-10-19 17:45:25.000000000 +0100 @@ -24,6 +24,7 @@ LIBS += $$QWT3D_LIBS LIBS += $$GSL_LIBS LIBS += -lorigin2 +LIBS += -lz ############################################################################# ###################### BASIC PROJECT PROPERTIES #############################
buildlog_ubuntu-natty-i386.qtiplot_0.9.8-2ubuntu1~ppa2_FAILEDTOBUILD.txt.gz
Description: GNU Zip compressed data