Your message dated Sat, 10 Aug 2024 12:49:09 +0000
with message-id <e1sclwv-009qyp...@fasolo.debian.org>
and subject line Bug#1075002: fixed in gkrellm-mailwatch 2.4.3-3
has caused the Debian Bug report #1075002,
regarding gkrellm-mailwatch: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1075002: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075002
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gkrellm-mailwatch
Version: 2.4.3-2
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/gkrellm-mailwatch_2.4.3-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-f5c813f8-c0f0-42c2-a921-0d6a96b0c632
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package gkrellm-mailwatch
dpkg-buildpackage: info: source version 2.4.3-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Christoph Biedl
<debian.a...@manchmal.in-ulm.de>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_auto_clean
make -j8 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
(cd po && make clean )
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
rm -f ru.mo
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
rm -f *.o core *.so* *.bak *~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2
-Wall -fPIC `pkg-config gtk+-2.0 --cflags` -I/usr/local/include -DENABLE_NLS
-DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE="\"gkrellm-mailwatch\"" -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mailwatch.o mailwatch.c
mailwatch.c: In function ‘update_plugin’:
mailwatch.c:611:45: error: passing argument 1 of ‘gdk_string_width’ from
incompatible pointer type [-Wincompatible-pointer-types]
611 | gdk_string_width(p->panel->textstyle->font,
| ~~~~~~~~~~~~~~~~~~~^~~~~~
| |
| PangoFontDescription *
In file included from /usr/include/gtk-2.0/gdk/gdk.h:42,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /usr/include/gkrellm2/gkrellm.h:47,
from mailwatch.h:20,
from mailwatch.c:29:
/usr/include/gtk-2.0/gdk/gdkfont.h:79:46: note: expected ‘GdkFont *’ but
argument is of type ‘PangoFontDescription *’
79 | gint gdk_string_width (GdkFont *font,
| ~~~~~~~~~~~~~~~~^~~~
mailwatch.c: In function ‘display_panel’:
mailwatch.c:629:20: warning: variable ‘bg_image’ set but not used
[-Wunused-but-set-variable]
629 | GkrellmPiximage *bg_image;
| ^~~~~~~~
mailwatch.c: In function ‘button_release’:
mailwatch.c:452:3: warning: ignoring return value of ‘system’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
452 | system(strcat(command, " &"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mailwatch.c: In function ‘check_mh’:
mailwatch.c:201:10: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
201 | while (fgets(buf, sizeof(buf), f), !feof(f))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [<builtin>: mailwatch.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 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: gkrellm-mailwatch
Source-Version: 2.4.3-3
Done: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
We believe that the bug you reported is fixed in the latest version of
gkrellm-mailwatch, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Biedl <debian.a...@manchmal.in-ulm.de> (supplier of updated
gkrellm-mailwatch 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 04 Aug 2024 17:24:50 +0200
Source: gkrellm-mailwatch
Architecture: source
Version: 2.4.3-3
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Changed-By: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Closes: 1029081 1075002
Changes:
gkrellm-mailwatch (2.4.3-3) unstable; urgency=medium
.
* Make package cross-buildable. Closes: #1029081
* Fix data type mismatch reported by GCC-14. Closes: #1075002
Checksums-Sha1:
6844ca888949cf8f8430c529d337186b975e8b94 1785 gkrellm-mailwatch_2.4.3-3.dsc
d0911dd87ccfac00c37edc9e5cb1e9064f3e4d2a 3132
gkrellm-mailwatch_2.4.3-3.debian.tar.xz
f00ec68aace50becb99badcc8f8cdb29c287ed93 11832
gkrellm-mailwatch_2.4.3-3_armel.buildinfo
Checksums-Sha256:
2fd218e5c0ad017be09f70c5e86921ee2b01c2722812f3a87b52d2639325e0ac 1785
gkrellm-mailwatch_2.4.3-3.dsc
f3e14b5437ea1ddc59386d91434b9a3d4b9be1e898ab537bf0d4f19393b658b3 3132
gkrellm-mailwatch_2.4.3-3.debian.tar.xz
96b509f05bbe62f617e5d4ef37a1257b7f2de40ac73411af532936a327a2519b 11832
gkrellm-mailwatch_2.4.3-3_armel.buildinfo
Files:
ecbb7f9c6832a457f2da7fba089274bc 1785 mail optional
gkrellm-mailwatch_2.4.3-3.dsc
34ee0c3f5ba28e8e25adf34fba95477d 3132 mail optional
gkrellm-mailwatch_2.4.3-3.debian.tar.xz
52d6829440998eb12fdf390cba4fb62d 11832 mail optional
gkrellm-mailwatch_2.4.3-3_armel.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAma3XN8ACgkQxCxY61kU
kv2tBA//XZKxcr1q27N1mJyqCEHaMcjouqq5HXoQrF9AGRBxx9Sy1Urfv56LGtRN
28nKOdkHlP3jwM+9+JzrNpWDyarO4ec4fog296ibEIaRbyIXKNfVScyqXWdCMt8R
zMwwtsqTEVDVie5h2ExRSggmM1smRC7KJ1IZYw5dGfjBcZ4n+1wtZr+OVPNw/F7w
y3rHr+3LxmaI240Fnv2odJNBiJaBIqZ11Gf5qRuIIOJYUhxyUcFunGceFx4ug6jY
CTB5GrVwFAU+4+C3FXn7W13/Gdl2MOWgNwNWy+OcUKQV3T+SPtnN6h1EJwWZRRFK
+IdhLU0O29/9WrBMjJcYIRg7KcPr6aTFvjBGMyMz8/acXohIndReLSrVaZlHFNLi
MZ2pZChYDuva2t+cW0Ly3w74z4dTknOL2Ynw7bW+5PAWQUMrFySU/nLIW0Fe6U9h
+7fbU2P4GRAGGpZjqF3RCsnnRTrqlUM1AqLnmHM+0oaV3+8mMbTkPWTHTtwLLZp1
ZgVrK2RsEj0SR2nUeft3OzMImb/8KrlsaQwpRx29fSlSVylgcAwZrdQijyLeXC1V
iCNvJ0W/gVXC1qShKNCzi3gnPpwxTWwApixn6x/yczdaxQhKxF053QaqthFZ0FJh
0Z4LiwEfF8o0eMJSU4iJ7Bbx5p47Emkqd9zkMJs+tydNGnx5UqU=
=Aylh
-----END PGP SIGNATURE-----
pgp2WXP_kT2C5.pgp
Description: PGP signature
--- End Message ---