Bug#957665: paw: ftbfs with GCC-10

Matthias Klose doko at debian.org
Fri Apr 17 12:08:22 BST 2020


Package: src:paw
Version: 1:2.14.04.dfsg.2-9.1
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/paw_2.14.04.dfsg.2-9.1_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

[...]
Error: Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F:138:24:

   76 |             CALL CCOPYA(KOD(IPCP),KOD(IPCP+I),L)
      |                        2
......
  138 |             CALL CCOPYA(CX,KOD(IPCP-1),KLCMLX)
      |                        1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F:154:24:

   76 |             CALL CCOPYA(KOD(IPCP),KOD(IPCP+I),L)
      |                        2
......
  154 |             CALL CCOPYA(CX,KOD(IPCP-2),KLCMLX)
      |                        1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F:183:22:

   76 |             CALL CCOPYA(KOD(IPCP),KOD(IPCP+I),L)
      |                        2
......
  183 |           CALL CCOPYA(D,KOD(IPCP+1),KDLEN)
      |                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F:199:22:

   76 |             CALL CCOPYA(KOD(IPCP),KOD(IPCP+I),L)
      |                        2
......
  199 |           CALL CCOPYA(D,KOD(IPCP+1),KDLEN)
      |                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F:215:22:

   76 |             CALL CCOPYA(KOD(IPCP),KOD(IPCP+I),L)
      |                        2
......
  215 |           CALL CCOPYA(CX,KOD(IPCP+1),KLCMLX)
      |                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F:228:22:

   76 |             CALL CCOPYA(KOD(IPCP),KOD(IPCP+I),L)
      |                        2
......
  228 |           CALL CCOPYA(CX,KOD(IPCP+1),KLCMLX)
      |                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(4)/INTEGER(4)).
/<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F:244:22:

   76 |             CALL CCOPYA(KOD(IPCP),KOD(IPCP+I),L)
      |                        2
......
  244 |           CALL CCOPYA(CX,KOD(IPCP+1),KLCMLX)
      |                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(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 -fno-automatic   -I/<<PKGBUILDDIR>>/build/pawlib/comis -I/<<PKGBUILDDIR>>/src/pawlib/comis -I/<<PKGBUILDDIR>>/src/pawlib/comis/code -I/<<PKGBUILDDIR>>/src/include  -DCERNLIB_LINUX -DCERNLIB_UNIX -DCERNLIB_LNX 				-DCERNLIB_QMGLIBC -DCERNLIB_QMLXIA64                                 -DCERNLIB_VERBOSE -DCERNLIB_DEBIAN -DDEBIAN_VERSION=\"1:2.14.04.dfsg.2-9.1\" -DCERNLIB_QGETCWD -D_GNU_SOURCE -DCERNLIB_GFORTRAN   -o archive/cs1200.o /<<PKGBUILDDIR>>/src/pawlib/comis/code/cs1200.F
make[5]: *** [Makefile:323: archive/cs1200.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build/pawlib/comis/code'
make[4]: *** [Makefile:551: code/archive/objects.list] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build/pawlib/comis'
make[3]: *** [Makefile:560: comis/archive/objects.list] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/pawlib'
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