Your message dated Fri, 19 Nov 2021 15:41:20 +0000
with message-id <e1mo60u-0007ul...@fasolo.debian.org>
and subject line Bug#984242: fixed in mpich 4.0~b1-1
has caused the Debian Bug report #984242,
regarding mpich: ftbfs with GCC-11
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.)
--
984242: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984242
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mpich
Version: 3.4.1-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/mpich_3.4.1-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
## ------------------- ##
## File substitutions. ##
## ------------------- ##
cc_shlib_conf='src/env/cc_shlib.conf'
cxx_shlib_conf=''
f77_shlib_conf='src/env/f77_shlib.conf'
fc_shlib_conf=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "MPICH"
#define PACKAGE_TARNAME "mpich"
#define PACKAGE_VERSION "3.4.1"
#define PACKAGE_STRING "MPICH 3.4.1"
#define PACKAGE_BUGREPORT "disc...@mpich.org"
#define PACKAGE_URL "http://www.mpich.org/"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define PACKAGE "mpich"
#define VERSION "3.4.1"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define NEEDS_STRICT_ALIGNMENT 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG__ALL
#define HAVE_TAG_ERROR_BITS 1
#define HAVE_PRAGMA_WEAK 1
#define HAVE_WEAK_ATTRIBUTE 1
#define USE_WEAK_SYMBOLS 1
#define HAVE_MULTIPLE_PRAGMA_WEAK 1
#define HAVE_VISIBILITY 1
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPICH_IS_THREADED 1
#define MPICH_THREAD_GRANULARITY MPICH_THREAD_GRANULARITY__GLOBAL
#define MPICH_THREAD_REFCOUNT MPICH_REFCOUNT__NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define ENABLE_PVAR_NEM 0
#define ENABLE_PVAR_RECVQ 0
#define ENABLE_PVAR_RMA 0
#define ENABLE_PVAR_DIMS 0
#define HAVE_LONG_LONG 1
#define STDCALL
#define F77_NAME_LOWER_USCORE 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
configure: exit 1
dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking --with-libfabric=/usr
--with-device=ch3 --with-pm=hydra --with-slurm=/usr --with-hwloc-prefix=/usr
--with-wrapper-dl-type=none --enable-shared --without-yaksa --prefix=/usr
--enable-fortran=all --disable-rpath --disable-wrapper-rpath
--sysconfdir=/etc/mpich --libdir=/usr/lib/x86_64-linux-gnu
--includedir=/usr/include/x86_64-linux-gnu/mpich --docdir=/usr/share/doc/mpich
CPPFLAGS= CFLAGS= CXXFLAGS= "FFLAGS=-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong " "FCFLAGS=-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong " BASH_SHELL=/bin/bash returned exit code 1
make[1]: *** [debian/rules:103: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:90: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mpich
Source-Version: 4.0~b1-1
Done: Alastair McKinstry <mckins...@debian.org>
We believe that the bug you reported is fixed in the latest version of
mpich, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated mpich 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: Fri, 19 Nov 2021 10:12:38 +0100
Source: mpich
Architecture: source
Version: 4.0~b1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 984242
Changes:
mpich (4.0~b1-1) experimental; urgency=medium
.
* Support gcc/gfortran 11. Closes: #984242
* Standards-Version: 4.6.0
* New upstream release
* Re-enable docs
Checksums-Sha1:
367d05ef668b88eb5734f7131d6c59d4f29e258a 2723 mpich_4.0~b1-1.dsc
8ff4fd8c3a78df00d9155abe00287ed1feee2af2 21730284 mpich_4.0~b1.orig.tar.xz
4475b94a9f85005413d7a406ecdbe3cb58ffecc5 338676 mpich_4.0~b1-1.debian.tar.xz
Checksums-Sha256:
6b5b380facc29a525621d35267a9d7b7e2f9ddf3d1b030b637a06e207dccb2cb 2723
mpich_4.0~b1-1.dsc
c55719322ce76af27f6c3b99478a4d34279a585fbfdfeafbb86a3497b5ca6166 21730284
mpich_4.0~b1.orig.tar.xz
689de15529bab644566186e7f12e3b76013411b369383de161391148c477b646 338676
mpich_4.0~b1-1.debian.tar.xz
Files:
c8c85aa456016f543022ec8e0066ed8b 2723 devel optional mpich_4.0~b1-1.dsc
c8e83b6f440ba43c0a108e2b8b519fdb 21730284 devel optional
mpich_4.0~b1.orig.tar.xz
c7c007007bc9a8c04f553803d4807d53 338676 devel optional
mpich_4.0~b1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmGXv04ACgkQy+a7Tl2a
06XK4A/+I2YHM8P7lmEhofoUEOqPG3l+fLKb/kfkeLx95BhCdsq6SPQyGI2OW0P/
Fyz/zgOhRmXFZ4Ik5beVMgNV3U4FRn1ynsPVwCdmf7Vqhg93c1B9jF3H2OpeIsPa
Sm1kOUPqq7+NOEWMFrMbZmrfs9TbfaAWpajMswH32TBRCQTYYR9WcOgfEvORxiAT
ZZLlLwiX/MdPzUHV7QyMsPbYL8PJtDTeiXTSXPYxVEuXEvnIdlYlORSmv7eB97pj
vD6xGc+S06PYBx2l6VT7MtP5CHmbYK9M0pJ7IQv9VyonbS2Xc9eCHq9ehAfBUi+E
2mqRVD24OewUlubw5id4upx59iqGJz31/cvZbWMi6UxRKLGWaKBofvtXuvCI1nh4
YDSQze75pWo+gMqPM2k8x/4Lwdamt0mDe0Kzgwkdp3gBaJMKZK96lqqrGd6mMPwb
K8b/l+uaI0etMreIbyRlkVhAPxg2+xnDfaMAYXyBGwyW5PbBn8kKQ/D53BrFlpQ1
hh4KOfC096TO+7tBVf0goG+Ko4kAPuu+Mva+wOmmkSKbTBAH0sfAVLAJuZ8kaeDo
O4hAgedUzAGwuXRkXidAX2A5uQjFaoP2Nv53glQzJxqvoASFdsJKWTcOIiGI7l+D
0qQrhHBLgifjkBXLHQ9BcoCKXG0kk+buAvtLhZovliQZdv1RTIc=
=mm/7
-----END PGP SIGNATURE-----
--- End Message ---