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
--------------------------------------------------------------------------------

Reply via email to