Your message dated Tue, 26 Jul 2022 08:49:07 +0000
with message-id <e1oggfx-00082a...@fasolo.debian.org>
and subject line Bug#1012930: fixed in flextra 5.0-16
has caused the Debian Bug report #1012930,
regarding flextra: ftbfs with GCC-12
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.)
--
1012930: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012930
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:flextra
Version: 5.0-15
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12
[This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/flextra_5.0-15_unstable_gcc12.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.
[...]
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 10 at (1)
readavailable.f:114:72:
114 | 60 read(unitavailab,*)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 60 at (1)
readavailable.f:137:72:
137 | 50 close(unitavailab)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 50 at (1)
readavailable.f:193:72:
193 | 200 wftime(i)=wftime1(i)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 200 at (1)
readavailable.f:195:72:
195 | do 210 i=1,numbwfn(k)
| 1
Warning: Fortran 2018 deleted feature: Shared DO termination label 210 at (1)
readavailable.f:198:72:
198 | 210 wftimen(k,i)=wftime1n(k,i)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 210 at (1)
readavailable.f:203:72:
203 | 300 wftime(numbwf-i+1)=wftime1(i)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 300 at (1)
readavailable.f:205:72:
205 | do 310 i=1,numbwfn(k)
| 1
Warning: Fortran 2018 deleted feature: Shared DO termination label 310 at (1)
readavailable.f:208:72:
208 | 310 wftimen(k,numbwfn(k)-i+1)=wftime1n(k,i)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 310 at (1)
readavailable.f:238:72:
238 | do 360 i=1,numbwf
| 1
Warning: Fortran 2018 deleted feature: Shared DO termination label 360 at (1)
readavailable.f:254:72:
254 | 30 memtime(i)=999999999
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not
END DO or CONTINUE with label 30 at (1)
x86_64-linux-gnu-gfortran-12
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-12 -fPIC
-fconvert=little-endian -frecord-marker=4 -I/usr/include -c -o getwind.o
getwind.f
f951: Warning: Nonexistent include directory
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-12'
[-Wmissing-include-dirs]
x86_64-linux-gnu-gfortran-12
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-12 -fPIC
-fconvert=little-endian -frecord-marker=4 -I/usr/include -c -o readcommand.o
readcommand.f
f951: Warning: Nonexistent include directory
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-12'
[-Wmissing-include-dirs]
x86_64-linux-gnu-gfortran-12
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-12 -fPIC
-fconvert=little-endian -frecord-marker=4 -I/usr/include -c -o gridcheck.o
gridcheck.f
f951: Warning: Nonexistent include directory
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-12'
[-Wmissing-include-dirs]
gridcheck.f:52:10:
52 | use grib_api
| 1
Fatal Error: Cannot open module file 'grib_api.mod' for reading at (1): No such
file or directory
compilation terminated.
make[2]: *** [<builtin>: gridcheck.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: flextra
Source-Version: 5.0-16
Done: Alastair McKinstry <mckins...@debian.org>
We believe that the bug you reported is fixed in the latest version of
flextra, 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 1012...@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 flextra 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: Mon, 25 Jul 2022 09:13:50 +0100
Source: flextra
Architecture: source
Version: 5.0-16
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1012930
Changes:
flextra (5.0-16) unstable; urgency=medium
.
* Build against eccodes >= 2.26.0-3 for gfortran-12. Closes: #1012930
* Standards-Version: 4.6.1
Checksums-Sha1:
abc70c8eeab34e23a273ed1700c90ad7b3fde78d 1888 flextra_5.0-16.dsc
aa44bda23e2db349ede6c6c2f1fd1bb052253aa7 6872 flextra_5.0-16.debian.tar.xz
Checksums-Sha256:
b5e2b765f5ad757d525a5aa8f06841c87a36b37b30b1e718f515511cf97702e3 1888
flextra_5.0-16.dsc
d2e122f89cc868e9a1f539d727961344090567ceae869502962e1873057a377a 6872
flextra_5.0-16.debian.tar.xz
Files:
d3499942fce36a8bda8dec4b6c88d5be 1888 science optional flextra_5.0-16.dsc
b8c1a3559f40deb1997afa22cbce0267 6872 science optional
flextra_5.0-16.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmLfpXQACgkQy+a7Tl2a
06XcoA/+OyxkjRtd2huWe9R4sH38qrM/ZWav57kxM+/xQN1ROAZlIlipni+GWGsd
kWGlo9kdEx9Rt7rHGDWUVqsat5IuRKtTD0kylHxTip20/rD9NQO+46x6vRr4N03A
YJb3jZKAlra3Nv+s1kPsPp1ecwqg6wxrf7j0V7ANjY+Z6s/imfCtlpPdni4QI9eK
9Gxtvv9Zbt6U7t86Q6xuKw7+AE5FGHaUcqogRiBwfgLVskw3/4vC8q+MSewO/Rqk
oIL6OiOD1ZTQftZ+yyK1T80onjsGpxVnovjxT6bM3VyWuYE1Pnv7CrNNbMUBjhjp
I0uEa1Srn2wcUWEzPeQfzcyZOfsCCYkpDd0O2FswA1dEXpx6qf7NvcZEQWJidu69
XuSW/KKifMrmUmfe5E9hQpRmQSxzyNnGcGsY2MySu2lZzckeF9dQs9Oqn6bDKkoc
jY6IuMSwGW+RNN0+WmNOu0Qdj3IGzO22hYBD3PfoACbbA+pwqO58nOzvCKcmSRYA
Hx1UOIk/1875PPIcPpKhbt5WnGmlK4kT3C/yPiGvSPS4CX3gq6YbWqLQ6wygZF0I
KgV5aCthi55TyPNkz9ronNZS04IswjIvsuux2zpP+KWzw3eb47pXMX4kkHVP/MeV
oxOutjO2TUpBGMLicg+Rmom9REjx+6O7X30SACLoUEcqX9/K5XQ=
=B5gS
-----END PGP SIGNATURE-----
--- End Message ---