Your message dated Sat, 15 Feb 2025 17:49:13 +0000
with message-id <e1tjmhx-007j71...@fasolo.debian.org>
and subject line Bug#1075108: fixed in kasumi 2.5+debian2-1
has caused the Debian Bug report #1075108,
regarding kasumi: 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.)
--
1075108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kasumi
Version: 2.5+debian1-1
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/kasumi_2.5+debian1-1_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
[...]
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/KasumiMainWindow.cc:160:45: warning: ‘GtkWidget*
gtk_button_new_from_stock(const gchar*)’ is deprecated: Use
'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
160 | mRemoveButton = gtk_button_new_from_stock ("gtk-delete");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/KasumiMainWindow.cc:165:43: warning: ‘GtkWidget*
gtk_button_new_from_stock(const gchar*)’ is deprecated: Use
'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
165 | mQuitButton = gtk_button_new_from_stock ("gtk-close");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/KasumiMainWindow.cc: In member function ‘void
KasumiMainWindow::FindNext(bool)’:
src/KasumiMainWindow.cc:568:25: warning: ‘void
gtk_widget_modify_text(GtkWidget*, GtkStateType, const GdkColor*)’ is
deprecated: Use 'CSS style classes' instead [-Wdeprecated-declarations]
568 | gtk_widget_modify_text(mSearchEntry, GTK_STATE_NORMAL, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:757:13: note: declared here
757 | void gtk_widget_modify_text (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~
src/KasumiMainWindow.cc:641:25: warning: ‘void
gtk_widget_modify_text(GtkWidget*, GtkStateType, const GdkColor*)’ is
deprecated: Use 'CSS style classes' instead [-Wdeprecated-declarations]
641 | gtk_widget_modify_text(mSearchEntry, GTK_STATE_NORMAL, &red);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:757:13: note: declared here
757 | void gtk_widget_modify_text (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~
src/cellrendererspin.c: In function ‘gui_cell_renderer_spin_class_init’:
src/cellrendererspin.c:161:29: error: assignment to ‘GtkCellEditable *
(*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, const
GdkRectangle *, const GdkRectangle *, GtkCellRendererState)’ {aka ‘struct
_GtkCellEditable * (*)(struct _GtkCellRenderer *, union _GdkEvent *, struct
_GtkWidget *, const char *, const struct _cairo_rectangle_int *, const struct
_cairo_rectangle_int *, GtkCellRendererState)’} from incompatible pointer type
‘GtkCellEditable * (*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar
*, GdkRectangle *, GdkRectangle *, GtkCellRendererState)’ {aka ‘struct
_GtkCellEditable * (*)(struct _GtkCellRenderer *, union _GdkEvent *, struct
_GtkWidget *, const char *, struct _cairo_rectangle_int *, struct
_cairo_rectangle_int *, GtkCellRendererState)’} [-Wincompatible-pointer-types]
161 | cell_class->start_editing = gui_cell_renderer_spin_start_editing;
| ^
src/cellrendererspin.c: In function ‘gui_cell_renderer_spin_start_editing’:
src/cellrendererspin.c:326:58: error: passing argument 1 of
‘gtk_editable_get_editable’ makes pointer from integer without a cast
[-Wint-conversion]
326 | if (gtk_editable_get_editable (GTK_EDITABLE (celltext) == FALSE))
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:37,
from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
from /usr/include/gtk-3.0/gtk/gtk.h:42,
from src/cellrendererspin.h:30,
from src/cellrendererspin.c:54:
/usr/include/gtk-3.0/gtk/gtkeditable.h:123:58: note: expected ‘GtkEditable *’
{aka ‘struct _GtkEditable *’} but argument is of type ‘int’
123 | gboolean gtk_editable_get_editable (GtkEditable *editable);
| ~~~~~~~~~~~~~^~~~~~~~
src/cellrendererspin.c:332:27: error: passing argument 1 of
‘gtk_entry_get_text’ from incompatible pointer type
[-Wincompatible-pointer-types]
332 | if (gtk_entry_get_text (celltext))
| ^~~~~~~~
| |
| GtkCellRendererText * {aka struct
_GtkCellRendererText *}
/usr/include/gtk-3.0/gtk/gtkentry.h:257:56: note: expected ‘GtkEntry *’ {aka
‘struct _GtkEntry *’} but argument is of type ‘GtkCellRendererText *’ {aka
‘struct _GtkCellRendererText *’}
257 | const gchar* gtk_entry_get_text (GtkEntry *entry);
| ~~~~~~~~~~~~~~~^~~~~
src/cellrendererspin.c:333:51: error: passing argument 1 of
‘gtk_entry_get_text’ from incompatible pointer type
[-Wincompatible-pointer-types]
333 | curval = atof(gtk_entry_get_text (celltext));
| ^~~~~~~~
| |
| GtkCellRendererText *
{aka struct _GtkCellRendererText *}
/usr/include/gtk-3.0/gtk/gtkentry.h:257:56: note: expected ‘GtkEntry *’ {aka
‘struct _GtkEntry *’} but argument is of type ‘GtkCellRendererText *’ {aka
‘struct _GtkCellRendererText *’}
257 | const gchar* gtk_entry_get_text (GtkEntry *entry);
| ~~~~~~~~~~~~~~~^~~~~
make[3]: *** [Makefile:621: src/kasumi-cellrendererspin.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:864: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:449: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:19: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: kasumi
Source-Version: 2.5+debian2-1
Done: Boyuan Yang <by...@debian.org>
We believe that the bug you reported is fixed in the latest version of
kasumi, 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.
Boyuan Yang <by...@debian.org> (supplier of updated kasumi 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: Sat, 15 Feb 2025 12:27:36 -0500
Source: kasumi
Architecture: source
Version: 2.5+debian2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-met...@lists.debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 1075108 1096063
Changes:
kasumi (2.5+debian2-1) unstable; urgency=medium
.
* QA upload.
* Apply patches from YOSHINO Yoshihoto:
+ Really use gettext. (Closes: #1096063)
+ Fix FTBFS with gcc-14. (Closes: #1075108)
Checksums-Sha1:
861a85431f80dbd798346a7e3eaea210ea02b94f 1913 kasumi_2.5+debian2-1.dsc
1c68caf04889cb00fdbefce2994f9bff7edcb4f8 53016 kasumi_2.5+debian2.orig.tar.gz
49e72cf304e57d4f518b8827cbc300e7d8d6e5e3 4660
kasumi_2.5+debian2-1.debian.tar.xz
267a57fbbe32c40eb928c58d71b2757eba5e6c45 15397
kasumi_2.5+debian2-1_amd64.buildinfo
Checksums-Sha256:
046bbc91bfe8efbf7b3e7d9852f07d3ab4ae8fd3acd282908f114e8caf7f385b 1913
kasumi_2.5+debian2-1.dsc
a65b3ac5e682a39a55ebff6226e3e18931ee9feef1f944ca52529deb298209f5 53016
kasumi_2.5+debian2.orig.tar.gz
1559a55853193cea36813f2fe925b9f6a3cddbb9682d6b82ffd053f919998532 4660
kasumi_2.5+debian2-1.debian.tar.xz
1ada4caa0cd009422c3537f2aa6d07555d6c5b9ebcba8764409a0cb13c5304e0 15397
kasumi_2.5+debian2-1_amd64.buildinfo
Files:
70bccd6f2264599bf0a42fe247a16355 1913 x11 optional kasumi_2.5+debian2-1.dsc
b3b1c40a13f4025538d7fab092c8027e 53016 x11 optional
kasumi_2.5+debian2.orig.tar.gz
e0ef0c4022f78497b41df93221ffbb1a 4660 x11 optional
kasumi_2.5+debian2-1.debian.tar.xz
3b2b21d4765c937b5b3de6fd5f013e6f 15397 x11 optional
kasumi_2.5+debian2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmewz0sACgkQwpPntGGC
Ws72Qw/6AwTMkxeUB7ngzJH/mQcp0n6071LFeB7AKjZlpyfQhk2emsKw4r6bayvv
S/UDHGM1dXIj1RsaOCKaNQzqcGaQ8frh88Y3qQYFjGazZ4P9y6smmf09s5YChL3U
a5dB+zdCH6ede7qk5cFbo2Wu5gxnSNXkKBxOdkbISf2bt4ql97tVerr1782doJvc
V2/LVIkG+YPMlN87BQH92cvMM93F3nqa18mm6nptmqb0pC0oArKZkcR6SXz73jds
wSTz9oXmbOLnODJ5oRXeM9rE3XVKRtedP66VatWGVnbVy6UwLLUqK6pw3Zm0N1nY
trCmv0GOOmCJvYL6vfJ7kqVatU/CKdBX1T5PWFCZw/veYF5hxOyKrTQcfMit6Ab/
5DzwLW9pb1V5zLescGo1b8cZTLbPnVia2QdJuvrDyVwaUZFenKeEnjgRdwTg0h3s
tHO7kzzzaGPKlKMXWjYT+YwyTq7+PVu4CTxJclHXbsEZaxH8IOzXqp82K+5mpcZp
Rou/iw53miwicRGMIDpd2EDiC0gLomTW+L2YoIjnuU6WiQxLRDdOxzDhac7SLC9E
WkG/8r9JKEDzWzjwXNRdm6sQEW37Nrb9NAMuD3kUVWulOj0iM5NgcP02cgjxdsc3
8CCTbN3NasFRxGjhq+x2C2xtmumAxzRk7mC0loAn84CgNgdmbh8=
=5ELu
-----END PGP SIGNATURE-----
pgpBc5OSLdTFl.pgp
Description: PGP signature
--- End Message ---