[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1075660: marked as done (xfce4-notes-plugin: ftbfs with GCC-14)



Your message dated Fri, 26 Jul 2024 13:10:41 +0000
with message-id <E1sXKiX-004Opu-Mh@fasolo.debian.org>
and subject line Bug#1075660: fixed in xfce4-notes-plugin 1.11.0-2
has caused the Debian Bug report #1075660,
regarding xfce4-notes-plugin: 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 owner@bugs.debian.org
immediately.)


-- 
1075660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075660
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:xfce4-notes-plugin
Version: 1.11.0-1
Severity: important
Tags: sid trixie
User: debian-gcc@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/xfce4-notes-plugin_1.11.0-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

[...]
      |                                                                                         ^~~~~~~
      |                                                                                         |
      |                                                                                         GtkMenuItem * {aka struct _GtkMenuItem *}
/usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
   92 |                                         GtkWidget    *child);
      |                                         ~~~~~~~~~~~~~~^~~~~
window.c:2815:65: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
 2815 |                                                                 _tmp23_ = (GtkImageMenuItem*) gtk_image_menu_item_new_with_label (_tmp22_);
      |                                                                 ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here
   80 | GtkWidget* gtk_image_menu_item_new_with_label    (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
window.c:2831:73: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
 2831 |                                                                         gtk_image_menu_item_set_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, gtk_image_menu_item_get_type (), GtkImageMenuItem), (GtkWidget*) _tmp28_);
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
window.c:2840:113: error: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type [-Wincompatible-pointer-types]
 2840 |                                                                 gtk_menu_shell_append ((GtkMenuShell*) _tmp32_, _tmp33_);
      |                                                                                                                 ^~~~~~~
      |                                                                                                                 |
      |                                                                                                                 GtkMenuItem * {aka struct _GtkMenuItem *}
/usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
   92 |                                         GtkWidget    *child);
      |                                         ~~~~~~~~~~~~~~^~~~~
window.c:2871:89: error: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type [-Wincompatible-pointer-types]
 2871 |                                         gtk_menu_shell_append ((GtkMenuShell*) _tmp41_, _tmp42_);
      |                                                                                         ^~~~~~~
      |                                                                                         |
      |                                                                                         GtkMenuItem * {aka struct _GtkMenuItem *}
/usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
   92 |                                         GtkWidget    *child);
      |                                         ~~~~~~~~~~~~~~^~~~~
window.c: In function ‘xnp_window_connect_note_signals’:
window.c:3421:169: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, GClosure *)’ {aka ‘void (*)(void *, struct _GClosure *)’} [-Wcast-function-type]
 3421 |         _tmp2_ = g_signal_connect_data ((GtkWidget*) tab_evbox, "button-press-event", (GCallback) ___lambda7__gtk_widget_button_press_event, block6_data_ref (_data6_), (GClosureNotify) block6_data_unref, 0);
      |                                                                                                                                                                         ^
window.c: In function ‘xnp_window_rename_current_note’:
window.c:3811:16: error: assignment to ‘GtkBox *’ {aka ‘struct _GtkBox *’} from incompatible pointer type ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} [-Wincompatible-pointer-types]
 3811 |         _tmp7_ = gtk_dialog_get_content_area (_tmp6_);
      |                ^
window.c: In function ‘xnp_window_set_name’:
window.c:4127:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 4127 |         old_value = xnp_window_get_name (self);
      |                   ^
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30:
window.c: In function ‘xnp_window_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
window.c:4554:13: note: in expansion of macro ‘g_once_init_enter’
 4554 |         if (g_once_init_enter (&xnp_window_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:556: libnotes_la-window.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[2]: *** [Makefile:499: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:431: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xfce4-notes-plugin
Source-Version: 1.11.0-2
Done: Yves-Alexis Perez <corsac@debian.org>

We believe that the bug you reported is fixed in the latest version of
xfce4-notes-plugin, 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 1075660@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yves-Alexis Perez <corsac@debian.org> (supplier of updated xfce4-notes-plugin 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 26 Jul 2024 14:39:42 +0200
Source: xfce4-notes-plugin
Architecture: source
Version: 1.11.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Changed-By: Yves-Alexis Perez <corsac@debian.org>
Closes: 1075660
Changes:
 xfce4-notes-plugin (1.11.0-2) unstable; urgency=medium
 .
   * d/patches: add tentative patch/workaround for gcc-14 FTBFS
     (closes: #1075660)
Checksums-Sha1:
 271ec2f7a7028f1e6b7c02c518de2f9ecd861e69 1927 xfce4-notes-plugin_1.11.0-2.dsc
 d4f028f39fb1acacd1b8fcf71ce268a1ae2e59d1 8136 xfce4-notes-plugin_1.11.0-2.debian.tar.xz
 ce95a250bd8d63bd447557daf08c8efee029ce5e 16559 xfce4-notes-plugin_1.11.0-2_amd64.buildinfo
Checksums-Sha256:
 ca39387586a81fcb0659a02cdc4bd425c746cc0ce8e57b71e7ded1c24adc92b4 1927 xfce4-notes-plugin_1.11.0-2.dsc
 43285ec5b436330db81a642a89f42fa1b29c195e4e4736f947b8149d41f67968 8136 xfce4-notes-plugin_1.11.0-2.debian.tar.xz
 8c5944d58859578a434371ee47cf17e56a62cd768fdca45f019e9447af8b2d74 16559 xfce4-notes-plugin_1.11.0-2_amd64.buildinfo
Files:
 e545bf90f638543cea8d7055135d1050 1927 xfce optional xfce4-notes-plugin_1.11.0-2.dsc
 764db15e011022c2fa5f85adf60af15a 8136 xfce optional xfce4-notes-plugin_1.11.0-2.debian.tar.xz
 38f736a77e6a75f7ade91d27e4ca3e3f 16559 xfce optional xfce4-notes-plugin_1.11.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE8vi34Qgfo83x35gF3rYcyPpXRFsFAmajmy4ACgkQ3rYcyPpX
RFsDnwf9FR+aXyKCwcCjU7MojzFBlj1sqnGdxASNbpWVW2kb9ootl6bG6zHK2Pet
nXRsSmwq38pK2Eo8tEdqMk8Linu/OQnJrh7ozThTDagT7iWbQxD3orRQZZYnT4F8
es0p3BwcoM2z+dXKaz45hqBllvoGCGlwHyMT3/VwhDnImg/ytn2p5f5ENInRnjNy
s7ultFpec+zR/L8fgFATRQ+fbIFnsBxjN7I8b7gSEz35ACerNSUMmH2yQpXwCuHp
uPTdHkv+g+R9oXq6RKXJgYYdGDfUSG8h1LPO5AUDFVOIre17Vyf4ou4jPdF+25Es
6YW6F3dy1kjwUmhFOk3FTGy4FNamYQ==
=eoBG
-----END PGP SIGNATURE-----

Attachment: pgphkJ_F9rolP.pgp
Description: PGP signature


--- End Message ---

Reply to: