Your message dated Mon, 11 Sep 2023 15:19:06 +0000
with message-id <e1qfigs-009w8u...@fasolo.debian.org>
and subject line Bug#957501: fixed in looptools 2.16-1
has caused the Debian Bug report #957501,
regarding looptools: 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 ow...@bugs.debian.org
immediately.)


-- 
957501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:looptools
Version: 2.8-1
Severity: normal
Tags: sid bullseye
User: debian-...@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/looptools_2.8-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

[...]
f951: Warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for 
Fortran
gfortran -fstack-protector --param=ssp-buffer-size=4 -Werror=format-security 
-O1 -g -ffixed-line-length-none     -fno-range-check -ff2c  -DQUAD=1 -DU77EXT=0 
 -I. -c -o ffdxc0.o ffdxc0.F
f951: Warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for 
Fortran
gfortran -fstack-protector --param=ssp-buffer-size=4 -Werror=format-security 
-O1 -g -ffixed-line-length-none     -fno-range-check -ff2c  -DQUAD=1 -DU77EXT=0 
 -I. -c -o ffdcc0.o ffdcc0.F
gfortran -fstack-protector --param=ssp-buffer-size=4 -Werror=format-security 
-O1 -g -ffixed-line-length-none     -fno-range-check -ff2c  -DQUAD=1 -DU77EXT=0 
 -I. -c -o ffdel3.o ffdel3.F
f951: Warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for 
Fortran
f951: Warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for 
Fortran
gfortran -fstack-protector --param=ssp-buffer-size=4 -Werror=format-security 
-O1 -g -ffixed-line-length-none     -fno-range-check -ff2c  -DQUAD=1 -DU77EXT=0 
 -I. -c -o ffcel3.o ffcel3.F
f951: Warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for 
Fortran
gfortran -fstack-protector --param=ssp-buffer-size=4 -Werror=format-security 
-O1 -g -ffixed-line-length-none     -fno-range-check -ff2c  -DQUAD=1 -DU77EXT=0 
 -I. -c -o D0.o D0.F
f951: Warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for 
Fortran
gfortran -fstack-protector --param=ssp-buffer-size=4 -Werror=format-security 
-O1 -g -ffixed-line-length-none     -fno-range-check -ff2c  -DQUAD=1 -DU77EXT=0 
 -I. -c -o D0C.o D0C.F
f951: Warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for 
Fortran
D0.F:1289:36:

  929 |      &          2*(Li2omrat2(q2, s, q4, t) -
      |                                      2
......
 1289 |    dilogs = Li2omrat2(q3, t, x43(4), x43(2)) +
      |                                    1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
D0.F:1290:38:

  929 |      &          2*(Li2omrat2(q2, s, q4, t) -
      |                                      2
......
 1290 |      &             Li2omrat2(q3, t, x43(3), x43(1)) +
      |                                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
D0.F:1291:38:

  929 |      &          2*(Li2omrat2(q2, s, q4, t) -
      |                                      2
......
 1291 |      &             Li2omrat2(q4, s, x43(1), x43(3)) +
      |                                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
D0.F:1292:38:

  929 |      &          2*(Li2omrat2(q2, s, q4, t) -
      |                                      2
......
 1292 |      &             Li2omrat2(q4, s, x43(2), x43(4))
      |                                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
D0.F:1327:36:

  929 |      &          2*(Li2omrat2(q2, s, q4, t) -
      |                                      2
......
 1327 |    dilogs = Li2omrat2(q4, s, x43(1), x43(3)) +
      |                                    1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
D0.F:1328:38:

  929 |      &          2*(Li2omrat2(q2, s, q4, t) -
      |                                      2
......
 1328 |      &             Li2omrat2(q4, s, x43(2), x43(4))
      |                                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(8)/REAL(8)).
make[3]: *** [makefile:131: D0.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [makefile:73: default] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:50: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:64: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: looptools
Source-Version: 2.16-1
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
looptools, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated looptools 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 11 Sep 2023 14:50:25 +0000
Source: looptools
Architecture: source
Version: 2.16-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 925017 957501
Changes:
 looptools (2.16-1) unstable; urgency=medium
 .
   * Team upload
   * Remove last uploader (Closes: #925017)
   * Move Vcs to salsa
   * Drop unnecessary repacking
   * d/copyright: Claim standard format
   * New upstream version 2.16 (Closes: #957501)
Checksums-Sha1:
 53b30fff5c236a96b4a6b58e274e5f8672280041 1847 looptools_2.16-1.dsc
 f80beaba800b0af02bf456802d8b903f1bf6379d 536586 looptools_2.16.orig.tar.gz
 000c2b376966612e04659b61a8a0dd7d0c1a4807 2940 looptools_2.16-1.debian.tar.xz
 a977eed394efd35afd45d491193e108828a1c82b 5534 looptools_2.16-1_source.buildinfo
Checksums-Sha256:
 dca4b57a0c137279a917600b1a9c8850354ea29aab30ada600622894caeef750 1847 
looptools_2.16-1.dsc
 412731a5950f10e2ea3877ceec8655ae18ca856610364e4b6616a8a25d592f2c 536586 
looptools_2.16.orig.tar.gz
 d6cc33af764a7a5bddbff300383992ef60ea56462bb1da82529c52efa14176c1 2940 
looptools_2.16-1.debian.tar.xz
 0f15ed31a11bb637df7df476e9f3af3d4aedb3873c705ec9d1cfbfb9aa395f26 5534 
looptools_2.16-1_source.buildinfo
Files:
 29da4386ae752ddfc8b6ac80753e581c 1847 science optional looptools_2.16-1.dsc
 014d1cfc57169fed85ef1cb75caf7da2 536586 science optional 
looptools_2.16.orig.tar.gz
 e6934407491e525c5b81880bcd6d75e6 2940 science optional 
looptools_2.16-1.debian.tar.xz
 c5a6e11f9cd520c45a2880a12abeedff 5534 science optional 
looptools_2.16-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmT/LcoQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCjwDACtnS0AK/aeicSvqXgjjLEiTv+VT+hB0Wzy
cMbVVBrUlqTTBDQRpCK5Wpsnc8ujri8WEnV4CQ2Bhf2by8dbsuhfn9oIDIyoVt3q
iC66tBSMZz11oKT4MM4WzbAKkC2EuYBpDdeOzZSml2TUr7fpdu+t918P29Pz/k5x
TKYfMswvTSNh5QzAzZm5cavq9r6M8HIBzokCbqp2mjCJrGBQtXBydHgvPLvxmN1z
ruqKE3wU6f4ybGszIyRtyUArEz1Dz/sxDw9dWuVpHdi4O7hQEJiALx0LV+s/HTes
hPbnkO5jULK6hhAEv0NzE5d1cmLOE0c6HcYYAQF1GhL4KIFQE343OsEuLU2rYYjM
iXPv1TVp7YcuulLjclm5ouaklAOWAf5xHbc2VygzGfh18lxzXS3CTAVftUu5nVsv
4Xeyp80iS9W00/t/arcrNjCdRlM4rcQ5tbSgn3EXciRamFRvf9Y2NReutzynPCFf
a739mKCfkvDvopy8shalrZadGYzfpuE=
=xSbw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to