Bug#957570: mumps: ftbfs with GCC-10
Matthias Klose
doko at debian.org
Fri Apr 17 12:06:41 BST 2020
Package: src:mumps
Version: 5.2.1-2
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/mumps_5.2.1-2_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
[...]
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
ana_orderings_wrappers_m.F:681:24:
681 | CALL MUMPS_PORDF( NVTX, int(NEDGES8), XADJ, IW,
| 1
......
709 | CALL MUMPS_PORDF( int(NVTX,8), NEDGES8, XADJ8, IW,
| 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)).
ana_orderings_wrappers_m.F:512:41:
512 | CALL SCOTCHFGRAPHBUILD(GRAFDAT(1), BASEVAL, NHALO,
| 1
......
561 | CALL SCOTCHFGRAPHBUILD(GRAFDAT(1), BASEVAL_I8, NHALO_I8,
| 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)).
ana_orderings_wrappers_m.F:516:40:
516 | CALL SCOTCHFGRAPHPART(GRAFDAT(1), NBGROUPS, STRADAT(1),
| 1
......
565 | CALL SCOTCHFGRAPHPART(GRAFDAT(1), NBGROUPS_I8, STRADAT(1),
| 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)).
ana_orderings_wrappers_m.F:443:31:
408 | CALL MUMPS_SCOTCH_64( NCMP, LIW8,
| 2
......
443 | CALL MUMPS_SCOTCH_64( int(NCMP,8), LIW8,
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
ana_orderings_wrappers_m.F:449:31:
408 | CALL MUMPS_SCOTCH_64( NCMP, LIW8,
| 2
......
449 | CALL MUMPS_SCOTCH_64( int(NCMP,8), LIW8,
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
ana_orderings_wrappers_m.F:463:45:
463 | CALL MUMPS_ICOPY_64TO32(IKEEP18,NCMP,IKEEP1(1))
| 1
......
815 | CALL MUMPS_ICOPY_64TO32(XADJ8, NVTX, PARENT)
| 2
Error: Element of assumed-shape or pointer array as actual argument at (1) can not correspond to actual argument at (2)
ana_orderings_wrappers_m.F:464:45:
464 | CALL MUMPS_ICOPY_64TO32(IKEEP28,NCMP,IKEEP2(1))
| 1
......
815 | CALL MUMPS_ICOPY_64TO32(XADJ8, NVTX, PARENT)
| 2
Error: Element of assumed-shape or pointer array as actual argument at (1) can not correspond to actual argument at (2)
make[5]: *** [Makefile:395: ana_orderings_wrappers_m.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:20: c] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:40: mumps_lib] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:18: c] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:16: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
More information about the debian-science-maintainers
mailing list