Your message dated Mon, 16 Oct 2017 11:00:22 +0000
with message-id <e1e438a-000dvb...@fasolo.debian.org>
and subject line Bug#877054: fixed in hypre 2.11.2-1
has caused the Debian Bug report #877054,
regarding hypre FTBFS with multiarch blas
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
877054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877054
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hypre
Version: 2.11.1-4
Severity: serious
Tags: patch

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

...
Building libHYPRE_DistributedMatrixPilutSolver.so ... 
mpiCC -shared -o libHYPRE_DistributedMatrixPilutSolver-2.11.1.so comm.o debug.o 
distributed_qsort.o distributed_qsort_si.o HYPRE_DistributedMatrixPilutSolver.o 
ilut.o parilut.o parutil.o pblas1.o serilut.o trifactor.o util.o 
../../utilities/libHYPRE_utilities.so 
../../distributed_matrix/libHYPRE_DistributedMatrix.so -lmpi -lm null -lblas 
-Wl,-soname,libHYPRE_DistributedMatrixPilutSolver-2.11.1.so -Wl,-z,defs
g++: error: null: No such file or directory
Makefile:88: recipe for target 'libHYPRE_DistributedMatrixPilutSolver.so' failed
make[4]: *** [libHYPRE_DistributedMatrixPilutSolver.so] Error 1


Fix attached.
Description: Don't keep BLASLIBDIRS as "null"
 The linker already knows where to find the libraries,
 so AC_HYPRE_FIND_BLAS not finding then is not a problem.
 .
 But keeping BLASLIBDIRS="null" was a problem,
 since this passed the string "null" to the compiler.
Author: Adrian Bunk <b...@debian.org>

