Your message dated Fri, 23 Aug 2024 16:20:23 +0000
with message-id <e1shx1t-008qae...@fasolo.debian.org>
and subject line Bug#1075124: fixed in kylin-burner 3.0.11-1
has caused the Debian Bug report #1075124,
regarding kylin-burner: 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.)
--
1075124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kylin-burner
Version: 3.0.10-1.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/kylin-burner_3.0.10-1.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
[...]
721 | priv = BURNER_JACKET_EDIT_PRIVATE (self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
burner-jacket-edit.c: In function ‘burner_jacket_edit_get_front’:
burner-jacket-edit.c:732:20: warning: Deprecated pre-processor symbol: replace
with "G_ADD_PRIVATE"
732 | priv = BURNER_JACKET_EDIT_PRIVATE (self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
burner-jacket-edit.c: In function ‘burner_jacket_edit_get_back’:
burner-jacket-edit.c:742:20: warning: Deprecated pre-processor symbol: replace
with "G_ADD_PRIVATE"
742 | priv = BURNER_JACKET_EDIT_PRIVATE (self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
burner-jacket-edit.c: In function ‘burner_jacket_edit_class_init’:
burner-jacket-edit.c:758:9: warning: ‘g_type_class_add_private’ is deprecated
[-Wdeprecated-declarations]
758 | g_type_class_add_private (klass, sizeof
(BurnerJacketEditPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from burner-jacket-edit.c:38:
/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer
g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
burner-jacket-edit.c: In function ‘on_exit_cb’:
burner-jacket-edit.c:773:38: error: passing argument 1 of ‘gtk_dialog_response’
from incompatible pointer type [-Wincompatible-pointer-types]
773 | gtk_dialog_response (dialog, GTK_RESPONSE_CANCEL);
| ^~~~~~
| |
| GtkWidget * {aka struct _GtkWidget
*}
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31:
/usr/include/gtk-3.0/gtk/gtkdialog.h:195:48: note: expected ‘GtkDialog *’ {aka
‘struct _GtkDialog *’} but argument is of type ‘GtkWidget *’ {aka ‘struct
_GtkWidget *’}
195 | void gtk_dialog_response (GtkDialog *dialog,
| ~~~~~~~~~~~^~~~~~
burner-jacket-edit.c: In function ‘burner_jacket_edit_dialog_new’:
burner-jacket-edit.c:794:47: warning: ‘GtkStock’ is deprecated
[-Wdeprecated-declarations]
794 | GTK_STOCK_CLOSE,
GTK_RESPONSE_CLOSE,
| ^~~~~~~~~~~~~~~
burner-jacket-edit.c:788:20: warning: unused variable ‘alignment’
[-Wunused-variable]
788 | GtkWidget *alignment;
| ^~~~~~~~~
burner-jacket-edit.c:787:20: warning: unused variable ‘label’
[-Wunused-variable]
787 | GtkWidget *label;
| ^~~~~
burner-jacket-edit.c:786:20: warning: unused variable ‘close_bt’
[-Wunused-variable]
786 | GtkWidget *close_bt;
| ^~~~~~~~
burner-jacket-edit.c:785:20: warning: unused variable ‘title’
[-Wunused-variable]
785 | GtkWidget *title;
| ^~~~~
burner-jacket-edit.c:784:20: warning: unused variable ‘vbox’ [-Wunused-variable]
784 | GtkWidget *vbox;
| ^~~~
burner-jacket-edit.c:783:20: warning: unused variable ‘box’ [-Wunused-variable]
783 | GtkWidget *box;
| ^~~
burner-jacket-edit.c:782:20: warning: unused variable ‘action_area’
[-Wunused-variable]
782 | GtkWidget *action_area;
| ^~~~~~~~~~~
burner-jacket-edit.c: At top level:
burner-jacket-edit.c:770:1: warning: ‘on_exit_cb’ defined but not used
[-Wunused-function]
770 | on_exit_cb (GtkWidget *button, GtkWidget *dialog)
| ^~~~~~~~~~
make[3]: *** [Makefile:631: burner-jacket-edit.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libburner-utils'
make[2]: *** [Makefile:602: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:500: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: kylin-burner
Source-Version: 3.0.11-1
Done: handsome_feng <jianfen...@ubuntukylin.com>
We believe that the bug you reported is fixed in the latest version of
kylin-burner, 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.
handsome_feng <jianfen...@ubuntukylin.com> (supplier of updated kylin-burner
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: SHA256
Format: 1.8
Date: Fri, 23 Aug 2024 23:51:54 +0800
Source: kylin-burner
Architecture: source
Version: 3.0.11-1
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <team+ky...@tracker.debian.org>
Changed-By: handsome_feng <jianfen...@ubuntukylin.com>
Closes: 1075124
Changes:
kylin-burner (3.0.11-1) unstable; urgency=medium
.
* Fix ftbfs with gcc-14. (Closes: #1075124)
Checksums-Sha1:
1edb184c74fcf09415373bb8b58c170be90a883d 2920 kylin-burner_3.0.11-1.dsc
979d4442766c4f9f1d878e800b3bbe9c8e6a28fa 5804683
kylin-burner_3.0.11.orig.tar.gz
8e7d560f8ddae0513d723ca2e58083f5daef0db7 10728
kylin-burner_3.0.11-1.debian.tar.xz
82ce3dea45142a0f3ecc8606f8e5fb089c5baa59 20369
kylin-burner_3.0.11-1_source.buildinfo
Checksums-Sha256:
5d699781f8304482dfe23e7c054b803f19c2074851ea1333461754d2611361d7 2920
kylin-burner_3.0.11-1.dsc
68c7d8d4e36a096e0f4e0b255d22e996eb3084610ee15964b120f6c5a2045fa2 5804683
kylin-burner_3.0.11.orig.tar.gz
78edf5e31812df4847a90f17264c8452f6dd5a868b9c1781d4983d4852810d7e 10728
kylin-burner_3.0.11-1.debian.tar.xz
98174b126fbe707a8c7538d3279bdbe56384e8af2face8ec9ba14c58842ae5f7 20369
kylin-burner_3.0.11-1_source.buildinfo
Files:
b4f9fe1f1938bb8756967e6afcd5520e 2920 gnome optional kylin-burner_3.0.11-1.dsc
5078a759a8932b4e74f97baefbe24098 5804683 gnome optional
kylin-burner_3.0.11.orig.tar.gz
7458b6bb9ddbc1c0fa26dd206eb2e460 10728 gnome optional
kylin-burner_3.0.11-1.debian.tar.xz
9436539f1200f0289650d83efc48fab1 20369 gnome optional
kylin-burner_3.0.11-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJPBAEBCAA5FiEEhsgAHpUwnacZWWSCm7hQwBMRHwwFAmbIsIUbHGppYW5mZW5n
bGlAdWJ1bnR1a3lsaW4uY29tAAoJEJu4UMATER8MC7QQAJo2H+uPfDsEwOx2DfX6
JE7zYunYjeKlseMtvx7vuVsjWboKZd2UoKnebTwqdjVpvuM3iJhytsq7RQ2F3Uvm
knazUJ61JZJ2gTfaOSfLtMDZhyBpan1l6UrzvPmFrCpes7yajLj+51F/2tydOazw
0kRBmTQF/jyZ5foDPnykIUDolwsOLzyWzTF9R5nT4zAGhRzde2GBcDGOTfFHZrKC
Pjxmg3Jil/yoXcJF4C6Ev5wKOkmdhws3jKX6FuO4MAXyxRTaJs7fkg40F5q9jhP/
EDdPFZGcYp0clhwg862vew0xHIKLuuoHeANLZT1Blxd++Smu+9nB7GOqNh6/IsRW
A/M/0DYa2U4DQmDv1NCydoKeJTzFyuiKzGzJ7dxuxOZ9bPJKHZ4R1zJ+MzdjMAhi
jIXjMUl48OXvfjfJBLzZfarMqtCdkyvnsAIwcooaKM14jFhZrUVSgsGFoyTaFEEj
dI2Lg0pgvBPTRjHKCpRZVx31bCp06DM7HRwbAp3KJZnZSWw7DxvFK0Tyw9+wUMuy
S+adGbyzTQnzUuu0n1fPj5wZCrol9600LarzXqMourUQG2PiSJ9BqhK/QKllH8x7
qJc9ZG6ISWUMXlz9UtnD8VuSTjL+vcrO1jCjFcafgH+DzyTFK8VAwdyrXYAZbVmV
AR5ZPRPXQFQx13X5asgGLGcw
=llMH
-----END PGP SIGNATURE-----
pgp5WzyMBKSpR.pgp
Description: PGP signature
--- End Message ---