Your message dated Thu, 03 Apr 2025 22:50:00 +0000
with message-id <e1u0tno-00hqor...@fasolo.debian.org>
and subject line Bug#1075243: fixed in lxpanel 0.11.0-1
has caused the Debian Bug report #1075243,
regarding lxpanel: 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.)


-- 
1075243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lxpanel
Version: 0.10.1-4
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/lxpanel_0.10.1-4_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

[...]
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76:12: note: declared 
here
   76 | GType      gtk_image_menu_item_get_type          (void) G_GNUC_CONST;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
menu.c:533:17: warning: ‘gtk_image_menu_item_get_image’ is deprecated 
[-Wdeprecated-declarations]
  533 |                 img = 
GTK_IMAGE(gtk_image_menu_item_get_image(GTK_IMAGE_MENU_ITEM(item)));
      |                 ^~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:95:12: note: declared 
here
   95 | GtkWidget* gtk_image_menu_item_get_image         (GtkImageMenuItem 
*image_menu_item);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
menu.c: In function ‘show_menu’:
menu.c:631:5: warning: ‘gtk_menu_popup’ is deprecated: Use 
'(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' 
instead [-Wdeprecated-declarations]
  631 |     gtk_menu_popup(GTK_MENU(m->menu),
      |     ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
menu.c: In function ‘read_item’:
menu.c:752:9: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 
'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
  752 |         item = gtk_image_menu_item_new_with_label( 
_(cmd_entry->disp_name) );
      |         ^~~~
/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);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
menu.c:757:9: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 
'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
  757 |         item = gtk_image_menu_item_new_with_label(name ? name : "");
      |         ^~~~
/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);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
menu.c:771:9: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
  771 |         gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), img);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
menu.c: In function ‘read_submenu’:
menu.c:870:9: warning: ‘gdk_color_parse’ is deprecated: Use 'gdk_rgba_parse' 
instead [-Wdeprecated-declarations]
  870 |         gdk_color_parse(str, &color);
      |         ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26,
                 from /usr/include/gtk-3.0/gdk/gdk.h:33,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30:
/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here
   79 | gboolean  gdk_color_parse     (const gchar    *spec,
      |           ^~~~~~~~~~~~~~~
menu.c:901:9: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: Use 
'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
  901 |         mi = gtk_image_menu_item_new_with_label(name);
      |         ^~
/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);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
menu.c:907:13: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
  907 |             gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(mi), img);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugins'
make[3]: *** [Makefile:1109: builtin-plugins-hook] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:523: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:426: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 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: lxpanel
Source-Version: 0.11.0-1
Done: Andrew Lee (李健秋) <ajq...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lxpanel, 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.
Andrew Lee (李健秋) <ajq...@debian.org> (supplier of updated lxpanel 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: Thu, 03 Apr 2025 23:47:26 +0200
Source: lxpanel
Architecture: source
Version: 0.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian LXDE Maintainers <team+l...@tracker.debian.org>
Changed-By: Andrew Lee (李健秋) <ajq...@debian.org>
Closes: 855521 1052376 1075243
Changes:
 lxpanel (0.11.0-1) unstable; urgency=medium
 .
   * New upstream version 0.11.0. (Closes: #1052376, #1075243, #855521)
   * debian/control: bump to Standards-version to 4.7.2, no changes needed.
   * debian/copyright: update.
   * Run wrap-and-sort.
   * debian/copyright: update postal address of the Free Software
     Foundation (FSF).
   * debian/patches/01-default-config.patch: refresh.
Checksums-Sha1:
 f72ad7bddc611744ba1afa03802748356227483b 2352 lxpanel_0.11.0-1.dsc
 d0cfb20ccce38986bfbf696ed3d0b020204965c1 2748976 lxpanel_0.11.0.orig.tar.gz
 3cdd63220d0242a10913672ea60f097b9c344307 15484 lxpanel_0.11.0-1.debian.tar.xz
 320c27dec015a0f66b5c884547bb2d46ccc6d8a3 16287 
lxpanel_0.11.0-1_source.buildinfo
Checksums-Sha256:
 9c51deddbf64c1750c4556232818d3f16f5c665cf33392d3a94ef8f2eed0ba93 2352 
lxpanel_0.11.0-1.dsc
 3a681a0902684457c6c1f7ff7fd1b6c7c16883fba1822e248347f992cf3f9ce2 2748976 
lxpanel_0.11.0.orig.tar.gz
 85d437ae7c2e84e0a176dfee29049b31f8e5ca9fb74496fe371490baca91f10e 15484 
lxpanel_0.11.0-1.debian.tar.xz
 9981c09694400c80c7cb990c110c57cf43e5cb4eb849b47c493a1da7d7a30dd8 16287 
lxpanel_0.11.0-1_source.buildinfo
Files:
 6413babe52f861ca7b4bc41bc1b9d395 2352 x11 optional lxpanel_0.11.0-1.dsc
 318a1ee0f495abe766e4496179955930 2748976 x11 optional 
lxpanel_0.11.0.orig.tar.gz
 5b60dc04881b97eb02e97550e00ad4bf 15484 x11 optional 
lxpanel_0.11.0-1.debian.tar.xz
 28e8155d6e9ace35e0014f4538115117 16287 x11 optional 
lxpanel_0.11.0-1_source.buildinfo

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

iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAmfvCxYACgkQ58vhUqwX
+XMjOA/9H2AtAgk8UO420G9Ye0fpsx5xOBOgLegBMGnDxvIT2wKJg6D99Qy6414n
i6Kkp+iU4Duunz9EwGHmGFJaDZ2XnuF3J1VsCjlPxVwJr789USqOTZ9vHbQJJAg+
vkU9zyHsL+/MRr3mWDvq6EDUlZEJOrTemNfvsEhPuTiHIbiMzdB00zlplChhVYUN
NUpO0vYT3ppLMdrzzkIGm+J6K/tTFA4AMgpxRI71yDGnjCeEPn0NFHPLwE791hlf
XtajOUXHnOrMsrLmqDMx0yUqfwNou45ZuoSeq0bHfSM5+Gah60OwXJD1BWol71LX
VdwjFGYw7X1ULoQ3T/A/B+2iP0PnxHB0kGVO6qJcvLYrHRgXvTGI9gdMiZDcAmrM
1nYJppmmrLnFj5Bua2ELk6H9k8lvlBlSu9tnRhxYiqIf9FIF7GT1jI8A2rOH7NSH
BzL+tw9LtH26upT+e+9+sMfCJJCrVdM85csVNjL9K4iW8vmrvmwQmfVsmn8kV/6E
qVUKkZLE9DMdciIxi0l3U8Syl6e9Fa4djFMRtnSKCIvZjIrtsPT3rc/n5qfkVzhM
VSpo5BvFKcdmdV9H1KwQ7FRl/FjArYYaHLhXk/bm74k95zxW0SvUMrpyr/ym6OwN
gOW03oz2foXwlpr+B0z+j5R/SsfR9mhOSFyPlsnWCwsT5thxl1g=
=q46r
-----END PGP SIGNATURE-----

Attachment: pgphjXFfH0prW.pgp
Description: PGP signature


--- End Message ---

Reply via email to