Your message dated Fri, 05 Sep 2025 14:37:27 +0000
with message-id <[email protected]>
and subject line Bug#1097189: fixed in libgctp 2.0.0-12
has caused the Debian Bug report #1097189,
regarding libgctp: 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.)


-- 
1097189: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097189
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libgctp
Version: 2.0.0-11
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/libgctp_2.0.0-11_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

[...]
azimfor.c:73:6: warning: old-style function definition [-Wold-style-definition]
   73 | long azimfor(lon, lat, x, y)
      |      ^~~~~~~
In file included from cproj.h:2,
                 from azimfor.c:24:
proj.h: At top level:
proj.h:300:15: warning: 'som_series' declared 'static' but never defined 
[-Wunused-function]
  300 | static double som_series(double *fb, double *fa2, double *fa4, double 
*fc1,
      |               ^~~~~~~~~~
azimfor.c:32:20: warning: 'esp' defined but not used [-Wunused-variable]
   32 | static double e,es,esp;         /* eccentricity constants               
*/
      |                    ^~~
azimfor.c:32:17: warning: 'es' defined but not used [-Wunused-variable]
   32 | static double e,es,esp;         /* eccentricity constants               
*/
      |                 ^~
azimfor.c:32:15: warning: 'e' defined but not used [-Wunused-variable]
   32 | static double e,es,esp;         /* eccentricity constants               
*/
      |               ^
azimfor.c:31:24: warning: 'e3' defined but not used [-Wunused-variable]
   31 | static double e0,e1,e2,e3;      /* eccentricity constants               
*/
      |                        ^~
azimfor.c:31:21: warning: 'e2' defined but not used [-Wunused-variable]
   31 | static double e0,e1,e2,e3;      /* eccentricity constants               
*/
      |                     ^~
azimfor.c:31:18: warning: 'e1' defined but not used [-Wunused-variable]
   31 | static double e0,e1,e2,e3;      /* eccentricity constants               
*/
      |                  ^~
azimfor.c:31:15: warning: 'e0' defined but not used [-Wunused-variable]
   31 | static double e0,e1,e2,e3;      /* eccentricity constants               
*/
      |               ^~
alconfor.c: In function 'alconfor':
alconfor.c:172:10: warning: 'arn' may be used uninitialized 
[-Wmaybe-uninitialized]
  172 | *x = (xp * ar - yp * ai + br) * r_major + false_easting;
      |       ~~~^~~~
alconfor.c:124:8: note: 'arn' was declared here
  124 | double arn;
      |        ^~~
alconfor.c:172:20: warning: 'ain' may be used uninitialized 
[-Wmaybe-uninitialized]
  172 | *x = (xp * ar - yp * ai + br) * r_major + false_easting;
      |                 ~~~^~~~
alconfor.c:125:8: note: 'ain' was declared here
  125 | double ain;
      |        ^~~
alconinv.c: In function 'alconinv':
alconinv.c:195:13: warning: 'arn' may be used uninitialized 
[-Wmaybe-uninitialized]
  195 |   fxyi = yp * ar + xp * ai + bi - y;
      |          ~~~^~~~
alconinv.c:125:8: note: 'arn' was declared here
  125 | double arn;
      |        ^~~
alconinv.c:194:23: warning: 'ain' may be used uninitialized 
[-Wmaybe-uninitialized]
  194 |   fxyr = xp * ar - yp * ai + br - x;
      |                    ~~~^~~~
alconinv.c:126:8: note: 'ain' was declared here
  126 | double ain;
      |        ^~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libgctp-2.0.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -pedantic -fPIC -c alberfor.c -o 
alberfor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libgctp-2.0.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -pedantic -fPIC -c aziminv.c -o 
aziminv.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libgctp-2.0.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -pedantic -fPIC -c azimfor.c -o 
azimfor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libgctp-2.0.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -pedantic -fPIC -c alconfor.c -o 
alconfor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libgctp-2.0.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -pedantic -fPIC -c alberinv.c -o 
alberinv.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libgctp-2.0.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -pedantic -fPIC -c alconinv.c -o 
alconinv.o >/dev/null 2>&1
make[3]: Leaving directory '/build/reproducible-path/libgctp-2.0.0/source'
make[2]: *** [Makefile:402: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/libgctp-2.0.0'
make[1]: *** [Makefile:334: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/libgctp-2.0.0'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libgctp
Source-Version: 2.0.0-12
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libgctp, 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.
Alastair McKinstry <[email protected]> (supplier of updated libgctp 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: Fri, 05 Sep 2025 14:31:53 +0100
Source: libgctp
Architecture: source
Version: 2.0.0-12
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1097189
Changes:
 libgctp (2.0.0-12) unstable; urgency=medium
 .
   * Set libgctp-dev to M-A: no as file conflict on data files
   * Fix FTBFS with C Std23.patch. Closes: #1097189
   * Standards-Version: 4.7.2
Checksums-Sha1:
 21f47a4ecd237ee922ce83459918ebc74d227dc8 2028 libgctp_2.0.0-12.dsc
 57565258524a77d21e353f16607f5a94b569b943 5736 libgctp_2.0.0-12.debian.tar.xz
Checksums-Sha256:
 6f04bfd3f9f488dff5c4b066c09c7cb8d10678d580c9e30177321961ac4f1bed 2028 
libgctp_2.0.0-12.dsc
 d7d91f932a73eb1847699831b3e7d6aa350b54148d82b31ac5330168cc881be8 5736 
libgctp_2.0.0-12.debian.tar.xz
Files:
 726de4f46bb838ef83fee15e418660c1 2028 utils optional libgctp_2.0.0-12.dsc
 373d1719eda2e6cab95ce362c1a643ca 5736 utils optional 
libgctp_2.0.0-12.debian.tar.xz

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

iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmi66GsACgkQy+a7Tl2a
06V/wxAAkQx2eyUdagORvNZQKXggRHr58wC6OaMzw+aK600mCUlpXS2r5kNEd63z
FyIJ4KWiR1z+qGhOmGHJwa0UeL4wOCUNdPpEDgO3whU0zgUAvDIObjurO9w/cfWT
iudNxfhRYKPAEKV4g4DTAgUNn8W1VO6W8DcZhF2uZE3ctYR0HXfLIbByPgwnOqUy
k1s+bKm0+bXJRRzUU4HHTYB94lMMSPibPgIkHtSFOO6tyLdJgaPkCU3WfoUj9kL7
eG0RSXoQZDAcql8a8CnFA1cDuoB6DCt5paJNWkAFsyZncuI6+ZQzXRCII88+6PeI
I4zxp+u5gMqlq+c9FzKB67BeOXHrjuacDMI01q6Nkc3+/Kv0iWykRxQz2gjCocYX
8HhmKuOJb84bh8QzNGEW1jkhU7jKx+fAfXKrahF4H7ilHTXWrdv9Tt0s3n6SJ/WG
+V0LzphM3JLI2VBIf+ss+C8L7mQ1i47MCDkgkfELEwk4j0AZfWKLKqpr0myweLTC
YsBtDGVRxH5XZ4n8+S9eyKyHL7g446Izc+JaGdDVEGrXKf7yQGPJJ+puHFqW2Mgt
/WIQoNJi6s9ROpaHJMWZX3jF/5JWM6yDGxClAqipezzNLhL/Nut+p7tBMulxuauu
vbpLzeNVl3Yjt48mkpAiCKA5usCmsobteOS1qHmrhxphdRVv/e8=
=C28a
-----END PGP SIGNATURE-----

Attachment: pgpJa1UUwaoBb.pgp
Description: PGP signature


--- End Message ---

Reply via email to