Bug#957007: arpack: ftbfs with GCC-10

Matthias Klose doko at debian.org
Fri Apr 17 11:56:33 BST 2020


Package: src:arpack
Version: 3.7.0-3
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/arpack_3.7.0-3_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     
......
  503 |             call svout (logfil, kplusp, bounds, ndigit,
      |                                        1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaup2.f:629:43:

  438 |             call svout (logfil, 1, rnorm, ndigit,
      |                                   2        
......
  629 |                call svout (logfil, kplusp, ritzr, ndigit,
      |                                           1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaup2.f:631:43:

  438 |             call svout (logfil, 1, rnorm, ndigit,
      |                                   2        
......
  631 |                call svout (logfil, kplusp, ritzi, ndigit,
      |                                           1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaup2.f:633:43:

  438 |             call svout (logfil, 1, rnorm, ndigit,
      |                                   2        
......
  633 |                call svout (logfil, kplusp, bounds, ndigit,
      |                                           1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaup2.f:698:38:

  391 |             call ivout (logfil, 1, iter, ndigit,
      |                                   2   
......
  698 |                call ivout (logfil, 2, kp, ndigit,
      |                                      1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaup2.f:747:36:

  438 |             call svout (logfil, 1, rnorm, ndigit,
      |                                   2 
......
  747 |             call svout (logfil, np, ritzr, ndigit,
      |                                    1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaup2.f:749:36:

  438 |             call svout (logfil, 1, rnorm, ndigit,
      |                                   2 
......
  749 |             call svout (logfil, np, ritzi, ndigit,
      |                                    1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
snaup2.f:752:40:

  438 |             call svout (logfil, 1, rnorm, ndigit,
      |                                   2     
......
  752 |      &          call svout (logfil, np, bounds, ndigit,
      |                                        1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
make[2]: *** [Makefile:564: snaup2.lo] Error 1
libtool: compile:  mpif77 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -c snaupd.f -o snaupd.o >/dev/null 2>&1
libtool: compile:  mpif77 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -c snapps.f -o snapps.o >/dev/null 2>&1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/SRC'
make[1]: *** [Makefile:509: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the debian-science-maintainers mailing list