Bug#810128: libboost-all-dev: Linking problems with latest 1.58 release

2016-01-06 Thread r . haeder
Package: libboost-all-dev Version: 1.58.0.1 Severity: important Dear Maintainer, linking programs against latest version (1.58.0.1) fails with similar messages: - /bin/sh ../share/genbuild.sh obj/build.h g++-4.8 -pthread -Wall -Wextra -Wno-sign-compare

Bug#716834: libfltk1.3-dev: --ldflags should contain -ldl

2013-07-13 Thread r . haeder
Package: libfltk1.3-dev Version: 1.3.2-3 Severity: normal Dear Maintainer, the named package should contain -ldl for linking this library with programs. If this flag is absent, I get the following error message: /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libfltk.a(Fl_x.o): undefined reference to

Bug#716837: cmake-data: FindPNG.cmake doesn't find /usr/include/libpng12

2013-07-13 Thread r . haeder
Package: cmake-data Version: 2.8.11.2-1 Severity: normal Dear Maintainer, the named file doesn't find it's include files which are now located at /usr/include/libpng12. For example I also have to manually add that path to the CMakeCache.txt file: PNG_PNG_INCLUDE_DIR:PATH=/usr/include/libpng12