--- hypre-2.11.1.orig/src/config/hypre_blas_macros.m4
+++ hypre-2.11.1/src/config/hypre_blas_macros.m4
@@ -127,6 +127,8 @@ AC_DEFUN([AC_HYPRE_FIND_BLAS],
 
   if test "$BLASLIBDIRS" != "null"; then
      BLASLIBDIRS="-L$BLASLIBDIRS"
+  else
+     BLASLIBDIRS=""
   fi
 
 #***************************************************************

--- End Message ---
--- Begin Message ---
Source: hypre
Source-Version: 2.11.2-1

We believe that the bug you reported is fixed in the latest version of
hypre, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 877...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons <dpars...@debian.org> (supplier of updated hypre package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 29 Sep 2017 13:58:55 +0800
Source: hypre
Binary: libhypre-2.11.2 libhypre-dev
Architecture: source amd64
Version: 2.11.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Description:
 libhypre-2.11.2 - High Performance Matrix Preconditioners - Shared Library
 libhypre-dev - High Performance Matrix Preconditioners - Development Files
Closes: 877054
Changes:
 hypre (2.11.2-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream version.
   * Standards-Version: 4.1.0
   * Refresh debian patches
     - "hypre_lapack.h" now included where needed
     - blas.patch: for multiarch blas, BLASLIBDIRS is returned empty
       instead of "null". Thanks Adrian Bunk. Closes: #877054.
     - declare src/test/{check,clean}test.sh as bash scripts (they use
       shopts), simplify patch for runtest.sh
Checksums-Sha1:
 8431e7a3ee9c3cb72835d954e66bc3de67be27f9 2169 hypre_2.11.2-1.dsc
 e20c0132f85978a1a0fe19332e6f920978e6c2bc 8077407 hypre_2.11.2.orig.tar.gz
 ec0548abd94edd905014bf3db0db9eaf5cfd30c6 17680 hypre_2.11.2-1.debian.tar.xz
 76741c1d484ec452e9f492e02682ed7b4c9cc412 6849 hypre_2.11.2-1_amd64.buildinfo
 b366e01c448b4e80f044f51b13a410b75c965198 6225480 
libhypre-2.11.2-dbgsym_2.11.2-1_amd64.deb
 60fa1e0c2c3e25cdb802a7edad141c9575e9e9a9 1757184 
libhypre-2.11.2_2.11.2-1_amd64.deb
 ffb6a7da5dfff7e70142782a3ffe9dec28ed2d6f 133716 libhypre-dev_2.11.2-1_amd64.deb
Checksums-Sha256:
 47181b9258add581432019e333bae6b46637dc7f17cffadc0e6ebc6bd06fec19 2169 
hypre_2.11.2-1.dsc
 25b6c1226411593f71bb5cf3891431afaa8c3fd487bdfe4faeeb55c6fdfb269e 8077407 
hypre_2.11.2.orig.tar.gz
 74d4af11eb09fb87d33b361cddb54bc49d4825108741b64063cce7541fc5f680 17680 
hypre_2.11.2-1.debian.tar.xz
 9c0052b88d30a5dfa15b6b5c650f6f960e26c85093e368d7a61e95098d25f7be 6849 
hypre_2.11.2-1_amd64.buildinfo
 c064429a34bc9b1e2d59997537ab9c2fa5f92b623a089546dbb6f02fcbd3cf94 6225480 
libhypre-2.11.2-dbgsym_2.11.2-1_amd64.deb
 b00db22971b875f74c9fd337134a55030fe43bae764c90c6a2efcfb797d21220 1757184 
libhypre-2.11.2_2.11.2-1_amd64.deb
 665aacb8e35f3afb61db1ee11e34d43674ee528da9e9a30e40f7812b6e9d5780 133716 
libhypre-dev_2.11.2-1_amd64.deb
Files:
 7a57852c35b1686eb1f40a74eb373a59 2169 math extra hypre_2.11.2-1.dsc
 d507943a1a3ce5681c3308e2f3a6dd34 8077407 math extra hypre_2.11.2.orig.tar.gz
 32ddb30fbffafc753da45b1e24c3edf9 17680 math extra hypre_2.11.2-1.debian.tar.xz
 f2b060914c60aadf500cc7d69802aa9d 6849 math extra hypre_2.11.2-1_amd64.buildinfo
 5cb372f46b854d92dc6a6cca1db1b89d 6225480 debug optional 
libhypre-2.11.2-dbgsym_2.11.2-1_amd64.deb
 8c2773f84b7c9f4cf1623721c43e3657 1757184 libs extra 
libhypre-2.11.2_2.11.2-1_amd64.deb
 9147aa8ab5d4dfd3ff64bfc71d18cca3 133716 libdevel extra 
libhypre-dev_2.11.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAlnN4k8UHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfoCNQ//R1VxQcl3OlnEP7R9RAK9OgkQUYUx
co+LINOYyKVZOR5hRHwiEkWNUhm85FEs3X0ft0yu/4u9kkYjfcrKpCqbNoCbYGVi
HAuHA9k7NCT0w1RUIGmLFA7jLE8GAsQV3v0YTcuyNcwKgutQ57L0UldYX5kFh5IM
Vwe2KNFz2iAYeq2N1oRuK1ybLw0oEMsb6nyl58atGn34UK2buvYPIIh+mWmjQdva
KlSX/PbBCli103IIB+g9oTaW1yB8XcANc6WpdAO6rJWOxWX/GH+3fkcY9aGp9X9j
bC/YqP0YjX3fSz5EuxiUZKDfbbTNC7T381tMHY7CRrtSTNDSyuhxw17tzvOzv+E3
yQz3RXrB2sGfdEoSH6Td119ZdAid55iHvvSpGmXKBXmzVDgY9GZopZ/3JyiYFEF7
G50ivWDrUBlgmqqYa3gnE7EONkZ8h+Y7eXTo24vVXSesM/jE3afRHiAu+o9WfsT7
BcXVZ4Jo6vdWFb3WpfexhSSQpMrJBp0DZCRK5XmnfQtoBvBiO317o1wvHAING5gC
3c63wDkgpybpRlEVQXb8S3bBlGn1UIBiZWLNQHxMYVfI+7ywt+zVeGCgcJ193P9d
h66fbBI8nZ/VHANyCnODcAeoTS7Y+w3+8ZiZMdiMowpenx++3RPjzrM1uH2SDZ2O
N6cJ+FJJsECVQAs=
=oKSx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to