Your message dated Wed, 26 Aug 2020 11:18:30 +0000
with message-id <e1katrm-0001tb...@fasolo.debian.org>
and subject line Bug#956977: fixed in aces3 3.0.8-7
has caused the Debian Bug report #956977,
regarding aces3: 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.)


-- 
956977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956977
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:aces3
Version: 3.0.8-6
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/aces3_3.0.8-6_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

[...]
Warning: Unused dummy argument ‘ncycle’ at (1) [-Wunused-dummy-argument]
flowqsdmin.F:16:31:

   16 |      &                      stp, eps, nx, ndim, ncycle)
      |                               1
Warning: Unused dummy argument ‘stp’ at (1) [-Wunused-dummy-argument]
flowqsdmin.F:24:19:

   24 |       logical yesno, update, nwtonrpson, negeval, genstpsz
      |                   1
Warning: Unused variable ‘yesno’ declared at (1) [-Wunused-variable]
mpif77 -c -DMPIF2C -DMPI2 -DC_SUFFIX -DCB_SUFFIX -D__fortran -D__fortran77 -g 
-O2 -Wall -fno-aggressive-loop-optimizations -I../../../../sia/include 
-I../aces2/include -I$MPIHOME/include  frag__init.F 
f951: Warning: Nonexistent include directory ‘/include’ [-Wmissing-include-dirs]
mpif77 -c -DMPIF2C -DMPI2 -DC_SUFFIX -DCB_SUFFIX -D__fortran -D__fortran77 -g 
-O2 -Wall -fno-aggressive-loop-optimizations -I../../../../sia/include 
-I../aces2/include -I$MPIHOME/include  entry.F 
f951: Warning: Nonexistent include directory ‘/include’ [-Wmissing-include-dirs]
entry.F:73:56:

   59 |       Call igetrec(0, 'JOBARC', 'HESSIANM', Length, Scr)
      |                                                    2    
......
   73 |               Call igetrec(20, 'JOBARC', 'NREALATM', 1, NATOMS)
      |                                                        1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
entry.F:74:56:

   59 |       Call igetrec(0, 'JOBARC', 'HESSIANM', Length, Scr)
      |                                                    2    
......
   74 |               Call igetrec(20, 'JOBARC', 'LINEAR  ', 1, ILINEAR)
      |                                                        1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
entry.F:108:51:

   59 |       Call igetrec(0, 'JOBARC', 'HESSIANM', Length, Scr)
      |                                                    2
......
  108 |          Call igetrec(20, 'JOBARC', 'NREALATM', 1, NATOMS)
      |                                                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
entry.F:109:51:

   59 |       Call igetrec(0, 'JOBARC', 'HESSIANM', Length, Scr)
      |                                                    2
......
  109 |          Call igetrec(20, 'JOBARC', 'LINEAR  ', 1, ILINEAR)
      |                                                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
entry.F:176:46:

   59 |       Call igetrec(0, 'JOBARC', 'HESSIANM', Length, Scr)
      |                                                    2
......
  176 |          CALL igetrec(1,'JOBARC','FIRSTRUN',1,iDump)
      |                                              1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(INTEGER(4)/REAL(8)).
make[6]: *** [Makefile:65: entry.o] Error 1
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/src/aces/aces_library/a2driver/geopt'
make[5]: *** [Makefile:17: all] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/aces/aces_library/a2driver'
make[4]: *** [Makefile:18: all] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/aces/aces_library'
make[3]: *** [Makefile:15: all] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/aces'
make[2]: *** [Makefile:15: all] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:35: all] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:28: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aces3
Source-Version: 3.0.8-7
Done: Alastair McKinstry <mckins...@debian.org>

We believe that the bug you reported is fixed in the latest version of
aces3, 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 956...@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 aces3 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: Wed, 26 Aug 2020 10:18:16 +0100
Source: aces3
Architecture: source
Version: 3.0.8-7
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 956977
Changes:
 aces3 (3.0.8-7) unstable; urgency=medium
 .
   * Fix FTBFS with gfortran-10: Use -fallow-invalid-boz,
     -fallow-argument-mismatch. Closes: #956977
   * Move to debhelper-compat (= 12)
Checksums-Sha1:
 7a7dc480df8003ad937e9363fb12ab5be64047ef 2003 aces3_3.0.8-7.dsc
 1318d1bff0abcac924ef4188b128ecffd5c6c337 46336 aces3_3.0.8-7.debian.tar.xz
Checksums-Sha256:
 005b86d9cb8d0efa05ba63eba483f86720b48c5fd211b8d3f8e664cc6aced21f 2003 
aces3_3.0.8-7.dsc
 088a9d42a9b992d2eb8495b921aaf6d5be289245b094323716e0930fdf92a939 46336 
aces3_3.0.8-7.debian.tar.xz
Files:
 88b6bb8c2d421e65ccb02a3b427dfcd7 2003 science optional aces3_3.0.8-7.dsc
 24c630a3107e83305d4c900f99498c78 46336 science optional 
aces3_3.0.8-7.debian.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl9GQccACgkQy+a7Tl2a
06UMUQ/7Bw76i8j+R8BHstr2hANsVnUi9Sxa+LjocYBbJtEKUDY9s0cD8o6wsajx
hhXmK6uqdg0kXrj4evgr9mSWhLRG+Ihkb7vYkpFi2XPcrB+X2vxXMZVJHEzt7Bza
Avp1+pEOsNK2YT2PP/jR48/vGTrV2z83372qTf9dFt93M0i9pgmG8qXQ8IjURyFF
4y6AqbsercK9BbK5OIRvOKHIUeScd7Ys1QtbXy5GxTTyPm9r+HpkZmJkRagTrUWN
4xRtkaFaMz1X6nDGO8mWp6vRCajWHc7rlAUjjLAkFpc3LKzdK7QBBhR+KvOzTco3
ET+VCSOYJpCRPv974ACN+htDOVoegcfi3/jGnobK+b52UrV1iVev00RQwvu7l+4F
G6aXQKeRMXEEB1wsqaPBuvD/v4Euudbdl/Aefp35Y7kXysiNVtbqARmDDAwkYp+g
uKi4ShwECUFaeyPeWF7f8uC/eQ8IoHSoKhUKrhZ2LgEM4DdwslZmkwnBtcO9IdYW
WQn+lRqtRzBcKz5v+ZtjtuLGOEkmI+K2+1sfNIjuje90Ti+HvaEREiGtEIBG5zAO
poHdqZKPAX3/sNk0jlFVZbofHKfQngKiJR9TmRrWRvtPJ1LQ/GkAAf+vm9Nbuwwi
gjdr2SYtgLmeN7VzRqyWkA4c23Cu9n/q6F2aez5YjlE019kuKLc=
=KfRe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to