[Debichem-devel] Bug#956977: aces3: ftbfs with GCC-10
Matthias Klose
doko at debian.org
Fri Apr 17 11:55:58 BST 2020
Package: src:aces3
Version: 3.0.8-6
Severity: normal
Tags: sid bullseye
User: debian-gcc at 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
More information about the Debichem-devel
mailing list