Your message dated Wed, 20 Nov 2024 10:51:18 +0000
with message-id <e1tdiio-00a8na...@fasolo.debian.org>
and subject line Bug#1075005: fixed in gkrellm-reminder 2.0.0-4
has caused the Debian Bug report #1075005,
regarding gkrellm-reminder: 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.)
--
1075005: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075005
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gkrellm-reminder
Version: 2.0.0-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-reminder_2.0.0-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
[...]
reminder.c:1699:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1699 | es2 = reminder_find_event_stored( head_stored, (guint) row2->data );
| ^
reminder.c:1701:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1701 | es2 = reminder_find_event_stored( head_temp, (guint) row2->data );
| ^
reminder.c: In function ‘cb_sort_start’:
reminder.c:1718:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1718 | es1 = reminder_find_event_stored( head_stored, (guint) row1->data );
| ^
reminder.c:1720:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1720 | es1 = reminder_find_event_stored( head_temp, (guint) row1->data );
| ^
reminder.c:1722:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1722 | es2 = reminder_find_event_stored( head_stored, (guint) row2->data );
| ^
reminder.c:1724:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1724 | es2 = reminder_find_event_stored( head_temp, (guint) row2->data );
| ^
reminder.c: In function ‘cb_sort_end’:
reminder.c:1740:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1740 | es1 = reminder_find_event_stored( head_stored, (guint) row1->data );
| ^
reminder.c:1742:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1742 | es1 = reminder_find_event_stored( head_temp, (guint) row1->data );
| ^
reminder.c:1744:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1744 | es2 = reminder_find_event_stored( head_stored, (guint) row2->data );
| ^
reminder.c:1746:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1746 | es2 = reminder_find_event_stored( head_temp, (guint) row2->data );
| ^
reminder.c: In function ‘reminder_window_never’:
reminder.c:2887:14: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
2887 | guint id = (guint) data;
| ^
reminder.c: In function ‘reminder_window_later’:
reminder.c:2917:14: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
2917 | guint id = (guint) data;
| ^
reminder.c: In function ‘reminder_window_dismiss’:
reminder.c:2994:14: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
2994 | guint id = (guint) data;
| ^
reminder.c: In function ‘reminder_draw_panel_text’:
reminder.c:3184:27: error: passing argument 1 of ‘gdk_string_width’ from
incompatible pointer type [-Wincompatible-pointer-types]
3184 | w = gdk_string_width( ts.font, buf );
| ~~^~~~~
| |
| 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 reminder.c:31:
/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,
| ~~~~~~~~~~~~~~~~^~~~
reminder.c:3189:31: error: passing argument 1 of ‘gdk_string_width’ from
incompatible pointer type [-Wincompatible-pointer-types]
3189 | w = gdk_string_width( ts.font, buf );
| ~~^~~~~
| |
| PangoFontDescription *
/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,
| ~~~~~~~~~~~~~~~~^~~~
make[1]: *** [Makefile:16: reminder.so] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:5: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gkrellm-reminder
Source-Version: 2.0.0-4
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gkrellm-reminder, 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.
Andreas Tille <ti...@debian.org> (supplier of updated gkrellm-reminder 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: Wed, 20 Nov 2024 11:35:49 +0100
Source: gkrellm-reminder
Architecture: source
Version: 2.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 437032 1075005
Changes:
gkrellm-reminder (2.0.0-4) unstable; urgency=medium
.
* Team upload.
* Maintain in Package Salvage team
* Provide watch file
* Add Homepage
* d/rules: short dh
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Rules-Requires-Root: no (routine-update)
* Force type to enable build using gcc-14
Closes: #1075005
* Propagate debug option to upstream Makefile
Closes: #437032
* Propagate hardening options
Checksums-Sha1:
70c75119d5b1ede8c4f934ed8d26508926240df7 2072 gkrellm-reminder_2.0.0-4.dsc
ddeba4bed90b4d9b922d7298aaf230186a4b2ab2 3896
gkrellm-reminder_2.0.0-4.debian.tar.xz
cb1be49b7522ca3849f477203ae58aea0a0399a3 12396
gkrellm-reminder_2.0.0-4_amd64.buildinfo
Checksums-Sha256:
a08fd057648f14a4048194b2ccc6217e852d0984ea01b08cc8fabebd39f3318e 2072
gkrellm-reminder_2.0.0-4.dsc
5c789b0db914ee7c4c9c60595bc86879b601bda6d7f17cf101bf17106443c084 3896
gkrellm-reminder_2.0.0-4.debian.tar.xz
cc28dd031c934c4de8e36015a574cd54c10b10dbd9d9a4ade6ace387eacbcc7c 12396
gkrellm-reminder_2.0.0-4_amd64.buildinfo
Files:
170292da7c6c0dc0445538146570f7f8 2072 x11 optional gkrellm-reminder_2.0.0-4.dsc
632fd6fe55bf25e849335cc83cf1332c 3896 x11 optional
gkrellm-reminder_2.0.0-4.debian.tar.xz
0593f7d8cdb932a0bbf2ce87bd4cba24 12396 x11 optional
gkrellm-reminder_2.0.0-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmc9vBwRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGw0A//aBlXP1jgbEY08NTDjitZ2WtAxw6BvdW2
AeggqguveGV3jUm+cX2INFRTEtGlgcsh64tOduV2lcmJB0wAW8W+ocR0E3ry7vnx
Uzu+f/f9rZXe7frZMht5cJS8pQeAblqNl26MYSFzFhwB0lb4JAGApVJI6BtGssYR
lqhZ8KBYctO21+GcVBDVzVVO295Ib74aHAW5tohAio3syLEwQPuv4h03kVm3HThV
YLv33YTdWp0kphqX8qT5qG9vKjuKobCStXYPsSmjlwivDpPHTf1ozM7nB0ee2uyl
xMq9/pka6tKpOkZ+ynoJIUl2k4DML9hEHKb+CSBU8wLLm3l3viUOcK7uK7iv+UC/
thuOUVNWt0Coh2n19XVDV9jlAtO7smk+RUt5uiZIFTla3y43y5yCPEBKOF/7w0B4
uup9FpFbUHy5bJbw4NHENCzsRzCICccnOSvhDTZcHCOrCr1qE+7b9t1+eIhPnlYD
JbcWQLxiSPbWoHW/jsrji9H5wN9JQPOnpYXaign467QN2gu7tGTF9v6PIaeP05/F
qr1HxRm3dWkiMTSaqz/viim5bUSyKvcGq2C+SxFKVDHTH1968z7LOzWOywSYIeBS
EctUvUqxeJVg1kwu+u/TbVKoY6w/fhSs5G7o7D1UlTur0uxuxbTc130TvP8B2Kr1
T6xtaHqwIhk=
=fy4G
-----END PGP SIGNATURE-----
pgpB3X5AI2g4D.pgp
Description: PGP signature
--- End Message ---