Your message dated Tue, 07 Oct 2025 12:05:02 +0000
with message-id <[email protected]>
and subject line Bug#1098197: fixed in zephyr 3.1.2-4
has caused the Debian Bug report #1098197,
regarding zephyr: 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.)
--
1098197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:zephyr
Version: 3.1.2-1.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/zephyr_3.1.2-1.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
[...]
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/main.c
../../server/main.c: In function ‘main’:
../../server/main.c:276:9: warning: ‘ares_fds’ is deprecated: Use
ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead
[-Wdeprecated-declarations]
276 | nselect = ares_fds(achannel, &readable, &writable);
| ^~~~~~~
In file included from ../../server/zserver.h:19,
from ../../server/main.c:15:
/usr/include/ares.h:898:31: note: declared here
898 | ARES_OPT_SOCK_STATE_CB) int ares_fds(const ares_channel_t *channel,
| ^~~~~~~~
../../server/main.c:305:9: warning: ‘ares_process’ is deprecated: Use
ares_process_fds instead [-Wdeprecated-declarations]
305 | ares_process(achannel, &readable, &writable);
| ^~~~~~~~~~~~
/usr/include/ares.h:910:58: note: declared here
910 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_process_fds) void ares_process(
| ^~~~~~~~~~~~
../../server/main.c: In function ‘do_net_setup’:
../../server/main.c:404:5: warning: ‘ares_init’ is deprecated: Use
ares_init_options instead [-Wdeprecated-declarations]
404 | status = ares_init(&achannel);
| ^~~~~~
/usr/include/ares.h:487:70: note: declared here
487 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_init_options) int
ares_init(
|
^~~~~~~~~
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include zsrv_err.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/access.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/acl_files.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/bdump.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/class.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/client.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/common.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/dispatch.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/kstuff.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/global.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/server.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/subscr.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/timer.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/uloc.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/zstring.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/realm.c
../../server/realm.c: In function ‘rlm_lookup_server_address’:
../../server/realm.c:177:5: warning: ‘ares_gethostbyname’ is deprecated: Use
ares_getaddrinfo instead [-Wdeprecated-declarations]
177 | ares_gethostbyname(achannel, srvr->name->string, AF_INET,
| ^~~~~~~~~~~~~~~~~~
In file included from ../../server/zserver.h:19,
from ../../server/realm.c:1:
/usr/include/ares.h:879:58: note: declared here
879 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_getaddrinfo) void
ares_gethostbyname(
|
^~~~~~~~~~~~~~~~~~
../../server/realm.c: In function ‘rlm_server_address_timer_cb’:
../../server/realm.c:187:5: warning: ‘ares_gethostbyname’ is deprecated: Use
ares_getaddrinfo instead [-Wdeprecated-declarations]
187 | ares_gethostbyname(achannel, srvr->name->string, AF_INET,
| ^~~~~~~~~~~~~~~~~~
/usr/include/ares.h:879:58: note: declared here
879 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_getaddrinfo) void
ares_gethostbyname(
|
^~~~~~~~~~~~~~~~~~
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/version.c
gcc -c -g -O -ffile-prefix-map=/build/reproducible-path/zephyr-3.1.2=.
-DSYSCONFDIR=\"/etc\" -I../../h -I../h -I. -isystem /usr/include/mit-krb5
-I/usr/include ../../server/utf8proc.c
In file included from ../../server/utf8proc.c:44:
../../server/utf8proc.h:61:15: error: cannot use keyword ‘false’ as enumeration
constant
61 | typedef enum {false = 0, true = 1} bool;
| ^~~~~
../../server/utf8proc.h:61:15: note: ‘false’ is a keyword with ‘-std=c23’
onwards
../../server/utf8proc.h:61:36: error: expected ‘;’, identifier or ‘(’ before
‘bool’
61 | typedef enum {false = 0, true = 1} bool;
| ^~~~
../../server/utf8proc.h:61:36: warning: useless type name in empty declaration
make[1]: *** [Makefile:60: utf8proc.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/zephyr-3.1.2/krb5/server'
make: *** [debian/rules:69: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: zephyr
Source-Version: 3.1.2-4
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
zephyr, 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.
Andreas Tille <[email protected]> (supplier of updated zephyr 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: Mon, 29 Sep 2025 10:09:38 +0200
Source: zephyr
Architecture: source
Version: 3.1.2-4
Distribution: unstable
Urgency: medium
Maintainer: Zephyr IM Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 759885 1029195 1030080 1039433 1049994 1098197 1101738
Changes:
zephyr (3.1.2-4) unstable; urgency=medium
.
* Team upload.
.
[ Andreas Tille ]
* Maintain zephyr in Debian team on Salsa
* Add Homepage
* Add watch file
* d/rules: neither a sample nor hypothetical
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Do not parse d/changelog (routine-update)
* Trim trailing whitespace.
* Rely on pre-initialized dpkg-architecture variables.
* Fix some gcc-15 build issues
Closes: #1098197
* Build-Depends: libncurses5-dev => libncurses-dev
* Remove invalid alternatives in Depends of libzephyr-dev
* d/copyright: DEP5 + review
* Add Pre-Depends: ${misc:Pre-Depends} for server packages
* Seems the article is part of the name so add lintian-overrides
for description-synopsis-starts-with-article
* Lintian-overrides for national-encoding in po files
* Export hardening options
* Add systemd service files
Closes: #1030080, #1039433
* Do not conflict with packages that were not even in o-o-stable
* Make sure zephyr-server-krb5 will depend libzephyr4-krb5 (and not
libzephyr4)
* Hardening
.
[ Reiner Herrmann ]
* Enable reproducible building by removing irrelevant data from version
string
.
[ Mert Dirik ]
* Turkish debconf template translation
Closes: #759885
.
[ Atila KOÇ ]
* Update Turkish debconf template translation
Closes: #1029195
.
[ Pablo Huguet ]
* Catalan debconf template translation
Closes: #1049994
.
[ Remus-Gabriel Chelu ]
* Romanian debconf template translation
Closes: #1101738
Checksums-Sha1:
7fd7ead7564953de9af23f68084aa503bc908fb2 2422 zephyr_3.1.2-4.dsc
7f338b114d16bc0bb42da9c60898aadf25b2fc1b 26712 zephyr_3.1.2-4.debian.tar.xz
2537f16000847fb22d190a53e8d8170b69a4dce3 9745 zephyr_3.1.2-4_amd64.buildinfo
Checksums-Sha256:
83b8561d8f0fe77fdb57cc2a38f0031dfcd4519b2dd97edd5128b760be0cb593 2422
zephyr_3.1.2-4.dsc
e56715594079cb7626ac87f0238495b5f44f219c51fc981a1c23ea9c7b40d96c 26712
zephyr_3.1.2-4.debian.tar.xz
8982d2abdfda1824a37e2bd95660aced789b4c789996a9168f72aeb94c389ea6 9745
zephyr_3.1.2-4_amd64.buildinfo
Files:
1c7d106c2dcee9f9ab6c5cef49fdda5e 2422 net optional zephyr_3.1.2-4.dsc
81d2fa8b9ee181d04cc767442be89479 26712 net optional
zephyr_3.1.2-4.debian.tar.xz
830b2df6fa7bfe1da1da976e92f24bef 9745 net optional
zephyr_3.1.2-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmjeXv4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtH2hw//YJlOjzPtEGf92nNVmPRB0N11USGjfbfK
wcVlIqWM+QNLj+ZIhbGxmTqwznmQe4/M+dHiaiT7ZV5Yy6oR6bxD8c4YzuJQ0Iw/
oVdqWla84faWIIw2m7LbhyR2sWZ+MMPQpWhozXFl0qmu9M+GpYvwVSbdltHxeSTD
typsqq1xkmVRUtITND0XLjIULUu1D+7inMSO0OiWglk1eRontotkNLl5h3aFkQhb
Zq34S3of3aWN3zTvKgSm4962aEdZrWjIA8JdwVDSnhnj2tFDMoQy/nScll+Jig9N
ODNckxHYT3DLbYfgm/6zcnTxLDWHRrR6WN1ulLkdkDlAdn5kFnfRP74PoVL+bH9J
DwO8OA1AOIwvfvD7CdEpe8THXr5B/dL7ZQfcofUExwl8+Dxi2lYlMCw3436Vm/u1
Qmv/t/WE3XFADrBZhT4MxvNlOJLvQTbqtrwN+0A72HIA+PQjWGgaIkKErILAFP9C
J1V5MHH8xoRY7IfwYa6g7j5QUrNYPjmomy+6EmzK+FpLANAbQGuZje5X+iuH9aDW
i8Zh3eg60qYjRAEaRtBao+oq/GIZ/nhFsYPsK/MIhi1hfLmmojorTegpxmF1hXIq
2+662jAfXJTU68xkCLdd6vgKfQT3iWk2TvJA/Uv2TWerjJ+YxaUdlaGJqGxJTmUs
xqcL+DX8TvU=
=9Ms9
-----END PGP SIGNATURE-----
pgpWvmyMyv6kH.pgp
Description: PGP signature
--- End Message ---