Your message dated Sun, 07 Sep 2025 12:04:47 +0000
with message-id <[email protected]>
and subject line Bug#1096783: fixed in growl-for-linux 0.8.5-10
has caused the Debian Bug report #1096783,
regarding growl-for-linux: 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.)
--
1096783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:growl-for-linux
Version: 0.8.5-9.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/growl-for-linux_0.8.5-9.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
[...]
| ^~~~~~~~~~~~~~~~~~~~~
gol.c:1430:9: warning: ‘DES_ede3_cbc_encrypt’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
1430 | DES_ede3_cbc_encrypt((unsigned char*) ptr, (unsigned char*)
data,
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/des.h:142:6: note: declared here
142 | void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char
*output,
| ^~~~~~~~~~~~~~~~~~~~
gol.c: In function ‘load_subscribe_plugins’:
gol.c:2074:30: error: too many arguments to function ‘((SUBSCRIBE_PLUGIN
*)sp)->init’; expected 0, have 1
2074 | if (name && sp->init && !sp->init(&sc)) {
| ^~ ~~~
gol.c:74:14: note: declared here
74 | gboolean (*init)();
| ^~~~
gol.c: In function ‘udp_recv_proc’:
gol.c:2171:11: warning: ‘MD5_Init’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2171 | HASH_DIGEST_CHECK(MD5, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:49:27: note: declared here
49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
| ^~~~~~~~
gol.c:2171:11: warning: ‘MD5_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2171 | HASH_DIGEST_CHECK(MD5, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: note: declared here
50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data,
size_t len);
| ^~~~~~~~~~
gol.c:2171:11: warning: ‘MD5_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2171 | HASH_DIGEST_CHECK(MD5, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: note: declared here
50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data,
size_t len);
| ^~~~~~~~~~
gol.c:2171:11: warning: ‘MD5_Final’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2171 | HASH_DIGEST_CHECK(MD5, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:51:27: note: declared here
51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
| ^~~~~~~~~
gol.c:2174:11: warning: ‘SHA256_Init’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2174 | HASH_DIGEST_CHECK(SHA256, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:73:27: note: declared here
73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
| ^~~~~~~~~~~
gol.c:2174:11: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2174 | HASH_DIGEST_CHECK(SHA256, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:74:27: note: declared here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^~~~~~~~~~~~~
gol.c:2174:11: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2174 | HASH_DIGEST_CHECK(SHA256, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:74:27: note: declared here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^~~~~~~~~~~~~
gol.c:2174:11: warning: ‘SHA256_Final’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
2174 | HASH_DIGEST_CHECK(SHA256, password, buf, len);
| ^~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:76:27: note: declared here
76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX
*c);
| ^~~~~~~~~~~~
make[2]: *** [Makefile:530: gol-gol.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/growl-for-linux-0.8.5'
make[1]: *** [Makefile:555: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/growl-for-linux-0.8.5'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: growl-for-linux
Source-Version: 0.8.5-10
Done: Kentaro Hayashi <[email protected]>
We believe that the bug you reported is fixed in the latest version of
growl-for-linux, 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.
Kentaro Hayashi <[email protected]> (supplier of updated growl-for-linux 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: SHA256
Format: 1.8
Date: Sun, 07 Sep 2025 20:26:57 +0900
Source: growl-for-linux
Architecture: source
Version: 0.8.5-10
Distribution: unstable
Urgency: medium
Maintainer: Kentaro Hayashi <[email protected]>
Changed-By: Kentaro Hayashi <[email protected]>
Closes: 1096783 1112233
Changes:
growl-for-linux (0.8.5-10) unstable; urgency=medium
.
* debian/watch
- Update d/watch 5
* debian/control
- Bump Standards-Version to 4.7.2. no changes required
- Drop unnecessary Build-Depends to dbus-glib. (Closes: 1112233)
* debian/patches/fix-ftbfs-gcc15.patch
- Fix ftbfs with GCC 15 (Closes: #1096783)
Checksums-Sha1:
bc0638f89e28ad6e5ca199bcc57364f685987274 2046 growl-for-linux_0.8.5-10.dsc
364b5ad0069c352a86a6a1c35a420e3e82aec452 12916
growl-for-linux_0.8.5-10.debian.tar.xz
5a956b2d81cf0857b1fd8128da70548b9c7253af 13142
growl-for-linux_0.8.5-10_amd64.buildinfo
Checksums-Sha256:
3a85250c8d88a351ec5cfc2272f3e696a0f3c08003b3e7522056ade512f44158 2046
growl-for-linux_0.8.5-10.dsc
d1c51f77ed331c285d4c1de601324a10cd553e7ad6f5b824fba5eaf60acad170 12916
growl-for-linux_0.8.5-10.debian.tar.xz
2a8440710dfa731567fe3cc26f68f3266f66a9c74a3ae42e327207131c8f1b5e 13142
growl-for-linux_0.8.5-10_amd64.buildinfo
Files:
39fcfda88f631f74cd401aca7456a289 2046 gnome optional
growl-for-linux_0.8.5-10.dsc
b920a2177db57780283d715a18a3df25 12916 gnome optional
growl-for-linux_0.8.5-10.debian.tar.xz
924592c0d9a12837da557e6ed7f914df 13142 gnome optional
growl-for-linux_0.8.5-10_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEcZ6y2T2+nE0h+6Bk9/t1xWbtIOMFAmi9cbMACgkQ9/t1xWbt
IONmGBAAkJU/s5Lpr36naj0qO33zsNFAgbFM1soUosE+IcaO/WtKv6s/GSHVYSbm
cOscGTfOUhMCbeyqSAwDYCnie3DHt8RV8vu+BIY5uUCO4hj8hdqWBBfUzIvjBWhx
+O6+9KsBRXwup/12bkhPx53CbUxyZr8jgiCtDe+FjU6HfRevujI+7INiZ3I+NAKP
AtI70yz1CQ55HhqPWJrlpIPLC0oWa6SoHD/bIk7sT1v3B9ADJMlpKk8uCYUqsksa
jSxSIWH3Dp2T7CZawGJnUlMTo49rUfatCM/UMw74Jal0qFAe2l4yj5KOqCnhQ+Dr
XU/L6LAQJXR1YzLvfo5dg7+go2Vdy6bUOYEZE55B8VWqCZLm6sBhIEa60b5hs/zq
c+IlwqfaTRJWYwFb1pctzz9lzGnbbSQbGMWhABApAs6OGcMj2ISw583BvriP5K97
tOn8ENeVvKnWRPSXjaBoha+vOfykUVyDJcTlEWisDEdzd349vF60t7AztAChUrGv
+t6Uw8wfJGTR6882WyCW9OcbvZoANjbauQHMWe7sGMyAtenbPmpYwwYWgdsRxa0Q
E0dlkQakpAgLpFZSK8NIFbgazWeg0sWqt8vZLlMwrlP8JpV+y9fW7h5LJNo2i6gc
aqVML8mMWx8BMBHpWlQ07QM+QF9rbszTOaotC+YBBuas2iLkEZg=
=+lfT
-----END PGP SIGNATURE-----
pgprI79azn3pc.pgp
Description: PGP signature
--- End Message ---