[Debian-astro-maintainers] Bug#877031: sextractor FTBFS with multiarch atlas

Adrian Bunk bunk at debian.org
Wed Sep 27 21:54:42 UTC 2017


Source: sextractor
Version: 2.19.5+dfsg-4
Severity: serious
Tags: patch

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sextractor.html

...
checking /usr/include/atlas//cblas.h usability... no
checking /usr/include/atlas//cblas.h presence... no
checking for /usr/include/atlas//cblas.h... no
checking /usr/include/atlas//clapack.h usability... no
checking /usr/include/atlas//clapack.h presence... no
checking for /usr/include/atlas//clapack.h... no
configure: error: CBLAS/LAPack include files not found in /usr/include/atlas/! Exiting.


No longer passing the now incorrect paths in debian/rules fixes it:

--- debian/rules.old	2017-09-27 21:48:47.000000000 +0000
+++ debian/rules	2017-09-27 21:49:01.000000000 +0000
@@ -15,8 +15,6 @@
 	dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) \
 	                     --build=$(DEB_BUILD_GNU_TYPE) \
                              --prefix=/usr --mandir=\$${prefix}/share/man \
-                             --with-atlas-incdir=/usr/include/atlas/ \
-                             --with-atlas=/usr/lib/ \
                              --disable-threads
 
 # Testing fails with a timeout on the MIPS Debian build system -- probably due



More information about the Debian-astro-maintainers mailing list