[Debichem-devel] Bug#957617: nwchem: ftbfs with GCC-10

Matthias Klose doko at debian.org
Fri Apr 17 12:07:34 BST 2020


Package: src:nwchem
Version: 6.8.1-5
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/nwchem_6.8.1-5_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

[...]

 2051 |       status = status .and. rtdb_put(rtdb,tmp,mt_int,1,ntagsin)
      |                                                       2
......
 2138 |      &         rtdb,tmp,mt_log,1,star_segment)
      |                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(8)/INTEGER(8)).
basis.F:1124:39:

 1124 |      &       rtdb, tmp, mt_dbl, nexcf, dbl_mb(mb_exndcf(1,basis)))
      |                                       1
......
 2713 |       if (rtdb_get(rtdb, 'basis:nbasis', MT_INT, 1, nbasis_rtdb))
      |                                                    2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(8)).
basis.F:1193:44:

 1193 |      &         rtdb,tmp,mt_int,star_nr_tags,star_nr_excpt)
      |                                            1
......
 2713 |       if (rtdb_get(rtdb, 'basis:nbasis', MT_INT, 1, nbasis_rtdb))
      |                                                    2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
basis.F:1197:44:

 1197 |      &         rtdb,tmp,mt_log,star_nr_tags,star_rel)
      |                                            1
......
 2713 |       if (rtdb_get(rtdb, 'basis:nbasis', MT_INT, 1, nbasis_rtdb))
      |                                                    2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(8)/INTEGER(8)).
basis.F:1201:33:

 1201 |      &         rtdb,tmp,mt_log,1,star_segment)
      |                                 1
......
 2713 |       if (rtdb_get(rtdb, 'basis:nbasis', MT_INT, 1, nbasis_rtdb))
      |                                                    2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(8)/INTEGER(8)).
basis.F:964:41:

  964 |       if (rtdb_get(rtdb,so_name,mt_log,1,status)) then
      |                                         1
......
 2713 |       if (rtdb_get(rtdb, 'basis:nbasis', MT_INT, 1, nbasis_rtdb))
      |                                                    2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(8)/INTEGER(8)).
basis.F:975:53:

  975 |             if (.not. rtdb_put(rtdb,so_name,mt_log,1,status))
      |                                                     1
......
 2051 |       status = status .and. rtdb_put(rtdb,tmp,mt_int,1,ntagsin)
      |                                                       2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(8)/INTEGER(8)).
basis.F:2662:31:

 2662 |      $              ndbs_head, head_array)) then
      |                               1
......
 2713 |       if (rtdb_get(rtdb, 'basis:nbasis', MT_INT, 1, nbasis_rtdb))
      |                                                    2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
make[3]: *** [../config/makefile.h:2928: /<<PKGBUILDDIR>>/lib/LINUX64/libnwcutil.a(basis.o)] Error 1
make[2]: *** [GNUmakefile:105: libraries] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [debian/rules:73: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:65: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the Debichem-devel mailing list