Your message dated Sat, 13 Dec 2025 04:49:13 +0000
with message-id <[email protected]>
and subject line Bug#1114437: fixed in vmmlib 1.6.2+git20211012.364732e-1
has caused the Debian Bug report #1114437,
regarding vmmlib: FTBFS: include/vmmlib/lapack_linear_least_squares.hpp:253:34: 
error: 'const struct vmml::lapack::llsq_params_xgesv<float_t>' has no member 
named 'ldvt' [-Wtemplate-body]
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.)


-- 
1114437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114437
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vmmlib
Version: 1.0-2.3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:vmmlib, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf tests/unit_test.o tests/vector_test.o tests/matrix_test.o 
tests/quaternion_test.o tests/qr_decomposition_test.o tests/svd_test.o 
tests/lapack_svd_test.o tests/lapack_linear_least_squares_test.o 
tests/lapack_gaussian_elimination_test.o tests/vmmlib_unit_tests_main.o 
tests/lapack_sym_eigs_test.o tests/tensor3_test.o tests/tensor3_iterator_test.o 
tests/tucker3_tensor_test.o tests/qtucker3_tensor_test.o 
tests/tucker3_exporter_importer_test.o tests/cp3_tensor_test.o 
tests/t3_hosvd_test.o tests/t3_hooi_test.o tests/t3_hopm_test.o 
tests/t3_ihopm_test.o tests/matrix_pseudoinverse_test.o tests/blas_dgemm_test.o 
tests/blas_dot_test.o   vmmlib_unit_tests
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/unit_test.cpp -o tests/unit_test.o  
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/vector_test.cpp -o tests/vector_test.o  
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/matrix_test.cpp -o tests/matrix_test.o  
In file included from include/vmmlib/matrix.hpp:6,
                 from tests/matrix_test.cpp:3:
include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   43 | struct matrix_equals_allow_inverted_rows : std::binary_function< const 
T&, const T&, bool >
      |                                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
                 from <command-line>:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
const T&, const T&, bool >
      |                                                    ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/quaternion_test.cpp -o tests/quaternion_test.o  
In file included from include/vmmlib/matrix.hpp:6,
                 from include/vmmlib/quaternion.hpp:14,
                 from tests/quaternion_test.hpp:4,
                 from tests/quaternion_test.cpp:1:
include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   43 | struct matrix_equals_allow_inverted_rows : std::binary_function< const 
T&, const T&, bool >
      |                                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
                 from <command-line>:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
const T&, const T&, bool >
      |                                                    ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/qr_decomposition_test.cpp -o tests/qr_decomposition_test.o  
In file included from include/vmmlib/matrix.hpp:6,
                 from include/vmmlib/qr_decomposition.hpp:4,
                 from tests/qr_decomposition_test.cpp:3:
include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   43 | struct matrix_equals_allow_inverted_rows : std::binary_function< const 
T&, const T&, bool >
      |                                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
                 from <command-line>:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
const T&, const T&, bool >
      |                                                    ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/svd_test.cpp -o tests/svd_test.o  
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/lapack_svd_test.cpp -o tests/lapack_svd_test.o  
In file included from include/vmmlib/matrix.hpp:6,
                 from include/vmmlib/svd.hpp:4,
                 from tests/svd_test.hpp:4,
                 from tests/svd_test.cpp:1:
include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   43 | struct matrix_equals_allow_inverted_rows : std::binary_function< const 
T&, const T&, bool >
      |                                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
                 from <command-line>:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
const T&, const T&, bool >
      |                                                    ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from include/vmmlib/matrix.hpp:6,
                 from include/vmmlib/lapack_svd.hpp:4,
                 from tests/lapack_svd_test.cpp:3:
include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   43 | struct matrix_equals_allow_inverted_rows : std::binary_function< const 
T&, const T&, bool >
      |                                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
                 from <command-line>:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
const T&, const T&, bool >
      |                                                    ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/lapack_linear_least_squares_test.cpp -o 
tests/lapack_linear_least_squares_test.o  
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I. 
-Iinclude -Itests -include cstdint -include algorithm -include string -include 
iostream -c tests/lapack_gaussian_elimination_test.cpp -o 
tests/lapack_gaussian_elimination_test.o  
In file included from include/vmmlib/matrix.hpp:6,
                 from include/vmmlib/lapack_linear_least_squares.hpp:4,
                 from tests/lapack_linear_least_squares_test.cpp:4:
include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   43 | struct matrix_equals_allow_inverted_rows : std::binary_function< const 
T&, const T&, bool >
      |                                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
                 from <command-line>:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
const T&, const T&, bool >
      |                                                    ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/lapack_linear_least_squares.hpp: In function ‘std::ostream& 
vmml::lapack::operator<<(std::ostream&, const llsq_params_xgesv<float_t>&)’:
include/vmmlib/lapack_linear_least_squares.hpp:253:34: error: ‘const struct 
vmml::lapack::llsq_params_xgesv<float_t>’ has no member named ‘ldvt’ 
[-Wtemplate-body]
  253 |             << " ldb "      << p.ldvt
      |                                  ^~~~
In file included from include/vmmlib/matrix.hpp:6,
                 from include/vmmlib/lapack_gaussian_elimination.hpp:4,
                 from tests/lapack_gaussian_elimination_test.cpp:4:
