Your message dated Fri, 05 Sep 2025 19:06:53 +0000
with message-id <[email protected]>
and subject line Bug#1097661: fixed in psqlodbc 1:17.00.0006-2
has caused the Debian Bug report #1097661,
regarding psqlodbc: 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.)
--
1097661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097661
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:psqlodbc
Version: 1:16.00.0005-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/psqlodbc_16.00.0005-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
[...]
| ^~~~~~~
In file included from bind.h:12,
from bind.c:19:
psqlodbc.h:300:23: error: 'bool' cannot be defined via 'typedef'
300 | typedef unsigned char bool;
| ^~~~
psqlodbc.h:300:23: note: 'bool' is a keyword with '-std=c23' onwards
psqlodbc.h:300:1: warning: useless type name in empty declaration
300 | typedef unsigned char bool;
| ^~~~~~~
In file included from environ.h:16,
from environ.c:16:
psqlodbc.h:300:23: error: 'bool' cannot be defined via 'typedef'
300 | typedef unsigned char bool;
| ^~~~
psqlodbc.h:300:23: note: 'bool' is a keyword with '-std=c23' onwards
psqlodbc.h:300:1: warning: useless type name in empty declaration
300 | typedef unsigned char bool;
| ^~~~~~~
In file included from convert.h:12,
from convert.c:20:
psqlodbc.h:300:23: error: 'bool' cannot be defined via 'typedef'
300 | typedef unsigned char bool;
| ^~~~
psqlodbc.h:300:23: note: 'bool' is a keyword with '-std=c23' onwards
psqlodbc.h:300:1: warning: useless type name in empty declaration
300 | typedef unsigned char bool;
| ^~~~~~~
In file included from info.c:19:
psqlodbc.h:300:23: error: 'bool' cannot be defined via 'typedef'
300 | typedef unsigned char bool;
| ^~~~
psqlodbc.h:300:23: note: 'bool' is a keyword with '-std=c23' onwards
psqlodbc.h:300:1: warning: useless type name in empty declaration
300 | typedef unsigned char bool;
| ^~~~~~~
In file included from execute.c:16:
psqlodbc.h:300:23: error: 'bool' cannot be defined via 'typedef'
300 | typedef unsigned char bool;
| ^~~~
psqlodbc.h:300:23: note: 'bool' is a keyword with '-std=c23' onwards
psqlodbc.h:300:1: warning: useless type name in empty declaration
300 | typedef unsigned char bool;
| ^~~~~~~
make[3]: *** [Makefile:728: psqlodbcw_la-columninfo.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from connection.h:12,
from connection.c:22:
psqlodbc.h:300:23: error: 'bool' cannot be defined via 'typedef'
300 | typedef unsigned char bool;
| ^~~~
psqlodbc.h:300:23: note: 'bool' is a keyword with '-std=c23' onwards
psqlodbc.h:300:1: warning: useless type name in empty declaration
300 | typedef unsigned char bool;
| ^~~~~~~
make[3]: *** [Makefile:749: psqlodbcw_la-drvconn.lo] Error 1
make[3]: *** [Makefile:756: psqlodbcw_la-environ.lo] Error 1
make[3]: *** [Makefile:721: psqlodbcw_la-bind.lo] Error 1
make[3]: *** [Makefile:763: psqlodbcw_la-execute.lo] Error 1
make[3]: *** [Makefile:735: psqlodbcw_la-connection.lo] Error 1
make[3]: *** [Makefile:742: psqlodbcw_la-convert.lo] Error 1
make[3]: *** [Makefile:714: psqlodbcw_la-info.lo] Error 1
make[3]: Leaving directory '/build/reproducible-path/psqlodbc-16.00.0005'
make[2]: *** [Makefile:528: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/psqlodbc-16.00.0005'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:9: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/build/reproducible-path/psqlodbc-16.00.0005'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: psqlodbc
Source-Version: 1:17.00.0006-2
Done: Christoph Berg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
psqlodbc, 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.
Christoph Berg <[email protected]> (supplier of updated psqlodbc 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 20:51:09 +0200
Source: psqlodbc
Architecture: source
Version: 1:17.00.0006-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Closes: 1097661
Changes:
psqlodbc (1:17.00.0006-2) unstable; urgency=medium
.
* Upload to unstable. (Closes: #1097661)
Checksums-Sha1:
0e4238cbf5d6cc4d42f146f5e5e4f6df093a34f4 2135 psqlodbc_17.00.0006-2.dsc
b3aba57327c3b6ec3c07b72ca474dfa261900097 9564
psqlodbc_17.00.0006-2.debian.tar.xz
Checksums-Sha256:
e423609c52b68f102f689364e77d67bc6457de38927fdc9cc86ce6c2a0e111ed 2135
psqlodbc_17.00.0006-2.dsc
17d31143e6118bd1405c3352fa2f315c570174371c5c4ec7950670b6bff64953 9564
psqlodbc_17.00.0006-2.debian.tar.xz
Files:
d2c8bece5941fb90d17ab9221967596f 2135 database optional
psqlodbc_17.00.0006-2.dsc
61198a491e440630dfa6258a5da68f31 9564 database optional
psqlodbc_17.00.0006-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmi7MeAACgkQTFprqxLS
p67RrQ/+P/5l1D+UqQCLjIMkDxBreRA8m3vudO58ThC3LCnyHsTDQLU0ohVCCU1m
x3LYEpzHZdsv0WdwbMYAXfMbzRPdwYmckWFY02qwnsz094/xS3RSr+oAw/Yi3w2w
LHJ/vc14pu0bK+UQy67dDl/uizHJoo5I9Wc0Zov0x5XDEiGY5P2RBHsehtpsdFwh
nNMngGFfj/qt9IBHJhcMWwMZrMvjlShHtqTGvtli1Wa1/v2YKiBjLyGHhQ7Zoq3Z
wUW19PyDam4VM515p3QJQsEw1U/Ppt/JLN3kQam/B0C1zLH8r/lUUa+kvcXjYZT2
GybmaJqcX8Wa0RFBygHiWIuBO7iBF//qAOSTTA6R9JLGBA8/spOP2whejYDFl6hy
EO3ztptro/63dt8H89DwXnmiApeH6CLxRUrir3MOKMuoEX4vGi4HejYFXX/LTSUo
kG/kNnApdGgjYcJwSmPHEyS6Q5J2C+1gFgp2rGclGKTwDSci4hhGyOVZSFY87oVl
Va5JrTaa2VRkWp0bvHPBe1dEK+n7m4D4FwgIyhk24agpDjM6bZZY8qZ5y8MiqxCk
wqLa5rcm4DkHqjGQSI3fvPSVEjNnf2+6EmwYjqku6ES/rxaWbP/7NiHahBobrhB8
b7BpQEv4HZJnUtTH5ueKQYDaQ0Pd3P0Hz81usOJDtpoOC+KpKBI=
=qQM9
-----END PGP SIGNATURE-----
pgp9hLRzf2unw.pgp
Description: PGP signature
--- End Message ---