Bug#957263: geant321: ftbfs with GCC-10

Matthias Klose doko at debian.org
Fri Apr 17 12:01:10 BST 2020


Package: src:geant321
Version: 1:3.21.14.dfsg-11
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/geant321_3.21.14.dfsg-11_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

[...]
   77 |       CALL FFKEY ('STAT',LSTAT ,20,'MIXED')
      |                         1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F:78:25:

   47 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   78 |       CALL FFKEY ('SWIT',ISWIT ,10,'INTEGER')
      |                         1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F:79:25:

   47 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   79 |       CALL FFKEY ('TIME',TIMINT, 3,'MIXED')
      |                         1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F:81:25:

   47 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   81 |       CALL FFKEY ('VIEW',LVIEW ,20,'MIXED')
      |                         1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F:82:25:

   47 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   82 |       CALL FFKEY ('ERAN',EKMIN , 3,'MIXED')
      |                         1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F:90:25:

   47 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   90 |       CALL FFKEY ('SCAN',SCANFL, 8,'MIXED')
      |                         1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F:91:25:

   47 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   91 |       CALL FFKEY ('SCAL',ISLIST,MSLIST,'MIXED')
      |                         1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F:92:25:

   47 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   92 |       CALL FFKEY ('SCAP',VSCAN , 6,'REAL')
      |                         1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
Failing command: gfortran -g -c -O -D_FORTIFY_SOURCE=2 -fno-range-check -fno-automatic -fno-second-underscore -fstack-protector --param=ssp-buffer-size=4    -I/<<PKGBUILDDIR>>/build/geant321 -I/<<PKGBUILDDIR>>/src/geant321 -I/<<PKGBUILDDIR>>/src/geant321/gbase -I/<<PKGBUILDDIR>>/src/include  -DCERNLIB_LINUX -DCERNLIB_UNIX -DCERNLIB_LNX 				-DCERNLIB_QMGLIBC -DCERNLIB_QMLXIA64                                 -DCERNLIB_VERBOSE -DCERNLIB_DEBIAN -DDEBIAN_VERSION=\"1:3.21.14.dfsg-11\" -DCERNLIB_QGETCWD -DCERNLIB_GFORTRAN -DCERNLIB_BLDLIB  -o archive/gffgo.o /<<PKGBUILDDIR>>/src/geant321/gbase/gffgo.F
make[4]: *** [Makefile:323: archive/gffgo.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build/geant321/gbase'
make[3]: *** [Makefile:572: gbase/archive/objects.list] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/geant321'
make[2]: *** [/usr/share/cernlib/cernlib.mk:169: cernlib-libraries] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [/usr/share/cernlib/cernlib.mk:59: stampdir/cernlib-arch-stamp] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cernlib/cernlib-debian.mk:120: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the debian-science-maintainers mailing list