Your message dated Mon, 06 Jan 2020 13:03:34 +0000
with message-id <[email protected]>
and subject line Bug#944221: fixed in sdpa 7.3.12+dfsg-1
has caused the Debian Bug report #944221,
regarding sdpa: ftbfs in unstable [PATCH]
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 [email protected]
immediately.)


-- 
944221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944221
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sdpa
Version: 7.3.11+dfsg-1.1
Tags: patch
Severity: serious

Hello, looks like sdpa is FTBFS because configure is passing 
--with-lapack="/usr/lib/$(DEB_HOST_MULTIARCH)/openblas/liblapack.a

but now the default blas implementation is the pthread variant, since this 
upload:
 openblas (0.3.7+ds-2) experimental; urgency=medium
 .
   [ Multi-Flavour Update of OpenBLAS (Closes: #878121, #684344) ]
   * (32-bit, 64-bit)-index * (pthread, openmp, serial)-threadding = 6 Variants.
     Each one assigned with different priority values in alternatives system:
     + libopenblas0-{pthread,openmp,serial}    (priority = 100,95,90)
       * Provides: libopenblas.so.0, libblas.so.3, liblapack.so.3
     + libopenblas64-0-{pthread,openmp,serial} (priority = 100,95,90)
       * Provides: libopenblas64.so.0, libblas64.so.3, liblapack64.so.3
       - 64-bit-indexing versions are only available on 64-bit archs.
   * Let libopenblas0 and libopenblas64-0 be meta packages. They pull one of the
     three threadding variants. On resolving shlib dependencies, these meta
     packages, instead of specific variants used for building, should be used as
     the dependencies.
   * Turn libopenblas-base into a transitional dummy package.
   * Update/Create control files and maintscripts for all these variants.
   * Autopkgtest: test all the 6 variants.
 .
   [ Mo Zhou ]
   * Append myself to Uploaders.
   * Simplify architecture detection part of rules.
   * Bump B-D lapack to >= 3.8.0-5 (for liblapack64-dev).
   * rules: Deparallelize build targets to avoid messy buildlog
   * Update existing patches accordingly for the new feature.
   * Merge order-files.patch into shared-blas-lapack.patch
   * Create template postrm for libopenblas-dev to avoid leftover.
   * Remove the unnecessary overrides from rules.
   * Upload to experimental.


so, to fix the FTBFS I presume this change is enough

--- sdpa-7.3.11+dfsg/debian/changelog   2019-08-02 13:46:12.000000000 +0200
+++ sdpa-7.3.11+dfsg/debian/changelog   2019-11-06 10:11:47.000000000 +0100
@@ -1,3 +1,9 @@
+sdpa (7.3.11+dfsg-1.2) unstable; urgency=medium
+
+  * Adjust rules file to find blas in new blas-pthread directory (Closes: #-1)
+
+ -- Gianfranco Costamagna <[email protected]>  Wed, 06 Nov 2019 
10:11:47 +0100
+
 sdpa (7.3.11+dfsg-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru sdpa-7.3.11+dfsg/debian/rules sdpa-7.3.11+dfsg/debian/rules
--- sdpa-7.3.11+dfsg/debian/rules       2017-12-05 15:46:32.000000000 +0100
+++ sdpa-7.3.11+dfsg/debian/rules       2019-11-06 10:11:44.000000000 +0100
@@ -26,7 +26,7 @@
 endif
 # For new libopenblas-dev
 ifeq ($(shell test -f /usr/lib/$(DEB_HOST_MULTIARCH)/libopenblas.a && echo 
1),1)
-       DEB_CONFIGURE_EXTRA_FLAGS = 
--with-lapack="/usr/lib/$(DEB_HOST_MULTIARCH)/openblas/liblapack.a" 
--with-blas="/usr/lib/$(DEB_HOST_MULTIARCH)/openblas/libblas.a"
+       DEB_CONFIGURE_EXTRA_FLAGS = 
--with-lapack="/usr/lib/$(DEB_HOST_MULTIARCH)/openblas-pthread/liblapack.a" 
--with-blas="/usr/lib/$(DEB_HOST_MULTIARCH)/openblas-pthread/libblas.a"
 endif
 
 MUMPS_LIBS="/usr/lib/$(DEB_HOST_MULTIARCH)/libdmumps_seq.a 
/usr/lib/$(DEB_HOST_MULTIARCH)/libmumps_common_seq.a 
/usr/lib/$(DEB_HOST_MULTIARCH)/libmpiseq_seq.a 
/usr/lib/$(DEB_HOST_MULTIARCH)/libpord_seq.a -lscotch -lesmumps"


I already uploaded in Ubuntu this change, and it seems to build fine now
https://launchpad.net/ubuntu/+source/sdpa/7.3.11+dfsg-1.1ubuntu1


compared with:
https://launchpad.net/ubuntu/+source/sdpa/7.3.11+dfsg-1.1build1

G.

--- End Message ---
--- Begin Message ---
Source: sdpa
Source-Version: 7.3.12+dfsg-1

We believe that the bug you reported is fixed in the latest version of
sdpa, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Makoto Yamashita <[email protected]> (supplier of updated sdpa 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 06 Dec 2019 16:00:00 +0900
Source: sdpa
Architecture: source
Version: 7.3.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Makoto Yamashita <[email protected]>
Changed-By: Makoto Yamashita <[email protected]>
Closes: 944221
Changes:
 sdpa (7.3.12+dfsg-1) unstable; urgency=low
 .
    * New upstream
      + Change MUMPS from 5.1.1 to 5.1.2
    * Fix debian/rules (closes: #944221)
    * Change priority from extra to optional
    * Change libopenblas-dev to libopenblas-pthread-dev
Checksums-Sha1:
 96670e11ac4e1e65981b213d522017c4d86111b3 1946 sdpa_7.3.12+dfsg-1.dsc
 d071c47c769a0cd93fb4d4e0e0cca5df0fdf7758 244337 sdpa_7.3.12+dfsg.orig.tar.gz
 ca0e9f6b34ca2e7d1910916d9244ab547110ce07 4464 sdpa_7.3.12+dfsg-1.debian.tar.xz
 3261b1cedf4f28186d9d956fe25836af2faac69c 13979 
sdpa_7.3.12+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 5599df32c7b6ea18e03d7bc1e9b6034dc37932f5ca5e42a076983afa5e38d217 1946 
sdpa_7.3.12+dfsg-1.dsc
 c8bb7d7c6d6e265ddcc579c80472cfa2f0c0f400db83c3c9b240c98f97b7b63c 244337 
sdpa_7.3.12+dfsg.orig.tar.gz
 ccb1cbf71ec8a9952eea6145f3da2acaf436518104e3bde841eafe30fb4ee6bb 4464 
sdpa_7.3.12+dfsg-1.debian.tar.xz
 d25cacf0366e3db261bc3b29398373b2737620b39ca783037837bb1bdac89ed3 13979 
sdpa_7.3.12+dfsg-1_amd64.buildinfo
Files:
 f0e7d7f7f9211aeac368602cb72c25f1 1946 math optional sdpa_7.3.12+dfsg-1.dsc
 d6297d983e79c9dd5006c66a50a9d227 244337 math optional 
sdpa_7.3.12+dfsg.orig.tar.gz
 aaa3aec4f9205643dab2c28d4d3eeb40 4464 math optional 
sdpa_7.3.12+dfsg-1.debian.tar.xz
 fd2fc39a094c8d005a3c31c07a1be578 13979 math optional 
sdpa_7.3.12+dfsg-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAl4TG4MACgkQMiR/u0Ct
H6aJDQ//Uj0SrtyslVNSWB4xPjjaENCWiYjS1Uq6cAR4MFJGNaAF0dxv/PE+Q+d4
fFMj+1eA83XscVAId3irSWXf7YVc2qstEaIFNh/tB2ynsrDktnGtlEI642TO661H
w6nEMSDG99S7WvzaME1Zx+49R/6SXgUWVQaitUHVBr9QJHZEWFkKV98Uh5XC80j5
I9fIv7mZWD8ZQOzSjoW9AOnOQxInkhnHAUwb1F3f+8IQCBLICCUDMsSaA8C/ELq7
lmGWM2S6quj9OTRFSGaEZG/JCTRQ2beUU+u3TPBIniV+53qw58ZRZDEN/s/f9cv4
adj/vFXz9ICRoF0V16FqCf9cOlHmm337VmT1tkRcv3zmKUpF2Wd9uDmOaSAyYkhQ
N79vV+vLV6IT7hRuY2b1nVUjlS5bFqC7CdOhDSyabCSfX5d22f7w/VG+s8EC7XTq
6NNTdT4GPUDXAIyflkVO/8+bCb0hGrmLG8qFv9HOJX0zuGElj7acW3MEVqz11C0y
6sHBGZX7e6AOjwWL/recQGtBTKwz4CMEeZ/40iibESW73Ke5ffwCMIDtwWJ+pcb4
Mg6M4U3n6JAZ9F81Wzu1SzwDxjsp4gUq+/5GY2m5qKtCPFzeVoHDw9J24MQvLqLY
br6QGBDAa+I+K/WN7kRO4bT5RyMdG+Yvtq+6LLoE5X36+IYh0Fw=
=laXt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to