Your message dated Sat, 25 Oct 2025 15:26:22 +0000
with message-id <[email protected]>
and subject line Bug#1097903: fixed in smenu 1.5.0-1
has caused the Debian Bug report #1097903,
regarding smenu: 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.)
--
1097903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097903
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:smenu
Version: 1.2.0-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/smenu_1.2.0-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
[...]
checking host system type... x86_64-pc-linux-gnu
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for mblen... yes
checking for memset... yes
checking for nl_langinfo... yes
checking for pathconf... yes
checking for regcomp... yes
checking for setlocale... yes
checking for strchr... yes
checking for strrchr... yes
checking for strspn... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strndup... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/smenu-1.2.0'
make all-am
make[2]: Entering directory '/build/reproducible-path/smenu-1.2.0'
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o smenu.o smenu.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o list.o list.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o xmalloc.o
xmalloc.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o index.o index.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o utf8.o utf8.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o fgetc.o fgetc.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o utils.o utils.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o usage.o usage.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o ctxopt.o ctxopt.c
gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/smenu-1.2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c -o safe.o safe.c
ctxopt.c: In function ‘ctxopt_add_opt_settings’:
ctxopt.c:4547:21: error: assignment to ‘void (*)(void)’ from incompatible
pointer type ‘void (*)(char *, char *, char *, int, char **, int, void *,
int, void **)’ [-Wincompatible-pointer-types]
4547 | function = va_arg(args, fn *);
| ^
ctxopt.c:4548:21: error: assignment to ‘void (*)(char *, char *, char *, int,
char **, int, void **, int, void **)’ from incompatible pointer type ‘void
(*)(void)’ [-Wincompatible-pointer-types]
4548 | opt->action = function;
| ^
ctxopt.c:4587:18: error: assignment to ‘int (*)(void)’ from incompatible
pointer type ‘int (*)(int, char **, char *)’ [-Wincompatible-pointer-types]
4587 | function = va_arg(args, fn *);
| ^
ctxopt.c:4590:26: error: assignment to ‘int (*)(int, char **, char *, char *)’
from incompatible pointer type ‘int (*)(void)’ [-Wincompatible-pointer-types]
4590 | cstr->constraint = function;
| ^
ctxopt.c: In function ‘ctxopt_add_ctx_settings’:
ctxopt.c:4850:21: error: assignment to ‘int (*)(void)’ from incompatible
pointer type ‘int (*)(char *, direction, char *, int, void **)’
[-Wincompatible-pointer-types]
4850 | function = va_arg(args, fn *);
| ^
ctxopt.c:4851:21: error: assignment to ‘int (*)(char *, int, char *, int,
void **)’ from incompatible pointer type ‘int (*)(void)’
[-Wincompatible-pointer-types]
4851 | ctx->action = function;
| ^
smenu.c: In function ‘main’:
smenu.c:12227:9: warning: label ‘untag_last_tagged’ defined but not used
[-Wunused-label]
12227 | untag_last_tagged:
| ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:469: ctxopt.o] Error 1
make[2]: *** Waiting for unfinished jobs....
smenu.c:10609:15: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
10609 | scanf("%5c", eb);
| ^~~~~~~~~~~~~~~~
make[2]: Leaving directory '/build/reproducible-path/smenu-1.2.0'
make[1]: *** [Makefile:342: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/smenu-1.2.0'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: smenu
Source-Version: 1.5.0-1
Done: Matteo Cypriani <[email protected]>
We believe that the bug you reported is fixed in the latest version of
smenu, 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.
Matteo Cypriani <[email protected]> (supplier of updated smenu 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: Sat, 25 Oct 2025 16:52:14 +0200
Source: smenu
Architecture: source
Version: 1.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Matteo Cypriani <[email protected]>
Changed-By: Matteo Cypriani <[email protected]>
Closes: 1097903
Changes:
smenu (1.5.0-1) unstable; urgency=medium
.
* New upstream version 1.5.0 (Closes: #1097903).
* d/watch: Swithed to format version 5.
* d/control: Dropped redundant Rules-Requires-Root.
Checksums-Sha1:
625b520834f8ed03adfd7a5be607b9655a055d31 2034 smenu_1.5.0-1.dsc
5c5fc21c4e68e43b7ee0b5cfc228ecd9f8e63b05 337680 smenu_1.5.0.orig.tar.bz2
1d9c7761ec9a9b90084c5702403109c57715cd29 488 smenu_1.5.0.orig.tar.bz2.asc
1571fc9c6ad521691177ac8ec4315e86123f0162 4440 smenu_1.5.0-1.debian.tar.xz
018233d0f29c26412ef83bc5b4ad36e202142181 5979 smenu_1.5.0-1_amd64.buildinfo
Checksums-Sha256:
83177a5b056814da707a5bfb80114ce9d834d4d548cc94df5808a0d19058931a 2034
smenu_1.5.0-1.dsc
2de2217d322a5e28cb20f9128e60df6c00b4e8e8879381ac8ed8bdcdccc4c5ca 337680
smenu_1.5.0.orig.tar.bz2
25456fdd6a23847a67c57977fabbac8afea28ede9621b34b190b0a31a33f3378 488
smenu_1.5.0.orig.tar.bz2.asc
aa54a8f611278719845b1e5c8b1b3fef0d0f8a7320a5cf8798ee7998d633cee2 4440
smenu_1.5.0-1.debian.tar.xz
c8a43bd4fa7c7abb06d24eab9fdb4a9fac907daa74333136603cf580636c38c1 5979
smenu_1.5.0-1_amd64.buildinfo
Files:
ce4db2fa923d692bfc51e5983ca338c3 2034 utils optional smenu_1.5.0-1.dsc
040568e3b117d6d78739a7aac986b92a 337680 utils optional smenu_1.5.0.orig.tar.bz2
0414f5b62b341b441294f27439dac8ac 488 utils optional
smenu_1.5.0.orig.tar.bz2.asc
d037f025f60b797df0ec86cd76e335d7 4440 utils optional
smenu_1.5.0-1.debian.tar.xz
4b3eb245afe80f9f8cfae31c23f5af29 5979 utils optional
smenu_1.5.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEElfqmSN59CuzI3cuYTpAY4KMpEmsFAmj85JgACgkQTpAY4KMp
EmtqIRAAmrV3o9FCnIr261eN602WXpo74nMVZXogUBRSJlzxuSUAHNU8s+g8kuwB
bQscGKcJBcaf3oaTzbkWDLmWxpIDmg5MIGbAD0f9h6G2ofnhbDOSztr0aWWdYVz/
bOq44L+kQ4f8z+13U37X4UWJk0B/uNDZGIbovdglYJLFDjAh2Nfxj0SE1rQAiGgw
DALeIZFwTH1jdn6JEKzwgzIy/Kop47OYgnfLofesSQ7GHDWRitEf+Vuf1yW/1uQl
S1QkQNhFYlXHfbcCZWSaVzE1EyuWuBwmtDBa0EeyKy5v0L21+XgWj4f/lOwJnrYL
dudh9j1gI3xSoGyyyYV8MmlNqn0susTQIHMVvGTRCKyh6fjpuukA+cfLZOOOcogL
TCaeIt01PEu3p00YPaFBZM0V53u9pUmvIWx0RIkDRmDwzzrWJY4u2Hyc3WnIyoRp
2iI+d7yPh/OJf/PgKbpT8GojFONAkZ/Dwoyd/9+toKr7HNi0letu8Q936YvEN8Z6
ubyMjDvb2pLEFGVp9hCMozmnPC2o+oclsDi/BaYJr7bW6L5bG3Rtv5e6HUAdOxf9
eIytyw4CbjEthxTCbqLg5oDhwE8TSRgQBxViZU36L1sM9gz0wvppHdUrzxNDHBCI
7j1NRkpsCHi0VdRC49rJQNsxK+u0NzoGMdFqEukkQgdXkumr+js=
=epLn
-----END PGP SIGNATURE-----
pgpLZ6GT0qH8e.pgp
Description: PGP signature
--- End Message ---