Your message dated Sun, 18 Oct 2020 15:04:18 +0000
with message-id <[email protected]>
and subject line Bug#957665: fixed in paw 1:2.14.04.dfsg.2-10
has caused the Debian Bug report #957665,
regarding paw: ftbfs with GCC-10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
957665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957665
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:paw
Version: 1:2.14.04.dfsg.2-9.1
Severity: normal
Tags: sid bullseye
User: [email protected]
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
--- End Message ---
--- Begin Message ---
Source: paw
Source-Version: 1:2.14.04.dfsg.2-10
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
paw, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated paw package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 18 Oct 2020 16:35:17 +0200
Source: paw
Architecture: source
Version: 1:2.14.04.dfsg.2-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 925119 957665 965767
Changes:
paw (1:2.14.04.dfsg.2-10) unstable; urgency=medium
.
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 11
Closes: #965767
* Point Vcs fields to salsa.debian.org (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Permit argument mismatch in fortran procedures (-fallow-argument-mismatch)
* Use -fcommon to relax gcc-10 constraints
Closes: #957665
* Remove Lifeng Sun from Uploaders (thanks to Lifeng for his work
and add myself instead.
Closes: #925119
Checksums-Sha1:
e184e29fd72570638bc04c2d24ea2326012c860c 2712 paw_2.14.04.dfsg.2-10.dsc
f655b79d7f15940177901c7ddc6d1b37887f4117 61856
paw_2.14.04.dfsg.2-10.debian.tar.xz
a32157eee31f28ec42ec59c82e0bae46df1db520 11966
paw_2.14.04.dfsg.2-10_amd64.buildinfo
Checksums-Sha256:
cffd0e7cfeb810c3a30392cc67f0f97bc413c7e993102fa570a90b56f4d35d0c 2712
paw_2.14.04.dfsg.2-10.dsc
e028eb553e4bf6e1103c8d7a3bee8d29a44c246a96eb63ab9ae497772b20ade4 61856
paw_2.14.04.dfsg.2-10.debian.tar.xz
6af7162f53f9e1f51b01369a71ad434352dd64df35e9cd7ca02e1f44f73eef6b 11966
paw_2.14.04.dfsg.2-10_amd64.buildinfo
Files:
36aa4fa958c53534a878cc7ce8df1043 2712 science optional
paw_2.14.04.dfsg.2-10.dsc
8478620995b2ef558b2c292ec46113d0 61856 science optional
paw_2.14.04.dfsg.2-10.debian.tar.xz
21325815a7fccd27b8fbf29f31e8bb05 11966 science optional
paw_2.14.04.dfsg.2-10_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl+MVH4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEozA//SQ0n+ZAJku5lbwLHuUeGWedGtHx3MYoR
o5F+IaLZJvnGjiyi+KF2380RlNu3pjRjeaXCXOfj+H932grrs7CNhll9uBqn68Ap
C+idNiOBOUyZRld6Sd9Pk9QjZFWG6jpqbgDWe9BY6+AkvcuQ3eMdig5xmYvvyjok
5eED+Je4K8xdL1u96l1S4N2eDPFGJBBBOv+n6Kx2JYZr45PAbUV5DLn6L0RzTKRV
d6f0LQiBQ/JVxMgfy0edeD2TgxqRzzzQaxCWLg86aF7mSi5xDbmRACMHMUv43G/4
787MjIyTODt+MuyZIsLTK3aJf21iNAeAAMWXI0gaCmbnCQH/+myaQtobQ1hJPmyG
8RMKRHXElX7ozrlA7BHg0SLxmpTlZ9W2EWp4+SPrrHuGQibhSXVSKv1530VzdSLr
nImDQZu3uOdhYpiLW8v83jp6HJhwP2EvSCIPFp+JGflbAexjEcDsTWyeBTfURKqf
QHJrf6KesMq6Vlu5+gvA6tg36aGYr5zvbfzcG77u8Ph18ODoVRfj3D+4MXZ5SKTx
aPa6/PsOCkza8/ldSvrJaYy0J0D+rFKQD8SOeqkjL4PdRVRFEzTIsYA/1aIPWhCB
exGKoyAuXOid5fGTu2Kds387jmRUicAdmr6rvKGuNqgQHYZQvX1+Dp4AiAzWq5Gz
QgLwDUODF9A=
=CaEr
-----END PGP SIGNATURE-----
--- End Message ---