Your message dated Wed, 07 Aug 2024 07:34:15 +0000
with message-id <[email protected]>
and subject line Bug#1075168: fixed in libgctp 2.0.0-8
has caused the Debian Bug report #1075168,
regarding libgctp: ftbfs with GCC-14
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.)
--
1075168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075168
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libgctp
Version: 2.0.0-6
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/libgctp_2.0.0-6_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
| ~~~~~~~~~~~~~~~
inv_init.c:36:8: note: ‘azimuth’ was declared here
36 | double azimuth; /* azimuth
*/
| ^~~~~~~
inv_init.c:447:14: warning: ‘lon2’ may be used uninitialized
[-Wmaybe-uninitialized]
447 | *iflg = omerinvint(r_major,r_minor,scale_factor,azimuth,lon_origin,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
448 | lat_origin,false_easting,
false_northing,lon1,lat1,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
449 | lon2,lat2,mode);
| ~~~~~~~~~~~~~~~
inv_init.c:41:8: note: ‘lon2’ was declared here
41 | double lon2; /* 2nd longitude point
*/
| ^~~~
inv_init.c:447:14: warning: ‘lat1’ may be used uninitialized
[-Wmaybe-uninitialized]
447 | *iflg = omerinvint(r_major,r_minor,scale_factor,azimuth,lon_origin,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
448 | lat_origin,false_easting,
false_northing,lon1,lat1,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
449 | lon2,lat2,mode);
| ~~~~~~~~~~~~~~~
inv_init.c:43:8: note: ‘lat1’ was declared here
43 | double lat1; /* 1st standard parallel
*/
| ^~~~
inv_init.c:447:14: warning: ‘lat2’ may be used uninitialized
[-Wmaybe-uninitialized]
447 | *iflg = omerinvint(r_major,r_minor,scale_factor,azimuth,lon_origin,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
448 | lat_origin,false_easting,
false_northing,lon1,lat1,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
449 | lon2,lat2,mode);
| ~~~~~~~~~~~~~~~
inv_init.c:44:8: note: ‘lat2’ was declared here
44 | double lat2; /* 2nd standard parallel
*/
| ^~~~
inv_init.c:447:14: warning: ‘lon_origin’ may be used uninitialized
[-Wmaybe-uninitialized]
447 | *iflg = omerinvint(r_major,r_minor,scale_factor,azimuth,lon_origin,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
448 | lat_origin,false_easting,
false_northing,lon1,lat1,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
449 | lon2,lat2,mode);
| ~~~~~~~~~~~~~~~
inv_init.c:49:8: note: ‘lon_origin’ was declared here
49 | double lon_origin; /* longitude at origin
*/
| ^~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c paksz.c -fPIC -DPIC -o .libs/paksz.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c lamccfor.c -o lamccfor.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=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c untfz.c -fPIC -DPIC -o .libs/untfz.o
In file included from cproj.h:2,
from paksz.c:49:
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,
| ^~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c lamccinv.c -o lamccinv.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=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c for_init.c -o for_init.o >/dev/null 2>&1
In file included from untfz.c:26:
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,
| ^~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c paksz.c -o paksz.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=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c untfz.c -o untfz.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=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c report.c -o report.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=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-pedantic -fPIC -c inv_init.c -o inv_init.o >/dev/null 2>&1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/source'
make[2]: *** [Makefile:396: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:328: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:20: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libgctp
Source-Version: 2.0.0-8
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: SHA256
Format: 1.8
Date: Wed, 07 Aug 2024 08:17:06 +0100
Source: libgctp
Architecture: source
Version: 2.0.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1075168
Changes:
libgctp (2.0.0-8) unstable; urgency=medium
.
* Fix broken lib conflicts (badly named libs). Closes: #1075168
Checksums-Sha1:
c683790969eeb0fe4930ff5aefecf9487d3ea0b7 2024 libgctp_2.0.0-8.dsc
f8b54f0d929cdae40ad77880c6fc88019e1f15ac 3760 libgctp_2.0.0-8.debian.tar.xz
Checksums-Sha256:
0785691f1c77b23240a0b98de0db70acae2d77db6712223dfc3c07d042d40c7f 2024
libgctp_2.0.0-8.dsc
1b575fbf1f02d418ad87adb47a7d0ed3accd838ea597888f9e525f878c7aac82 3760
libgctp_2.0.0-8.debian.tar.xz
Files:
5452a39189688c728a906635620672ab 2024 utils optional libgctp_2.0.0-8.dsc
d155d3360b56beb76ea9731e6412de79 3760 utils optional
libgctp_2.0.0-8.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmazIMMACgkQy+a7Tl2a
06UKsxAAgNx8V6Qi1dynTzjTvwl4MRXZa/xeFqk+ab7YwmiNofGNvYIH6ZUwieG/
DVV7fa3GpsXt9vs4MiNf5vpQjbRRWAhiHllN7SWMtrZrkyxUW1HtBlQjVYe7x74g
nquaF5VcOu92KHlJV/N5cjf/uHRcMQgnRkbwd5qpgMKF+kUNyZ6+qLTDmGX9tBTs
mgUWuTrrYi93cIZ6H/1wM2hRgU9Fb4L9QzoMkjnrdNWmCU/SzW5ZaBKedoOVED7a
ldNUWq/37nZ8GlaSDGK5TsIRbMJ0LSt3f3IieFGUUc85N7poSKdG6ow0hkNJAFZ2
y+E0NrjYZiKAt0emnNyRWNUpVyVnMO43UePcUX67YHUTtYFn9Go1gKL5L2B1N/VZ
h0JD78ZDVWEQ0hKpoaSyU0fJu2cxH3gD1/CHurQWq41Z2EqlAf4bDqhb9zbVMBUW
6/8sB+natQvedNbgIP0WJC3KDBpJUUhTjtLnqGWObFIywMcag08Nb9VXHbQGzWaO
bctqX/oY4V4ED9e5oLS5NvKl7RdQCsTAO+rMUjqN6JwZxMJk9HJXlOrjYKH8u1B9
YTT1N/1nRdxiU4LhoLWCsWwt9uor3kQxgHXvBw2ngPFMiYxsSOFC5Qs5TP1W8wYO
kgPvp/2NmHRu02q7CngAKEdKJdnAG48mjKNKxiiUVdQuFDrQY8Q=
=wRsv
-----END PGP SIGNATURE-----
pgp0ulqZXqOFP.pgp
Description: PGP signature
--- End Message ---