Your message dated Tue, 12 Oct 2021 10:33:32 +0000
with message-id <e1maf6c-000909...@fasolo.debian.org>
and subject line Bug#984129: fixed in flextra 5.0-15
has caused the Debian Bug report #984129,
regarding flextra: 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.)


-- 
984129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:flextra
Version: 5.0-14
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/flextra_5.0-14_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.

[...]
      |                                                                        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-11 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  -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-11' 
[-Wmissing-include-dirs]
x86_64-linux-gnu-gfortran-11 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  -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-11' 
[-Wmissing-include-dirs]
x86_64-linux-gnu-gfortran-11 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  -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-11' 
[-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-15
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 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 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: Tue, 12 Oct 2021 11:08:42 +0100
Source: flextra
Architecture: source
Version: 5.0-15
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 984129
Changes:
 flextra (5.0-15) unstable; urgency=medium
 .
   * Build against eccodes (>= 2.23.0-2) for gfortran-11. Closes: #984129
   * Move branches to DEP-14 names: debian/latest, upstream/latest
   * Point vcs-git to debian/latest branch
   * Add d/gbp.conf pointing to DEP-14 names
   * Standards-Version: 4.6.0
   * Move to debhelper-compat 13
Checksums-Sha1:
 6be07ef74a05a155e6b0f5a347a71cb3ed3f18b1 1888 flextra_5.0-15.dsc
 e9d6b7099473b4092c0cdf739dbfff21647b5909 6832 flextra_5.0-15.debian.tar.xz
Checksums-Sha256:
 af0e12afb298b1189ee7ac0441129543093f315ed99920d89fc79c5a95dc1e55 1888 
flextra_5.0-15.dsc
 d25f59e23be40989da189c2033cd3743b1d625b420e8c216c2dde46b711eecf2 6832 
flextra_5.0-15.debian.tar.xz
Files:
 6af03f981809bf665f7f395b1fdb54a5 1888 science optional flextra_5.0-15.dsc
 92650ca32cd2e9ed65bbca8ed18e9110 6832 science optional 
flextra_5.0-15.debian.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmFlX9gACgkQy+a7Tl2a
06V9IQ/+P0iBgNLQkny1bh2iE8JulreNUy1vDwaZToy+Lik1H1ibgQUdwJq6B69R
wvwSXRTk1Z/WlCDqN2yR4+dC+uSztx6t5Sc6xypDchapjQMnLWfpE1U75TUnuXCX
yhvfNiHS+R0JryeLPHYL33N1FLPIIdgGzbOU6zEScsUfK9SwTjJ94Q7IMlhOU9+y
09bj3BWah0j7R4xzdT1HOTol6pq4WlR1toAFUt83ddxilvKWdQfS7h9ojZGnBN5R
n6SzwWAfxh0bOqPVqdSwyj1We3hcVVMDCe42kB7xx/f4ztGHpn9vwkmgm2GwHPEo
Te+d3qMyxKKQl25kKNwoV/1i7HKSVJ1D5fmFy5ns37/bR+N3hUH3NenDT5gR4r+s
e1ba7QfuQ5tycRDaEcqtR4YvB158GDoNbhgj9qsPWCBPHpqpqLj4JXmarvqI07dH
ZB64Brl4glmwmyW3SR9zeD7GK4fsGj2FoeWU+QpnE739Iw4owIgMNFLDq7qseCt5
gi2sr83Mhp5PjATv8Ep/JbJvdjWV16g0UmTnqTfIFd6NijcnmL8hB7X4rmxGeO9v
SGsbt6hYCie7aFI9NalkFMIa5xUv+AYOPC/2IkdG2jtVFd/adlZAJPZ7iAe+IiNK
IyBoXmG3XCgCystXMUIKYqO/iFU2rvxCq8Gf2m+rPjrFkDEH38E=
=yOCo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to