Package: qtiplot Version: 0.9.8.9-9 Severity: serious Tags: patch Justification: FTBFS but did so in the past
Following the upload of libalg3.9, qtiplot fails to build from source: | > src/analysis/dialogs/GriddingDialog.h:36:16: fatal error: ap.h: No such file or directory | In file included from src/analysis/dialogs/GriddingDialog.cpp:29:0: | src/analysis/dialogs/GriddingDialog.h:36:16: fatal error: ap.h: No such file or directory The header files have moved from /usr/include to /usr/include/libalglib, which requires a small tweak to build.config. Patch attached. -- System Information: Debian Release: 8.0 APT prefers stable APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'unstable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru qtiplot-0.9.8.9/debian/patches/03_build_conf.patch qtiplot-0.9.8.9/debian/patches/03_build_conf.patch --- qtiplot-0.9.8.9/debian/patches/03_build_conf.patch 2013-02-03 22:48:58.000000000 +0000 +++ qtiplot-0.9.8.9/debian/patches/03_build_conf.patch 2015-05-31 16:01:49.000000000 +0100 @@ -86,7 +86,7 @@ # include path. -ALGLIB_INCLUDEPATH = $$QTI_ROOT/3rdparty/alglib/ -+#ALGLIB_INCLUDEPATH = $$QTI_ROOT/3rdparty/alglib/ ++ALGLIB_INCLUDEPATH = /usr/include/libalglib/ # link locally against a copy in 3rdparty/ -ALGLIB_LIBS = $$QTI_ROOT/3rdparty/alglib/libalglib.a +ALGLIB_LIBS = -lalglib
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers