Your message dated Tue, 12 Oct 2021 07:48:53 +0000
with message-id <[email protected]>
and subject line Bug#984128: fixed in flexpart 9.02-24
has caused the Debian Bug report #984128,
regarding flexpart: 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 [email protected]
immediately.)


-- 
984128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984128
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:flexpart
Version: 9.02-23
Severity: normal
Tags: sid bookworm
User: [email protected]
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/flexpart_9.02-23_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.

[...]
      |                      2
  209 |     do jy=0,nyn(inest)-1
  210 |       do ix=0,nxn(inest)-1
      |                  1
Warning: Array reference at (1) out of bounds (1 > 0) in loop beginning at (2)
FLEXPART.f90:211:25:

  208 |   do inest=1,numbnests
      |                      2   
......
  211 |         cbasefluxn(ix,jy,inest)=0.
      |                         1
Warning: Array reference at (1) out of bounds (1 > 0) in loop beginning at (2)
FLEXPART.f90:211:22:

  209 |     do jy=0,nyn(inest)-1
      |                        2
  210 |       do ix=0,nxn(inest)-1
  211 |         cbasefluxn(ix,jy,inest)=0.
      |                      1
Warning: Array reference at (1) out of bounds (0 > -1) in loop beginning at (2)
FLEXPART.f90:211:19:

  210 |       do ix=0,nxn(inest)-1
      |                          2
  211 |         cbasefluxn(ix,jy,inest)=0.
      |                   1
Warning: Array reference at (1) out of bounds (0 > -1) in loop beginning at (2)
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include readlanduse.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include getfields.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include init_domainfill.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include interpol_wind.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include readoutgrid.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include interpol_all.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include readpaths.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include getrb.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include readreceptors.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include getrc.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include readreleases.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include getvdep.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include readspecies.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include interpol_misslev.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
gfortran -c -O2 
-I/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11  
-mcmodel=medium  -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 
-I/usr/include readwind_gfs.f90
f951: Warning: Nonexistent include directory 
'/usr/lib/x86_64-linux-gnu/fortran/x86_64-linux-gnu-gfortran-11' 
[-Wmissing-include-dirs]
readwind_gfs.f90:63:7:

   63 |   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]: *** [makefile.gfs_gfortran:86: readwind_gfs.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:31: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:28: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: flexpart
Source-Version: 9.02-24
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
flexpart, 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.
Alastair McKinstry <[email protected]> (supplier of updated flexpart 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: SHA256

Format: 1.8
Date: Mon, 11 Oct 2021 23:24:35 +0100
Source: flexpart
Architecture: source
Version: 9.02-24
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 984128
Changes:
 flexpart (9.02-24) unstable; urgency=medium
 .
   * Rebuild against eccodes >= 2.23.0-2 for gcc-11. Closes: #984128
   * Move to debhelper-compat 13
   * Standards-Version: 4.6.0
   * Point Vcs-Git, g/gbp.conf to DEP-14 branches
Checksums-Sha1:
 70fbea7d81778f4059700da12d02e8678bb0c082 1915 flexpart_9.02-24.dsc
 677d07de97f441ebcd7bcc776f91810106feee50 5284 flexpart_9.02-24.debian.tar.xz
Checksums-Sha256:
 fc1f0ccc1bdb6fd1702270f7c0daad997e72a7f60f072cb81d4488fdbbe20c46 1915 
flexpart_9.02-24.dsc
 9e8fb953cee992c4098a9178615f959eb652ee34c586df15968c5656b0b79c27 5284 
flexpart_9.02-24.debian.tar.xz
Files:
 436ab6ea85884bf3e9b480f72756681a 1915 science optional flexpart_9.02-24.dsc
 2e839138a9089dac95727bc281a3ec24 5284 science optional 
flexpart_9.02-24.debian.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmFlOtYACgkQy+a7Tl2a
06VDkw//W8vqgGhB1zyLzdCwXKeTW5Bf+RZyyP0IR2VS4nqkFTdOSksLiVRXwGnr
HvDX0J2dP1w05JxrKLzN0orwQJnIylJy/RW4dFvSjcv6A76uIibFrSm4hvfv6Ax2
LFSYNIU6aclxMpMu/puwsX1yDyrOw3pIaex2xHjcbie1rjKzEy+bSq4FdcAizyD5
iVKlcKqlDwHzfuHAwdVUqE7+sPrzpE/uVCRpf+tqpBzKgU8GvJlPmosvR5ozmPEF
VvhLCytDGrwp6aQtAv3n0TFoKn0Z8sKdMRmjzf/pxJMtKWn1fFyf7c4c8VALB+aF
pDugtbTodVHkWM3b99z6NFnXcW/XqJxbqNoZcMAYxSpNJS78Q7FkvyN4zIWaTXdY
yPK3esY87f64uX+c06qolio/R4WPb3PxytP4AtGM3m10GxEv7u2SgtSVDnif2e4W
kcwg+QHY2Q/0iHx6toHoL8bdJbedkieBpJsGVgYOUj/vQyNNNqf0g5QfneuIVz2f
9SFD2xENRCXNlWi8P1qIsgJAzxOlr/M18l1CnnyBSpJgWn7+NBZsBnSzzvPPCS8h
UJGpGS/ThBf9gvcpBceKPBu++1rkVf9+jqYtLPUuZXKGkar1dlRpvUjgVR4yP7Pv
4lJfDlhfTnb7FlL+VPSOpYMYq47xnfswUIvdFZzwiMqxft923Dg=
=RVeY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to