[Debian-astro-maintainers] Bug#957555: mocassin: ftbfs with GCC-10

Matthias Klose doko at debian.org
Fri Apr 17 12:06:24 BST 2020


Package: src:mocassin
Version: 2.02.73-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/mocassin_2.02.73-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

[...]
f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ [-Wmissing-include-dirs]
source/iteration_mod.f90:313:36:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  313 |                  call mpi_allreduce(BjumpTemp, Bjump, 1, mpi_real&
      |                                    1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
source/iteration_mod.f90:441:36:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  441 |                  call mpi_allreduce(grid(iG)%resLinePackets, resLinePacketsTemp, size, &
      |                                    1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
source/iteration_mod.f90:563:33:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  563 |               call mpi_allreduce(planeIonDistribution, planeIonDistributionTemp, size, &
      |                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
source/iteration_mod.f90:847:33:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  847 |               call mpi_allreduce(grid(iG)%noHit, noHitPercent(iG), size, &
      |                                 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
source/iteration_mod.f90:851:36:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  851 |                  call mpi_allreduce(grid(iG)%noIonBal, noIonBalPercent(iG), size, &
      |                                    1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
source/iteration_mod.f90:854:36:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  854 |                  call mpi_allreduce(grid(iG)%noTeBal, noTeBalPercent(iG), size, &
      |                                    1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
source/iteration_mod.f90:860:33:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  860 |               call mpi_allreduce(grid(iG)%lgConverged, lgConvergedTemp, size, &
      |                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
source/iteration_mod.f90:862:33:

  143 |                  call mpi_allreduce(grid(iG)%opacity, opacityTemp, size, &
      |                                    2
......
  862 |               call mpi_allreduce(grid(iG)%lgBlack, lgBlackTemp, size, &
      |                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
make[1]: *** [Makefile:51: source/iteration_mod.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the Debian-astro-maintainers mailing list