Your message dated Wed, 03 Jun 2020 05:11:01 +0000
with message-id <e1jglg5-0006do...@fasolo.debian.org>
and subject line Bug#957593: fixed in netcdf-fortran 4.5.3+ds-1
has caused the Debian Bug report #957593,
regarding netcdf-fortran: ftbfs with GCC-10
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.)


-- 
957593: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957593
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:netcdf-fortran
Version: 4.5.2+ds-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/netcdf-fortran_4.5.2+ds-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
netcdf4_func.f90:700:73:

  700 |     nf90_inq_var_fill_TwoByteInt = nf_inq_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
1
......
  740 |     nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(2)/REAL(8)).
netcdf4_func.f90:690:73:

  690 |     nf90_inq_var_fill_OneByteInt = nf_inq_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
1
......
  740 |     nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(1)/REAL(8)).
netcdf4_func.f90:670:75:

  670 |     nf90_def_var_fill_FourByteReal = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
  1
......
  680 |     nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(REAL(4)/REAL(8)).
netcdf4_func.f90:660:75:

  660 |     nf90_def_var_fill_EightByteInt = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
  1
......
  680 |     nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(8)/REAL(8)).
netcdf4_func.f90:650:74:

  650 |     nf90_def_var_fill_FourByteInt = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
 1
......
  680 |     nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
netcdf4_func.f90:640:73:

  640 |     nf90_def_var_fill_TwoByteInt = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
1
......
  680 |     nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(2)/REAL(8)).
netcdf4_func.f90:630:73:

  630 |     nf90_def_var_fill_OneByteInt = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
1
......
  680 |     nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, 
no_fill, fill)
      |                                                                         
   2
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(1)/REAL(8)).
gfortran -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c -o module_netcdf_fortv2_c_interfaces.o  
module_netcdf_fortv2_c_interfaces.f90
gfortran -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c -o module_netcdf4_nc_interfaces.o  
module_netcdf4_nc_interfaces.f90
make[3]: *** [Makefile:767: netcdf4.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/fortran'
make[2]: *** [Makefile:540: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:27: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: netcdf-fortran
Source-Version: 4.5.3+ds-1
Done: Bas Couwenberg <sebas...@debian.org>

We believe that the bug you reported is fixed in the latest version of
netcdf-fortran, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@debian.org> (supplier of updated netcdf-fortran 
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: SHA512

Format: 1.8
Date: Wed, 03 Jun 2020 06:09:02 +0200
Source: netcdf-fortran
Architecture: source
Version: 4.5.3+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@debian.org>
Closes: 957593
Changes:
 netcdf-fortran (4.5.3+ds-1) unstable; urgency=medium
 .
   * New upstream release.
     (closes: #957593)
   * Bump Standards-Version to 4.5.0, no changes.
   * Bump debhelper compat to 10, changes:
     - Drop --parallel option, enabled by default
     - Don't explicitly enable autoreconf, enabled by default
     - Drop dh-autoreconf build dependency
   * Add patch to make settings file reproducible.
   * Include netcdff.settings in libnetcdff-dev.
   * Update symbols for 4.5.3.
Checksums-Sha1:
 82d58a1fd6e97d51575549f8a70fa514f5a7d06f 2307 netcdf-fortran_4.5.3+ds-1.dsc
 753d19ff61f5a013ecea8fc9441dbb0e54c9b36a 675304 
netcdf-fortran_4.5.3+ds.orig.tar.xz
 31222f4e0b8a5fc2ebd927fcfdbf2cb1a8ee21cb 10620 
netcdf-fortran_4.5.3+ds-1.debian.tar.xz
 3acccca081b6d3b32bfb5a4859bac99315e07686 9977 
netcdf-fortran_4.5.3+ds-1_amd64.buildinfo
Checksums-Sha256:
 2a6ea7d01bfc7497ce1a7f302bbdc3601414fdcf54cebd56f110d6413102f2bd 2307 
netcdf-fortran_4.5.3+ds-1.dsc
 cb29540d73b2012199614ea9042333768984791e9dff43d9f56b7b5ee2b0605d 675304 
netcdf-fortran_4.5.3+ds.orig.tar.xz
 ae3d46de9c405d86fd99e683950982136a78e93d48328a6da4af0c5cf953118b 10620 
netcdf-fortran_4.5.3+ds-1.debian.tar.xz
 7300ab9002b7f2a95cc2aa63fb63cb7aae26b81f8068a7644f66c68b1bf566e5 9977 
netcdf-fortran_4.5.3+ds-1_amd64.buildinfo
Files:
 a2743bde74f16f5018e5c9011f560ce1 2307 science optional 
netcdf-fortran_4.5.3+ds-1.dsc
 0cd9ca4f914d381325548ea0e491c074 675304 science optional 
netcdf-fortran_4.5.3+ds.orig.tar.xz
 b42e3d43ceeddb3d35dac12d03cfcc9d 10620 science optional 
netcdf-fortran_4.5.3+ds-1.debian.tar.xz
 ff7d5d631020969c8556a17a8db53265 9977 science optional 
netcdf-fortran_4.5.3+ds-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAl7XKOMACgkQZ1DxCuiN
SvEDVA//YPKNpgps5R438NdsnxDb012Defv3cLpRUhQFXALsI7R2jEQZBaJVFAf2
ApnIVgPR0UYS1p9HwOQ5PankI0fFiOO22qB/S83KD74K1Ey0fzCWkuLQS065nNI3
81mxzgS4+n5dWHVFeg4BktMJWm1HTbVUbQQAiVMi4FLo0/aC9v6IhiSbQM5KQOTQ
lVarPH/slw5kw0YldO9HQqYmoW6EkzhpanvgjQ3iilH1rsG+Xm8OuT7ezFeMPtty
CNvzQoApovSqnvL59W2MQIb+r4Pi2xwcf41N4S3iJRZGl4ZJAXb7jJpf0yUNdoY+
UmDXPVEQQL44nEf5IDkz6n9ruVgr7csnYum7xPPAnEkDVIjXQXNkZW9pkWwSsd22
7GSdzcGm1xb5nb2U/NBfRflSPVbCH594MPGAcIDsotqCtUn4rsQou8QThdKDdeRH
QUQi1+HizE0RlV1X8uh5RoGRxBqLJpv3pyLRCRCgxJVyyj23/Wax+PxiL59dbzXj
ySwozNXGKGTVeiVX+fjkJu/33IedIXDuIYPprMwgJujM0J/KyP+51SagSKbEdW3m
Qv0RhFBWhjdobiQV53fRzU1L4xXXafN/LSHyvlxjM2pmURjmnZl6ezSnx0MptWf7
AqRijirim+uIqGLwiHKJf3lYuY+hCfxOfYCXxiyPCPzygzKlzEM=
=IdK3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to