Your message dated Mon, 11 May 2020 11:34:14 +0000
with message-id <[email protected]>
and subject line Bug#897768: fixed in hmat-oss 1.2.0-2.1
has caused the Debian Bug report #897768,
regarding hmat-oss: ftbfs with GCC-8
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.)


-- 
897768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897768
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hmat-oss
Version: 1.2.0-2
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/hmat-oss_1.2.0-2_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html

[...]
/<<PKGBUILDDIR>>/src/full_matrix.cpp:923:16:   required from here
/<<PKGBUILDDIR>>/src/full_matrix.cpp:904:11: error: 'void* memset(void*, int, 
size_t)' clearing an object of non-trivial type 'struct std::complex<float>'; 
use assignment or value-initialization instead [-Werror=class-memaccess]
     memset(v, 0, sizeof(T) * rows);
     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/data_types.hpp:26,
                 from /<<PKGBUILDDIR>>/src/full_matrix.hpp:31,
                 from /<<PKGBUILDDIR>>/src/full_matrix.cpp:35:
/usr/include/c++/8/complex:1072:12: note: 'struct std::complex<float>' declared 
here
     struct complex<float>
            ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/full_matrix.cpp: In instantiation of 'void 
hmat::Vector<T>::clear() [with T = std::complex<double>]':
/<<PKGBUILDDIR>>/src/full_matrix.cpp:924:16:   required from here
/<<PKGBUILDDIR>>/src/full_matrix.cpp:899:9: error: 'void* memset(void*, int, 
size_t)' clearing an object of non-trivial type 'struct std::complex<double>'; 
use assignment or value-initialization instead [-Werror=class-memaccess]
   memset(this->v, 0, sizeof(T) * this->rows);
   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/data_types.hpp:26,
                 from /<<PKGBUILDDIR>>/src/full_matrix.hpp:31,
                 from /<<PKGBUILDDIR>>/src/full_matrix.cpp:35:
/usr/include/c++/8/complex:1221:12: note: 'struct std::complex<double>' 
declared here
     struct complex<double>
            ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/full_matrix.cpp: In instantiation of 'void 
hmat::Vector<T>::scale(T) [with T = std::complex<double>]':
/<<PKGBUILDDIR>>/src/full_matrix.cpp:924:16:   required from here
/<<PKGBUILDDIR>>/src/full_matrix.cpp:904:11: error: 'void* memset(void*, int, 
size_t)' clearing an object of non-trivial type 'struct std::complex<double>'; 
use assignment or value-initialization instead [-Werror=class-memaccess]
     memset(v, 0, sizeof(T) * rows);
     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/data_types.hpp:26,
                 from /<<PKGBUILDDIR>>/src/full_matrix.hpp:31,
                 from /<<PKGBUILDDIR>>/src/full_matrix.cpp:35:
