Your message dated Sat, 04 Oct 2025 06:34:10 +0000
with message-id <[email protected]>
and subject line Bug#1096722: fixed in global 6.6.14-1.1
has caused the Debian Bug report #1096722,
regarding global: 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.)
--
1096722: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096722
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:global
Version: 6.6.13-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/global_6.6.13-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
[...]
82 | __dberr(void)
| ^~~~~~~
db.c:100:18: error: assignment to ‘int (*)(const struct __db *, DBT *, const
DBT *, u_int)’ {aka ‘int (*)(const struct __db *, DBT *, const DBT *, unsigned
int)’} from incompatible pointer type ‘int (*)(void)’
[-Wincompatible-pointer-types]
100 | dbp->put = (int (*)())__dberr;
| ^
db.c:82:1: note: ‘__dberr’ declared here
82 | __dberr(void)
| ^~~~~~~
db.c:101:18: error: assignment to ‘int (*)(const struct __db *, DBT *, DBT *,
u_int)’ {aka ‘int (*)(const struct __db *, DBT *, DBT *, unsigned int)’} from
incompatible pointer type ‘int (*)(void)’ [-Wincompatible-pointer-types]
101 | dbp->seq = (int (*)())__dberr;
| ^
db.c:82:1: note: ‘__dberr’ declared here
82 | __dberr(void)
| ^~~~~~~
db.c:102:19: error: assignment to ‘int (*)(const struct __db *, u_int)’ {aka
‘int (*)(const struct __db *, unsigned int)’} from incompatible pointer type
‘int (*)(void)’ [-Wincompatible-pointer-types]
102 | dbp->sync = (int (*)())__dberr;
| ^
db.c:82:1: note: ‘__dberr’ declared here
82 | __dberr(void)
| ^~~~~~~
make[3]: *** [Makefile:463: db.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mpool.c: In function ‘mpool_open’:
mpool.c:77:1: warning: old-style function definition [-Wold-style-definition]
77 | mpool_open(key, fd, pagesize, maxcache)
| ^~~~~~~~~~
mpool.c: In function ‘mpool_filter’:
mpool.c:122:1: warning: old-style function definition [-Wold-style-definition]
122 | mpool_filter(mp, pgin, pgout, pgcookie)
| ^~~~~~~~~~~~
mpool.c: In function ‘mpool_new’:
mpool.c:141:1: warning: old-style function definition [-Wold-style-definition]
141 | mpool_new(mp, pgnoaddr)
| ^~~~~~~~~
mpool.c: In function ‘mpool_get’:
mpool.c:180:1: warning: old-style function definition [-Wold-style-definition]
180 | mpool_get(mp, pgno, flags)
| ^~~~~~~~~
mpool.c: In function ‘mpool_put’:
mpool.c:295:1: warning: old-style function definition [-Wold-style-definition]
295 | mpool_put(mp, page, flags)
| ^~~~~~~~~
mpool.c: In function ‘mpool_close’:
mpool.c:325:1: warning: old-style function definition [-Wold-style-definition]
325 | mpool_close(mp)
| ^~~~~~~~~~~
mpool.c: In function ‘mpool_sync’:
mpool.c:348:1: warning: old-style function definition [-Wold-style-definition]
348 | mpool_sync(mp)
| ^~~~~~~~~~
mpool.c: In function ‘mpool_bkt’:
mpool.c:371:1: warning: old-style function definition [-Wold-style-definition]
371 | mpool_bkt(mp)
| ^~~~~~~~~
mpool.c: In function ‘mpool_write’:
mpool.c:432:1: warning: old-style function definition [-Wold-style-definition]
432 | mpool_write(mp, bp)
| ^~~~~~~~~~~
mpool.c: In function ‘mpool_look’:
mpool.c:471:1: warning: old-style function definition [-Wold-style-definition]
471 | mpool_look(mp, pgno)
| ^~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/global-6.6.13/libdb'
make[2]: *** [Makefile:521: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/global-6.6.13'
make[1]: *** [Makefile:428: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/global-6.6.13'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: global
Source-Version: 6.6.14-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
global, 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.
Adrian Bunk <[email protected]> (supplier of updated global 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: Thu, 02 Oct 2025 12:03:38 +0300
Source: global
Architecture: source
Version: 6.6.14-1.1
Distribution: unstable
Urgency: medium
Maintainer: Punit Agrawal <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096722
Changes:
global (6.6.14-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
(Closes: #1096722)
Checksums-Sha1:
4ddfd4051e761831e396118f6a4a68dd1efda473 2197 global_6.6.14-1.1.dsc
90ca68dd707dbdbb54457b8307f9b462a5a6e7ea 14440 global_6.6.14-1.1.debian.tar.xz
Checksums-Sha256:
b8b841f161502ee5516abda43b0dc79ef3c2947475dc765b5eff4ea0ecd18cd2 2197
global_6.6.14-1.1.dsc
640eb917f7ab97f700912d94d60972ff016677adbd58c7977d7187ac568fd169 14440
global_6.6.14-1.1.debian.tar.xz
Files:
2118d57303363aa0371d1bc77e35425e 2197 devel optional global_6.6.14-1.1.dsc
2e0f80a9510b2398515a439be80d153a 14440 devel optional
global_6.6.14-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjeVZIACgkQiNJCh6LY
mLGG6Q//WpBLNr5x8vgKFL4nWEgs5ao6LaRWLkshpZckk0cSd+4vqrgFb4fv87CW
/B9Y3nfSqlfJB4g5WU9ufUIQOO1p/y1wx+7WGcY97B6Bf5v+HmA5gvJ9lyqF6X49
FSCt2G+9jkwdfIMLE7lyNTJpgrXEzxMz04iK6rRa76ndm8FP2nMdhJ/2SgXqhA+q
bNit/Dnpr9v6FOXRYQ2xSWiBRTo0SwS/RNvu5grd0ZY8JWmN0yPD9kVk3pa1g9cB
ie/QVjXZZBY6pctpxKGTRmAXOv/hayYiz/NAPkzX8g2OmtVN9TbN4Zq7eWdoW+lp
1SdvMkN0KGgyxJ4IKZU1IuFOWEkKoETOJNmzswVpT8Gj9P+n10NCGB6AqzQqaAD7
mUQriy08werg0d3bfePAuaNLr6WEi9GBf/pjz08DlwXcEkvQG3QsJ16HDpAzzMbo
tvAP85J7/LMt6uehUf8H/gVkp7LN4xi7lEJc+If+ZwIczkm5+tTwbCm5bjIN64vm
8u6CyB463HNfM0kVxB7oz1EVGA0B2vej12RR6onMVF06lq5DVSgTwKsO1dQMuWcN
cFSeR+AKlnW6Hhog0HpWmi1TsGIyJaJ2PBVkuCs0GJJ2tXHduRdYgguycZJpoob3
g3TWOHJu+8ge1+ESflbROpIUuZEuWVZcaangMkLE+AgLebmTuJM=
=zRv5
-----END PGP SIGNATURE-----
pgpVfw8cWE4Ow.pgp
Description: PGP signature
--- End Message ---