Your message dated Thu, 25 Sep 2025 20:49:13 +0000
with message-id <[email protected]>
and subject line Bug#1096732: fixed in gmtp 1.3.11-4
has caused the Debian Bug report #1096732,
regarding gmtp: 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.)
--
1096732: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096732
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gmtp
Version: 1.3.11-3.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/gmtp_1.3.11-3.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
[...]
| ^~
In file included from /usr/include/glib-2.0/glib.h:68,
from mtp.h:26,
from mtp.c:15:
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2129:29: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2129 | if ((g_pattern_match_string(pspec,
tmpstring1) == TRUE) ||
| ^~
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2130:37: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2130 | (g_pattern_match_string(pspec,
tmpstring2) == TRUE) ||
| ^
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2131:37: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2131 | (g_pattern_match_string(pspec,
tmpstring3) == TRUE) ||
| ^
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2132:37: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2132 | (g_pattern_match_string(pspec,
tmpstring4) == TRUE)) {
| ^
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2215:13: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2215 | if ((g_pattern_match_string(pspec, tmpstring1) == TRUE) ||
| ^~
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2216:21: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2216 | (g_pattern_match_string(pspec, tmpstring2) == TRUE)
||
| ^
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2217:21: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2217 | (g_pattern_match_string(pspec, tmpstring3) == TRUE)
||
| ^
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c:2218:21: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2218 | (g_pattern_match_string(pspec, tmpstring4) ==
TRUE)) {
| ^
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
mtp.c: In function ‘folderSearch’:
mtp.c:2295:9: warning: ‘g_pattern_match_string’ is deprecated: Use
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
2295 | if (g_pattern_match_string(pspec, tmpstring) == TRUE) {
| ^~
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
57 | gboolean g_pattern_match_string (GPatternSpec *pspec,
| ^~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/gmtp-1.3.11/src'
make[2]: *** [Makefile:422: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/gmtp-1.3.11'
make[1]: *** [Makefile:363: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/gmtp-1.3.11'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gmtp
Source-Version: 1.3.11-4
Done: Dylan Aïssi <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gmtp, 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.
Dylan Aïssi <[email protected]> (supplier of updated gmtp 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, 25 Sep 2025 22:23:40 +0200
Source: gmtp
Architecture: source
Version: 1.3.11-4
Distribution: unstable
Urgency: medium
Maintainer: Alessio Treglia <[email protected]>
Changed-By: Dylan Aïssi <[email protected]>
Closes: 1096732
Changes:
gmtp (1.3.11-4) unstable; urgency=medium
.
* Fix FTBFS with GCC-15 (Closes: #1096732)
* Standards-Version: 4.7.2 (routine-update)
* Replace transitional package pkg-config by pkgconf in Build-Depends
(routine-update)
* watch file standard 4 (routine-update)
Checksums-Sha1:
aac8fb95b9f68b2822911e7391cff94132ab7da9 1921 gmtp_1.3.11-4.dsc
fb33e46cc23b2afed591dfa6619e5c340d5a70a1 7556 gmtp_1.3.11-4.debian.tar.xz
d5cf1a000b32085ac835d2c4210c4e96010a6fac 14630 gmtp_1.3.11-4_amd64.buildinfo
Checksums-Sha256:
5ed84ee3f3e400141a8832b68f7a2020923f4b9906737e44673599fd6c8ac9bd 1921
gmtp_1.3.11-4.dsc
889441c1d303485a107b7bd8ec59c330c133e15771ca1a3753242792a5b8ec1c 7556
gmtp_1.3.11-4.debian.tar.xz
c791543464f5108c58da4d4af448505985cd06dbeb169b7e7850868aea715c1b 14630
gmtp_1.3.11-4_amd64.buildinfo
Files:
e01f48fd0c21be8b4cb303a451869d0e 1921 sound optional gmtp_1.3.11-4.dsc
1cea28d9d87c09db0f8fbe2d91bd6d2a 7556 sound optional
gmtp_1.3.11-4.debian.tar.xz
9ea3658e29287c6965a0daff90157092 14630 sound optional
gmtp_1.3.11-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmjVps4ACgkQYS7xYT4F
D1R3YQ/+LiPKfuC49K8GhRYwca9zfzr985whCwQWiv7VT46c5PzbvzD3dZwRnMHJ
TxqnLhAjRD+CgwMbe2vHEJWImeBHiwcu8OLvEM56YmGGtGtno0wexbwHu5YvQApp
snx98f0YU1pJmbdPjdo6WXzBO0xPXeosW4bnWobIDxEBRdiZa4Ac+vvP1biZr8mu
rB0bO3OrOZzOYl3ni64AI7gX7meHjQviFx/ejpSrLvJHvoDzBfZJOrJaPWDfuojp
kbv2b5f/U1sa9H+pU3yuOBelIag3b+2ax5nAMz/HYt+MHBlg+ekODnfq2qsAuq+m
er6zmfVpnAt+e0WYoXH/kcEVaauZNtBzmtadK4sS6FGyQRP0GDW81nwulVP/t7Zh
4j9dyg8epQPoPrss1pMowPg7hAbj70hdESMHbwGwgKiXQ2MYdbQJYcu5lvlhhP0Y
n4zthROkykMFmCLhpYujL2op1kuaX5ae5Sw5g5lVUhuUuvrr9/DRor0qMzu89i1w
6TDgU3hu9eLcRjgj5cHu4kw3019YcHvgEXM0NovIXN5pXmcF4awemmwVL1xUQbW6
vSzEpZs3jxcWuPlksOfJXdahugOJlO6Kmgl2ktulwfFotN1Y6RomxFyEhkOhVuF3
eJohonsfMSPcvC6DVLP3WaS+OncoBEU5Gvwl99Hf7P1tu+so0gI=
=gPHD
-----END PGP SIGNATURE-----
pgpIwwLbabaze.pgp
Description: PGP signature
--- End Message ---