Your message dated Tue, 13 Jan 2026 13:22:17 +0000
with message-id <[email protected]>
and subject line Bug#1097471: fixed in nmzmail 1.1-6
has caused the Debian Bug report #1097471,
regarding nmzmail: 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.)
--
1097471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097471
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nmzmail
Version: 1.1-5
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/nmzmail_1.1-5_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
[...]
checking for unistd.h... yes
checking for vfork.h... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99 or later... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking return type of signal handlers... void
checking for dup2... yes
checking for setenv... yes
checking for strchr... yes
checking for strdup... yes
checking for strrchr... yes
checking for strstr... yes
checking for readline/readline.h... yes
checking for open in -lreadline... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/nmzmail-1.1'
make all-recursive
make[2]: Entering directory '/build/reproducible-path/nmzmail-1.1'
Making all in src
make[3]: Entering directory '/build/reproducible-path/nmzmail-1.1/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/nmzmail-1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o nmzmail.o nmzmail.c
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/nmzmail-1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o util.o util.c
nmzmail.c: In function ‘main’:
nmzmail.c:106:25: error: too many arguments to function ‘get_query’; expected
0, have 1
106 | query = get_query(nmz_base);
| ^~~~~~~~~ ~~~~~~~~
nmzmail.c:24:7: note: declared here
24 | char *get_query();
| ^~~~~~~~~
nmzmail.c: At top level:
nmzmail.c:128:1: error: conflicting types for ‘get_query’; have ‘char *(char *)’
128 | get_query(char *nmz_base) {
| ^~~~~~~~~
nmzmail.c:24:7: note: previous declaration of ‘get_query’ with type ‘char
*(void)’
24 | char *get_query();
| ^~~~~~~~~
make[3]: *** [Makefile:374: nmzmail.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/nmzmail-1.1/src'
make[2]: *** [Makefile:444: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/nmzmail-1.1'
make[1]: *** [Makefile:342: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/nmzmail-1.1'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: nmzmail
Source-Version: 1.1-6
Done: Omar Zagonel El Laden <[email protected]>
We believe that the bug you reported is fixed in the latest version of
nmzmail, 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.
Omar Zagonel El Laden <[email protected]> (supplier of updated nmzmail
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: Wed, 31 Dec 2025 14:25:23 -0300
Source: nmzmail
Architecture: source
Version: 1.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Omar Zagonel El Laden <[email protected]>
Closes: 1097471
Changes:
nmzmail (1.1-6) unstable; urgency=medium
.
* QA upload.
* debian/patches/01-fix-build-with-gcc15.patch: Fix build with GCC 15.
(Closes: #1097471)
Checksums-Sha1:
92d6d2dfbb8d38187f6c6b813b42d665affec081 1858 nmzmail_1.1-6.dsc
675132c7ac1efac0c89d3c6a758c3331cce1169d 4296 nmzmail_1.1-6.debian.tar.xz
9ccdc3074ab855afc534bb5123b7b97c5d47157f 6077 nmzmail_1.1-6_source.buildinfo
Checksums-Sha256:
262103690c0a18e2b95d635f53eb8350c04a105892b8a3d30149223c31f07590 1858
nmzmail_1.1-6.dsc
971f8e6fa601ce83a25269686f4b1f607c7f804a4189ff9191178d48bb554228 4296
nmzmail_1.1-6.debian.tar.xz
9ff312bf324413f0679c7ed516d8404f99fed395e662c2a9e5587ee2b0488c39 6077
nmzmail_1.1-6_source.buildinfo
Files:
ea5059106f6b494ed0fbd4f4d3ef1870 1858 mail optional nmzmail_1.1-6.dsc
9f76493f92e29d248f478d43e39585a2 4296 mail optional nmzmail_1.1-6.debian.tar.xz
a6931af5ab4486db5286b7f2aa28a956 6077 mail optional
nmzmail_1.1-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmlmQN4ACgkQ9LqqgNso
ukwh5w//W0gxQeui/ciyS5dd34K+suBveKgYwxCZb1Raj2jIBDEYX+Vt561xkZ1x
CP98uOgueKupyeI5/LwLnSt15e1anQD+R5Un3IgpS9JsLRJ8xuwy8/eIqQvj3LvJ
ZZPEYhEMjQrhY3KFQ+q8pB++QJGhc/w/tu4zXok4TmfnX5BJa3omWYelOaEZHknn
YxchUXK1yxxaCb2t/lqGShYORG7zTFc5tqjU8A66gAQacox5fjKheME9OmQ88ugy
rbX682QX9H28oLLf2BEE9l7WSwHSQClK1ayJgKsFfKfd+afNT9l87rqCvGH/LXS6
+lYxap1D+W0TeHj2MF8mcBiYSYmmcg0kW3J5mF5PmmPOeApAW+ALxS6xGBC5vCdB
7EbbNh+02+Gmc0u2Csu5YWogWt/xUKwLQ6KonyQRjPTAyRFTyPhzuWe/2aOcWdVj
5VruGRMmIWpbonU+O/6HnNgG1C0XAO3+ET2v4jzPGBWYGqQzDO5NceGVVN7q139v
SoZKvKYkyJON9+hUxN/0V6eacwH2guhkjL4D/VyM+8wRQmGikQAkoCSp3B/kdzgJ
3/cKQtDp9PbGyr1FCgQxwICufPTnED6C6923k6kGgRJ8tIkS+fieNb66Db6NuwZh
AFR8Y/rBciC2Iyg50fIA7IDm8oLVAZuwpzHs32rEZ/AZhRk1aEw=
=691Q
-----END PGP SIGNATURE-----
pgpRIkulEpimc.pgp
Description: PGP signature
--- End Message ---