Your message dated Sun, 04 Aug 2024 10:34:35 +0000
with message-id <e1sayzp-00dlkt...@fasolo.debian.org>
and subject line Bug#1075077: fixed in hypre 2.31.0-1exp2
has caused the Debian Bug report #1075077,
regarding hypre: ftbfs with GCC-14
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.)


-- 
1075077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075077
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hypre
Version: 2.29.0-2
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/hypre_2.29.0-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html

[...]
 3150 |       comm_handle = hypre_ParCSRCommHandleCreate (2, comm_pkg, 
x_ext_data, buf_data);
      |                     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
schwarz.c:3014:16: note: ‘buf_data’ was declared here
 3014 |    HYPRE_Real *buf_data;
      |                ^~~~~~~~
schwarz.c: In function ‘hypre_ParAMGCreateDomainDof’:
schwarz.c:3686:49: warning: ‘a_ext_i’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3686 |             for (j = a_ext_i[i_dof]; j < a_ext_i[i_dof + 1]; j++)
      |                                                 ^
schwarz.c:3216:15: note: ‘a_ext_i’ was declared here
 3216 |    HYPRE_Int *a_ext_i;
      |               ^~~~~~~
schwarz.c:3688:19: warning: ‘a_ext_j’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3688 |                jj = a_ext_j[j];
      |                ~~~^~~~~~~~~~~~
schwarz.c:3217:18: note: ‘a_ext_j’ was declared here
 3217 |    HYPRE_BigInt *a_ext_j;
      |                  ^~~~~~~
schwarz.c:3703:72: warning: ‘a_ext_data’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3703 |                      AE[i_loc + j_loc * local_dof_counter] = 
a_ext_data[j];
      |                                                              
~~~~~~~~~~^~~
schwarz.c:3218:16: note: ‘a_ext_data’ was declared here
 3218 |    HYPRE_Real *a_ext_data;
      |                ^~~~~~~~~~
schwarz.c: In function ‘hypre_ParGenerateScale’:
schwarz.c:3797:22: warning: ‘scale_ext’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3797 |             scale_ext[j_loc - num_variables] += 1.0;
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
schwarz.c:3762:16: note: ‘scale_ext’ was declared here
 3762 |    HYPRE_Real *scale_ext;
      |                ^~~~~~~~~
schwarz.c:3763:16: warning: ‘scale_int’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3763 |    HYPRE_Real *scale_int;
      |                ^~~~~~~~~
schwarz.c: In function ‘hypre_ParGenerateHybridScale’:
schwarz.c:3990:42: warning: ‘send_map_starts’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3990 |       for (j = start; j < send_map_starts[i + 1]; j++)
      |                           ~~~~~~~~~~~~~~~^~~~~~~
schwarz.c:3859:15: note: ‘send_map_starts’ was declared here
 3859 |    HYPRE_Int *send_map_starts;
      |               ^~~~~~~~~~~~~~~
schwarz.c:3992:30: warning: ‘send_map_elmts’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3992 |          scale[send_map_elmts[j]] += scale_int[index++];
      |                ~~~~~~~~~~~~~~^~~
schwarz.c:3860:15: note: ‘send_map_elmts’ was declared here
 3860 |    HYPRE_Int *send_map_elmts;
      |               ^~~~~~~~~~~~~~
schwarz.c:3897:20: warning: ‘index_ext’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3897 |       index_ext[i] = -1;
      |       ~~~~~~~~~~~~~^~~~
schwarz.c:3861:15: note: ‘index_ext’ was declared here
 3861 |    HYPRE_Int *index_ext;
      |               ^~~~~~~~~
schwarz.c:3910:25: warning: ‘scale_ext’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3910 |                scale_ext[j_loc] += 1.0;
      |                ~~~~~~~~~^~~~~~~
schwarz.c:3854:16: note: ‘scale_ext’ was declared here
 3854 |    HYPRE_Real *scale_ext;
      |                ^~~~~~~~~
schwarz.c:3855:16: warning: ‘scale_int’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3855 |    HYPRE_Real *scale_int;
      |                ^~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src64/parcsr_ls'
make[2]: *** [Makefile:90: all] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src64'
dh_auto_build: error: cd src64 && make -j8 returned exit code 2
make[1]: *** [debian/rules:153: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:25: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hypre
Source-Version: 2.31.0-1exp2
Done: Drew Parsons <dpars...@debian.org>

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 1075...@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: SHA256

Format: 1.8
Date: Sun, 04 Aug 2024 11:17:02 +0200
Source: hypre
Architecture: source
Version: 2.31.0-1exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Closes: 1075077
Changes:
 hypre (2.31.0-1exp2) experimental; urgency=medium
 .
   * debian patch build_gcc14_PR1110.patch applies upstream PR#1110 to
     enable build using gcc-14. Closes: #1075077.
Checksums-Sha1:
 49088279d1f5d39a33274e2b89560e91e2a670ef 3485 hypre_2.31.0-1exp2.dsc
 88690015e4dbfad94127fdbf4dcdd4977eea62f6 20816 hypre_2.31.0-1exp2.debian.tar.xz
Checksums-Sha256:
 413d8a7c2a1d6d36114ddfa22965e6d86a4eafaf51073b81e6a4225536113e93 3485 
hypre_2.31.0-1exp2.dsc
 a5ec838dedd30cbb182ec5038334434ce508a3fa010b3524aeeb9a082d727e4e 20816 
hypre_2.31.0-1exp2.debian.tar.xz
Files:
 d638b199c5b993b88148afe689da9a37 3485 math optional hypre_2.31.0-1exp2.dsc
 ffe50771d257255534ac112f2ba18a9d 20816 math optional 
hypre_2.31.0-1exp2.debian.tar.xz

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

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmavU1YACgkQVz7x5L1a
AfoRsg//SIXnqPcHPQQ0vlVAZLc88ahwfsFOc1u35xMmxJLW0E1lXLGgynfTfQ9o
9cRnpnJy08zCcDCLvS29e9jwRhoEjbk+efdX15pELjbbNi5Jq7i1e87ECp4bxjmw
ufpRoxjT5zpXBqGUI7F/w6Ml9RCd2EynFEe8SeZIGe/aWeXnL1WaWsB8dqAoroV/
Q9M8QkOeFo18zpfHWoQdPK+SPX6Y4mUGjNtXAr6bE0eEuq5DqTJThtHa4LkGQeHv
PoJE407t//7MIj2qTEzNZK+/fb74BBSVzGLhnsyXQiOLf4fzWPaxsA+Y2CgBF8Ev
iUtnbxik4Y+0XRG1pB57pFZyYB9ge5z7q/uIGh0FR2ti7syEu+W+Br4TKqMjoeGq
NxhqkfDBuHFJhR7+iZ7sDICaJjB+4CnYN/gxBkKPIm2jP0xjWK3dDJRV6lhIdF1l
hV9Ns3mL8c47c41Uus7/NyiuMwLUMf+7RSxhSUP90SUvJY5yXK64DtnyebrFKivO
Nx+uyoOVQnwJBpUV++H3ylA7zNwsWAWjesJ2aXV/oF6GEfEzoAAi6ZiOXx+3zGX+
FFQdOY+3+f4DSuis/MeOcwlRkgwqPKVhWI8VCLIzN2yAi2Gr3TiB0w2UshKE2y6y
dSpblKhMLXg/o33EKpr+HJMn2fxC/b1v98jDY+ONoqNS5n22+rY=
=NEm3
-----END PGP SIGNATURE-----

Attachment: pgphBAhFuLSbv.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to