include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   43 | struct matrix_equals_allow_inverted_rows : std::binary_function< const 
T&, const T&, bool >
      |                                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15/string:51,
                 from <command-line>:
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
class _Arg2, class _Result> struct std::binary_function’ is deprecated 
[-Wdeprecated-declarations]
   84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
const T&, const T&, bool >
      |                                                    ^~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
make[1]: *** [Makefile:65: tests/lapack_linear_least_squares_test.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: vmmlib
Source-Version: 1.6.2+git20211012.364732e-1
Done: Emmanuel Arias <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vmmlib, 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.
Emmanuel Arias <[email protected]> (supplier of updated vmmlib 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: SHA512

Format: 1.8
Date: Fri, 12 Dec 2025 19:44:09 -0300
Source: vmmlib
Architecture: source
Version: 1.6.2+git20211012.364732e-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Emmanuel Arias <[email protected]>
Closes: 1114437
Changes:
 vmmlib (1.6.2+git20211012.364732e-1) unstable; urgency=medium
 .
   [ Emmanuel Arias ]
   * Set Vcs-Fields (routine-update)
   * Standards-Version: 4.7.2 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Set Science Team as Maintainer.
     - Set Bas Wijner and myself as Uploaders.
   * d/control: Add Homepage information.
   * d/copyright: Update Format link.
   * d/watch: Add file.
   * New upstream release (Closes: #1114437).
   * d/patches: Remove patches they are not longer needed.
   * d/control: Add cmake as Build-Dependency.
     - Run wrap-and-sort.
   * d/rules: Override dh_install to install correctly the lib files.
 .
   [ Andreas Tille ]
   * d/copyright: Fix license name
Checksums-Sha1:
 532639ce8e138f580b38b39951dcbec76295dc7b 2164 
vmmlib_1.6.2+git20211012.364732e-1.dsc
 af8ce11cc9e7c7894808688e774f319aa4701bf8 234952 
vmmlib_1.6.2+git20211012.364732e.orig.tar.xz
 3b9bb05c36046714fbfdda5833bfbf56f022ba21 3088 
vmmlib_1.6.2+git20211012.364732e-1.debian.tar.xz
 1a9c06de11d146fed956158c164a9d1121202e95 7130 
vmmlib_1.6.2+git20211012.364732e-1_amd64.buildinfo
Checksums-Sha256:
 06af579cf396d7746cbdb448c82f8f219261203aae0bc3de849999f27a031130 2164 
vmmlib_1.6.2+git20211012.364732e-1.dsc
 568db46026be45e439ac4f0314f6bd2d035efedbcc19d022ebe8ae14e27d8df2 234952 
vmmlib_1.6.2+git20211012.364732e.orig.tar.xz
 8793e278f52379b6361cfd27ebeb30a3a4d098c5780728717adc9520ba37e092 3088 
vmmlib_1.6.2+git20211012.364732e-1.debian.tar.xz
 a745e6e8389cc3f666368bf8fee01e7029231c02cb9d3b857188f497d1db4b06 7130 
vmmlib_1.6.2+git20211012.364732e-1_amd64.buildinfo
Files:
 a8854696d881f2844b521fb65f6a57c2 2164 libdevel optional 
vmmlib_1.6.2+git20211012.364732e-1.dsc
 feca40607382009a31cbbc064c51290d 234952 libdevel optional 
vmmlib_1.6.2+git20211012.364732e.orig.tar.xz
 95b1b259210ce1f66e42f81e658f7b08 3088 libdevel optional 
vmmlib_1.6.2+git20211012.364732e-1.debian.tar.xz
 ae2d43fd21651b3e1f78b75467cc43c3 7130 libdevel optional 
vmmlib_1.6.2+git20211012.364732e-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmk8m8ISHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxDLYP/2YrQT+7YD4Kq2VUnLlYRa4Cp6h9qO2L
s+R+nGkW+66MwESBhhUbwrairQ4wR/USlUDv/w5uC6QGtDqvFzDCZdX0BRPR13XK
AY40aRw8c7KzleNUyHeCxzjH2/DtOpMnuS5F7ptR0OuLBh3LMSpPPL0phBEprZKs
UAcLTRTChVlgg2S6vGdZPZk7D6NTm5f8lcag90YkjjQrnHuCgXe97Uc89a97rPY3
NznIWejVvalxeYAhVgcoeBlwikAHMs4QOW3N8qzVjKnQd1ayvc7w0q+XVus+nGzY
SfniVuCa1RRgE1KdZHRABjNywbUXJC8xExF/EARcEIRGQKmU4W7qH1czntaUn+Yt
V8wAQY0tiwtUSJ1n8H+rqPWM+jTY7tjFnY6igAX1ge0myRPUZngk9lpPTP8W6OkA
sImBASpjjB+vPIAkzBUmcSVH1Pxa/PFtAeZnd51emyEcrfxBkpZjZKzoJcx6K5yA
x4pNewwHam8bc4az8VVgveu9xuGXsbAlzCtmZ1xP9CevrpqOO15TmLu5qlY7waHC
rWhNZwUHtuTPDFVvksK5h6mCeEgrFLuRSrrGTrAyPUX+ajP0cyQTtkPyKqXmULZV
n/WfVa+AVhn2/hQYt3H8uxEZxRWKzroWlRpKvPAFNnfKK+t+TTDr214/3lHsE0lo
HOEcd5sb6ha0
=QvGn
-----END PGP SIGNATURE-----

Attachment: pgpJcgK4GSym8.pgp
Description: PGP signature


--- End Message ---

Reply via email to