Your message dated Sat, 18 Oct 2025 09:19:52 +0000
with message-id <[email protected]>
and subject line Bug#1097429: fixed in namazu2 2.0.21-25.1
has caused the Debian Bug report #1097429,
regarding namazu2: 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.)
--
1097429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097429
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:namazu2
Version: 2.0.21-25
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/namazu2_2.0.21-25_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
[...]
libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\"
-DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\"
-DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../lib
-I./../src -I../intl -I./../nmz -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall
-pedantic -g -O2 -ffile-prefix-map=/build/reproducible-path/namazu2-2.0.21=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c seed.c -fPIC -DPIC
-o .libs/seed.o
libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\"
-DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\"
-DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../lib
-I./../src -I../intl -I./../nmz -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall
-pedantic -g -O2 -ffile-prefix-map=/build/reproducible-path/namazu2-2.0.21=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c replace.c -o
replace.o >/dev/null 2>&1
libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\"
-DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\"
-DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../lib
-I./../src -I../intl -I./../nmz -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall
-pedantic -g -O2 -ffile-prefix-map=/build/reproducible-path/namazu2-2.0.21=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c seed.c -o seed.o
>/dev/null 2>&1
In file included from search.c:58:
search.c: In function 'cmp_phrase_hash':
libnamazu.h:29:37: warning: ISO C does not support '__PRETTY_FUNCTION__'
predefined identifier [-Wpedantic]
29 | __FILE__, __LINE__, __PRETTY_FUNCTION__, msg);\
| ^~~~~~~~~~~~~~~~~~~
search.c:384:9: note: in expansion of macro 'nmz_set_dyingmsg'
384 | nmz_set_dyingmsg(nmz_msg("%s", strerror(errno)));
| ^~~~~~~~~~~~~~~~
make[3]: *** [Makefile:500: regex.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
search.c: In function 'nmz_search':
libnamazu.h:29:37: warning: ISO C does not support '__PRETTY_FUNCTION__'
predefined identifier [-Wpedantic]
29 | __FILE__, __LINE__, __PRETTY_FUNCTION__, msg);\
| ^~~~~~~~~~~~~~~~~~~
search.c:1067:9: note: in expansion of macro 'nmz_set_dyingmsg'
1067 | nmz_set_dyingmsg(nmz_msg(nmz_strerror(ret)));
| ^~~~~~~~~~~~~~~~
search.c: In function 'nmz_binsearch':
search.c:1001:9: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
1001 | fgets(term, BUFSIZE - 1, Nmz.w);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
search.c: In function 'show_status':
search.c:123:5: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
123 | fgets(buf, BUFSIZE - 1, Nmz.w);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
search.c:128:5: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
128 | fgets(buf, BUFSIZE - 1, Nmz.w);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
search.c: In function 'prefix_match':
search.c:186:9: warning: ignoring return value of 'fgets' declared with
attribute 'warn_unused_result' [-Wunused-result]
186 | fgets(buf, BUFSIZE - 1, Nmz.w);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:548,
from support.h:13,
from search.c:31:
In function 'strcpy',
inlined from 'do_regex_preprocessing' at search.c:605:13:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:81:10: warning:
'__builtin_strcpy' accessing between 1 and 9223372036854775805 bytes at offsets
0 and 1 may overlap up to 9223372036854775804 bytes at offset [1,
9223372036854775804] [-Wrestrict]
81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strcpy',
inlined from 'do_regex_preprocessing' at search.c:584:9:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:81:10: warning:
'__builtin_strcpy' accessing between 1 and 9223372036854775805 bytes at offsets
0 and 1 may overlap up to 9223372036854775804 bytes at offset [1,
9223372036854775804] [-Wrestrict]
81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strcpy',
inlined from 'do_regex_preprocessing' at search.c:572:9:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:81:10: warning:
'__builtin_strcpy' accessing between 1 and 9223372036854775805 bytes at offsets
0 and 1 may overlap up to 9223372036854775804 bytes at offset [1,
9223372036854775804] [-Wrestrict]
81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\"
-DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\"
-DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../lib
-I./../src -I../intl -I./../nmz -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall
-pedantic -g -O2 -ffile-prefix-map=/build/reproducible-path/namazu2-2.0.21=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c hlist.c -o hlist.o
>/dev/null 2>&1
search.c: In function 'nmz_do_searching':
search.c:180:5: warning: '__builtin_strncpy' output may be truncated copying
1023 bytes from a string of length 1023 [-Wstringop-truncation]
180 | strncpy(tmpkey, key, BUFSIZE - 1);
| ^
search.c:446:5: warning: '__builtin_strncpy' output may be truncated copying
1023 bytes from a string of length 1023 [-Wstringop-truncation]
446 | strncpy(tmpkey, key, BUFSIZE - 1);
| ^
libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\"
-DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\"
-DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../lib
-I./../src -I../intl -I./../nmz -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Wall
-pedantic -g -O2 -ffile-prefix-map=/build/reproducible-path/namazu2-2.0.21=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic -c search.c -o search.o
>/dev/null 2>&1
make[3]: Leaving directory '/build/reproducible-path/namazu2-2.0.21/nmz'
make[2]: *** [Makefile:559: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/namazu2-2.0.21'
make[1]: *** [Makefile:431: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/namazu2-2.0.21'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: namazu2
Source-Version: 2.0.21-25.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
namazu2, 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 namazu2 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, 04 Oct 2025 22:40:17 +0300
Source: namazu2
Architecture: source
Version: 2.0.21-25.1
Distribution: unstable
Urgency: medium
Maintainer: NOKUBI Takatsugu <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097429
Changes:
namazu2 (2.0.21-25.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
(Closes: #1097429)
Checksums-Sha1:
3d27b36bd34385acc12fb2e99ddadcad51a8e00f 2154 namazu2_2.0.21-25.1.dsc
8e5e58b9e474a73b2993f4daca77391c90864357 16676
namazu2_2.0.21-25.1.debian.tar.xz
Checksums-Sha256:
8d0a07ad3e89f7e1c310a9dd32f335ddf598d6dceac7aca5601c096e9bf1e17d 2154
namazu2_2.0.21-25.1.dsc
0713f95c1e891be0d0f41078d2ea4c3af996a2cf9bc47c12e43803db086fbcc5 16676
namazu2_2.0.21-25.1.debian.tar.xz
Files:
72475e3434c57ef95b4b84ddd33ed10f 2154 text optional namazu2_2.0.21-25.1.dsc
b250eb2009848fba224100b584f7fceb 16676 text optional
namazu2_2.0.21-25.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjhoswACgkQiNJCh6LY
mLHRthAAiTKrcYPOOIV3HDbBlrB3F4Zf1DYirq2KvxcKNk/t4zjc64axmjkBjIJ6
7VzIhMuY/PhP0pI781i9vdRnZF5XXiQmdrvz4XGDdWaX8/WwCnpw3o6kwdHPyXKT
JXaLhckgHFsUeRABvCM34YZOaeIheNHuncAWpS/0ecqdu0A5gR61y92cVrXK8TNx
n4vVl/CBZAQkTmd/vyHxgQx6vzXT8gsmIn2XtqjIi+cI1JejMmb7v6heZ3NVTkzA
fg+xIXnx1LDiLT+TvR5gg3jPHTsfuoAC+MJ/VCrILUC9+3rKUhkC/U0pn4ORlNfC
TCTCSAeo2J/2pLLTFJHLBfuumcv5bLu8cwrWHxOnrdv/P/xDMikicsNcLSQD6fBo
D50GzXHwObZ5U0GLzWjpCnxwfR3hmVGyrkhHKB3UeIJBXdJ82sh19Gp5//yRC2K4
PKN71NgkXDQ5fCDYhak16oLl11qXCCKMQU76nqcOevvyNaxyfITYiuQWbfbpp8RP
HsVD9Tuj7ep8b558yi3gXGSEWRBJJZvEb9w9W9VKmBfAK8MULjd6qQ3QOxVFDOSd
tx91F31b//w0TcpHWj1UgeReLKrvpihnzHTGTBAP7UAxqTXVZnHANEkMow59itRp
x/88QBAMS90swEhFh3W6URfCYSJhic/f/Yq1cGbaYPTPYzoISXA=
=yfuR
-----END PGP SIGNATURE-----
pgpsMOikFipvB.pgp
Description: PGP signature
--- End Message ---