/usr/include/c++/8/complex:1221:12: note: 'struct std::complex<double>' 
declared here
     struct complex<double>
            ^~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[3]: *** [CMakeFiles/hmat-oss.dir/build.make:235: 
CMakeFiles/hmat-oss.dir/src/full_matrix.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** Waiting for unfinished jobs....
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/c++  -D_GNU_SOURCE -Dhmat_oss_EXPORTS -I/<<PKGBUILDDIR>>/include 
-I/usr/include/x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/src  -fopenmp -Werror -Wall -Wno-unused-result 
-Wno-sign-compare -Wno-literal-suffix  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-funsafe-math-optimizations -fopenmp -fPIC   -o 
CMakeFiles/hmat-oss.dir/src/compression.cpp.o -c 
/<<PKGBUILDDIR>>/src/compression.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/c++  -D_GNU_SOURCE -Dhmat_oss_EXPORTS -I/<<PKGBUILDDIR>>/include 
-I/usr/include/x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/src  -fopenmp -Werror -Wall -Wno-unused-result 
-Wno-sign-compare -Wno-literal-suffix  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-funsafe-math-optimizations -fopenmp -fPIC   -o 
CMakeFiles/hmat-oss.dir/src/rk_matrix.cpp.o -c 
/<<PKGBUILDDIR>>/src/rk_matrix.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/c++  -D_GNU_SOURCE -Dhmat_oss_EXPORTS -I/<<PKGBUILDDIR>>/include 
-I/usr/include/x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/src  -fopenmp -Werror -Wall -Wno-unused-result 
-Wno-sign-compare -Wno-literal-suffix  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-funsafe-math-optimizations -fopenmp -fPIC   -o 
CMakeFiles/hmat-oss.dir/src/h_matrix.cpp.o -c /<<PKGBUILDDIR>>/src/h_matrix.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:71: CMakeFiles/hmat-oss.dir/all] Error 2
make[1]: *** [Makefile:133: all] Error 2
dh_auto_build: cd obj-x86_64-linux-gnu && make -j8 -Oline returned exit code 2
make: *** [debian/rules:19: build-arch] Error 25
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: hmat-oss
Source-Version: 1.2.0-2.1
Done: Sudip Mukherjee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hmat-oss, 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.
Sudip Mukherjee <[email protected]> (supplier of updated hmat-oss 
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: Sat, 02 May 2020 00:18:14 +0100
Source: hmat-oss
Architecture: source
Version: 1.2.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 897768
Changes:
 hmat-oss (1.2.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS. (Closes: #897768)
Checksums-Sha1:
 1911472b51b85b104f5365bed99e4250b98faff7 2204 hmat-oss_1.2.0-2.1.dsc
 3298fe3bc4e9bdf549d323f445fc3c37740f13a5 4132 hmat-oss_1.2.0-2.1.debian.tar.xz
 7a4eccc64c587191976cb246267e1880aee4fc4e 6347 
hmat-oss_1.2.0-2.1_source.buildinfo
Checksums-Sha256:
 cc11a9cc6217b5fa7a2a13fa165350b96678d09332b52a2d3f4ea229c689545a 2204 
hmat-oss_1.2.0-2.1.dsc
 88c84e550433cda45898107da5a2550005488e0d11d191eef529a6d91bf74a29 4132 
hmat-oss_1.2.0-2.1.debian.tar.xz
 905f95881145903910ae5e36d72bf4f6d6cf8fd7410fbb2d633e729919bcfbfa 6347 
hmat-oss_1.2.0-2.1_source.buildinfo
Files:
 5e5b5b92249b99fd032a8d8e1d5716e7 2204 science extra hmat-oss_1.2.0-2.1.dsc
 4275567c23603fd30e9ec1737d67f91b 4132 science extra 
hmat-oss_1.2.0-2.1.debian.tar.xz
 033647b887e4b081a2496c9c22b297e1 6347 science extra 
hmat-oss_1.2.0-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl65MaUACgkQweDZLphv
fH6KiA//YmiQeabT2659AGbhMUx5m0FarIvlvU09taa98PVgB0vvkPwZusWvJlnG
DqzqD1WIRFMfSFmrKgz0MUplbqnHuqGgp79Ie6fIbxXPDyt6PhQ5E+88O6Of3gnb
U2oDveI1CY8EpYLa4Du23BMHBCtrzsQK4kFPGnxMh/n44u0mgUnbq8qmF0d7QAIs
dh6uctNVxzYituO2Pn9REzdqWIAPx7EshTZ05l91PTTeWWhCq4Oh+gCBc2We8qaK
6+M/4t0XszJ/U0QtQuKKV8aNg/q7ASaxuxM20NPWblY+/ok+XJYkiPCW875jbhk9
iLY+o7NXczzCuD/4XlwY+rhqPw3AjcUj6UYKfSX0CZPKdLqWVzPSkv4lm+huh5fS
8/ynrGyqXhDOqK3Li+vFddoUBCpbQVy1IiUrAOyM7CpDHBcC6+b6wlVJlcfKqJ6P
JMmX1ql/8HsLXwZdbc8LZ8TaOGBM9ZD2sH+KhC4yIkitE1uc7ozTeu1X2azAmW3B
9d9j8BKv4b17eRh4Ss9mu6CXX8TQpBxhDHLRBZwS/tYdGPZy28mTTCK92516iDAS
uhLgDJ9uU/jd5Plp/rx0Hvuh7/md2XY17BElc6qc4o0YHsF4vBmYna89VtaMHz0x
qIZBoxV+nlG9tR7bnhNEZd8tMbl5HbR5es5xnhw+EYMTWGwRVN8=
=fs8K
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to