Your message dated Wed, 10 Sep 2025 16:51:21 +0000
with message-id <[email protected]>
and subject line Bug#1097955: fixed in swarp 2.41.5-2
has caused the Debian Bug report #1097955,
regarding swarp: ftbfs with GCC-15
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.)


-- 
1097955: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097955
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:swarp
Version: 2.41.5-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/swarp_2.41.5-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
 3462 | int tscfwd(phi, theta, prj, x, y)
      |     ^~~~~~
proj.c: In function ‘tscrev’:
proj.c:3558:5: warning: old-style function definition [-Wold-style-definition]
 3558 | int tscrev(x, y, prj, phi, theta)
      |     ^~~~~~
proj.c: In function ‘tnxset’:
proj.c:3641:5: warning: old-style function definition [-Wold-style-definition]
 3641 | int tnxset(prj)
      |     ^~~~~~
proj.c: In function ‘tnxfwd’:
proj.c:3659:5: warning: old-style function definition [-Wold-style-definition]
 3659 | int tnxfwd(phi, theta, prj, x, y)
      |     ^~~~~~
proj.c: In function ‘tnxrev’:
proj.c:3690:5: warning: old-style function definition [-Wold-style-definition]
 3690 | int tnxrev(x, y, prj, phi, theta)
      |     ^~~~~~
rm -f libwcs_c.a
ar cr libwcs_c.a cel.o lin.o poly.o proj.o sph.o tnx.o wcs.o wcstrig.o 
ranlib libwcs_c.a
make[4]: Leaving directory '/build/reproducible-path/swarp-2.41.5/src/wcs'
make[4]: Entering directory '/build/reproducible-path/swarp-2.41.5/src'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o back.o back.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o coadd.o coadd.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o data.o data.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o field.o field.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o fitswcs.o fitswcs.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o header.o header.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o interpolate.o 
interpolate.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -g 
-O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swarp-2.41.5=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fcommon -c -o main.o main.c
coadd.c: In function ‘chi_bias’:
coadd.c:69:25: error: too many arguments to function ‘gammln’; expected 0, have 
1
   69 | #define LOGGAMMA        gammln
      |                         ^~~~~~
coadd.c:933:33: note: in expansion of macro ‘LOGGAMMA’
  933 |     bias[i] = 1.41421356237*exp(LOGGAMMA(val+0.5)-LOGGAMMA(val));
      |                                 ^~~~~~~~
coadd.c:70:25: note: declared here
   70 | static double           gammln();
      |                         ^~~~~~
coadd.c:69:25: error: too many arguments to function ‘gammln’; expected 0, have 
1
   69 | #define LOGGAMMA        gammln
      |                         ^~~~~~
coadd.c:933:51: note: in expansion of macro ‘LOGGAMMA’
  933 |     bias[i] = 1.41421356237*exp(LOGGAMMA(val+0.5)-LOGGAMMA(val));
      |                                                   ^~~~~~~~
coadd.c:70:25: note: declared here
   70 | static double           gammln();
      |                         ^~~~~~
coadd.c: At top level:
coadd.c:950:17: error: conflicting types for ‘gammln’; have ‘double(double)’
  950 | static double   gammln(double xx)
      |                 ^~~~~~
coadd.c:70:25: note: previous declaration of ‘gammln’ with type ‘double(void)’
   70 | static double           gammln();
      |                         ^~~~~~
coadd.c:70:25: warning: ‘gammln’ used but never defined
make[4]: *** [Makefile:521: coadd.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/build/reproducible-path/swarp-2.41.5/src'
make[3]: *** [Makefile:550: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/swarp-2.41.5/src'
make[2]: *** [Makefile:517: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/swarp-2.41.5'
make[1]: *** [Makefile:424: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/swarp-2.41.5'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: swarp
Source-Version: 2.41.5-2
Done: Nilesh Patra <[email protected]>

We believe that the bug you reported is fixed in the latest version of
swarp, 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.
Nilesh Patra <[email protected]> (supplier of updated swarp 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: SHA512

Format: 1.8
Date: Wed, 10 Sep 2025 21:57:20 +0530
Source: swarp
Architecture: source
Version: 2.41.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1097955
Changes:
 swarp (2.41.5-2) unstable; urgency=medium
 .
   * Fix prototype decl of gammln function (Closes: #1097955)
Checksums-Sha1:
 365b65c46568cb8cfb12e9ebad1048f9b447d767 1411 swarp_2.41.5-2.dsc
 d7fa3184499adfb37f42d6fa18b9baa9fe738d9e 6844 swarp_2.41.5-2.debian.tar.xz
 21e4fef384f81200795de2d0c0924dc2826a8f0f 6072 swarp_2.41.5-2_amd64.buildinfo
Checksums-Sha256:
 4876d54ec6ee3cc270a21a678b3b9b3fc393ed7faf27dbf86d3b7c5e24f70a1e 1411 
swarp_2.41.5-2.dsc
 ce8a3218693ced4a7f143640e41d422f6bdbc6ccb56edd1fe6107cab5483ecce 6844 
swarp_2.41.5-2.debian.tar.xz
 efe547ccace8d63d72fc832a023a132be20c038cbb0e548ec7d64abd1e1948b6 6072 
swarp_2.41.5-2_amd64.buildinfo
Files:
 879ae7cec2de14719cad0141ad7eb6a2 1411 science optional swarp_2.41.5-2.dsc
 0f77e20b085888f86885342e57fff9e6 6844 science optional 
swarp_2.41.5-2.debian.tar.xz
 4ddc61e57b90afe8dfd5c2cd3aee41d9 6072 science optional 
swarp_2.41.5-2_amd64.buildinfo

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

iIgEARYKADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCaMGpzxIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtolBwD/W3/CXSErAQYxZdp3Tb8qof+evVBGTKrN
B4f+84CLRfYBAKmgXgtxO+icoCRP8HO6dnr0gj/0WOu72LqeMrn5NTAO
=FLDw
-----END PGP SIGNATURE-----

Attachment: pgpbksOPzOlwD.pgp
Description: PGP signature


--- End Message ---

Reply via email to