Your message dated Sun, 25 Aug 2024 16:34:30 +0000
with message-id <[email protected]>
and subject line Bug#1075009: fixed in glabels 3.4.1-5
has caused the Debian Bug report #1075009,
regarding glabels: 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 [email protected]
immediately.)


-- 
1075009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075009
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:glabels
Version: 3.4.1-4
Severity: important
Tags: sid trixie
User: [email protected]
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/glabels_3.4.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

[...]
 1165 |         menu_item = gtk_ui_manager_get_widget (ui, 
"/ContextMenu/ObjectsRotateFlipMenu/");
      |         ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager         
 *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
ui.c:1169:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
[-Wdeprecated-declarations]
 1169 |         menu_item = gtk_ui_manager_get_widget (ui, 
"/ContextMenu/ObjectsAlignMenu/");
      |         ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager         
 *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
ui.c:1173:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated 
[-Wdeprecated-declarations]
 1173 |         menu_item = gtk_ui_manager_get_widget (ui, 
"/ContextMenu/ObjectsCenterMenu/");
      |         ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager         
 *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘update_text_properties’,
    inlined from ‘selection_changed_cb’ at ui-property-bar.c:884:3,
    inlined from ‘selection_changed_cb’ at ui-property-bar.c:865:1:
ui-property-bar.c:654:62: warning: ‘selection_valign’ may be used uninitialized 
[-Wmaybe-uninitialized]
  654 |                                            (selection_valign == 
GL_VALIGN_TOP) &&
      |                                            
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
ui-property-bar.c: In function ‘selection_changed_cb’:
ui-property-bar.c:499:25: note: ‘selection_valign’ was declared here
  499 |         glValignment    selection_valign, valign;
      |                         ^~~~~~~~~~~~~~~~
ui-sidebar.c: In function ‘gl_ui_sidebar_get_type_once’:
ui-sidebar.c:66:1: warning: ‘gtk_vbox_get_type’ is deprecated 
[-Wdeprecated-declarations]
   66 | G_DEFINE_TYPE (glUISidebar, gl_ui_sidebar, GTK_TYPE_VBOX)
      | ^~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:286,
                 from ui-sidebar.h:24,
                 from ui-sidebar.c:23:
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here
   59 | GType       gtk_vbox_get_type (void) G_GNUC_CONST;
      |             ^~~~~~~~~~~~~~~~~
file.c: In function ‘gl_file_open’:
file.c:283:48: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  283 |                                                GTK_STOCK_CANCEL, 
GTK_RESPONSE_CANCEL,
      |                                                ^~~~~~~~~~~~~~~~
file.c:284:48: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  284 |                                                GTK_STOCK_OPEN, 
GTK_RESPONSE_ACCEPT,
      |                                                ^~~~~~~~~~~~~~
file.c: In function ‘gl_file_save_as’:
file.c:571:48: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  571 |                                                GTK_STOCK_CANCEL, 
GTK_RESPONSE_CANCEL,
      |                                                ^~~~~~~~~~~~~~~~
file.c:572:48: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  572 |                                                GTK_STOCK_SAVE, 
GTK_RESPONSE_ACCEPT,
      |                                                ^~~~~~~~~~~~~~
file.c: In function ‘gl_file_close’:
file.c:795:48: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  795 |                                                GTK_STOCK_CANCEL, 
GTK_RESPONSE_CANCEL);
      |                                                ^~~~~~~~~~~~~~~~
file.c:798:48: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  798 |                                                GTK_STOCK_SAVE, 
GTK_RESPONSE_YES);
      |                                                ^~~~~~~~~~~~~~
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:1143: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:904: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:516: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:446: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: glabels
Source-Version: 3.4.1-5
Done: Jakob Haufe <[email protected]>

We believe that the bug you reported is fixed in the latest version of
glabels, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jakob Haufe <[email protected]> (supplier of updated glabels 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 [email protected])


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

Format: 1.8
Date: Sun, 25 Aug 2024 18:00:26 +0200
Source: glabels
Architecture: source
Version: 3.4.1-5
Distribution: unstable
Urgency: medium
Maintainer: Jakob Haufe <[email protected]>
Changed-By: Jakob Haufe <[email protected]>
Closes: 1075009
Changes:
 glabels (3.4.1-5) unstable; urgency=medium
 .
   * Add fix for GCC 14 (Closes: #1075009)
Checksums-Sha1:
 d563d5ad89c5e2499368a40131e178d5067fa475 2117 glabels_3.4.1-5.dsc
 7db91c98a6ca35cb85f94f7a3a0fca32eb8ffb65 15532 glabels_3.4.1-5.debian.tar.xz
 8fd13a751178eac4aa0794426bf2bcb84f853ab5 18054 glabels_3.4.1-5_source.buildinfo
Checksums-Sha256:
 8c6466b67f842eef4e1079db4c3023bf791e30289651e9b89193dd73920a1cb1 2117 
glabels_3.4.1-5.dsc
 bd15a999d1ce2128dba9f9e364fb4dbd5c555f899ecc396de7fae9f8b43e8cd4 15532 
glabels_3.4.1-5.debian.tar.xz
 d62d4cde2cbb057fe4df2c500bc7404f1d6b7e53c4ed9efc80d4af4a4a5ec9ed 18054 
glabels_3.4.1-5_source.buildinfo
Files:
 af8d5aef207ae29ccb0fb41a3f8a2c8b 2117 gnome optional glabels_3.4.1-5.dsc
 ce73ec09545acb001423cdfbcbd7aa14 15532 gnome optional 
glabels_3.4.1-5.debian.tar.xz
 96712beff63979cfb88bdda7a88ecdb7 18054 gnome optional 
glabels_3.4.1-5_source.buildinfo

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

iQIzBAEBCgAdFiEEe/X2rDZDH11A3BN6TPKyGPVNrj0FAmbLV/EACgkQTPKyGPVN
rj1ELxAAwh3B8nMz0eIXFgT31W2piDEO134BZ4isMqr8GJMDvfndVzYJGtd/6PqI
R0ys7sDd0vykLDRwtKXm3Sx7FpK6PFy5WjKVVOvQp9dMNTlNcRqiDZSUQ2jONsp4
gr8tPY9tBenbuBfBxisJqUnrzWBtiJ8l5+XoBfgSrjxSjQTAqC08IEbjTcGaGmf3
GpU8Xk8GnU2MYMPDDNcKLL2g9Fa+jHMJKiu6+2l60RPVFrG3VA0H8BuNVG5N1Lzh
ZSoUL81zXXiEvfy0qkSFc6lyIxgWDuWkIiPMPReAJ+F7E/mtuL6Zg3Fwg51dMc9n
J80rT6z0UnMt4B7jz6ASLFS7cO0nvVKAJyHHqaHCKFQkfNoGKkxQQfKRJvlXrKGm
sHauEAimzkYTMiohf3xA18hnd74btRuqJddEWp4vhGGPDw2/xtfcGXEbevJzAcoK
+mIZzv7RQ33V4qydyzuFuEv4aRQSITjb8k5l6bK04W55/n1u07g8BgJ68JdqRF/J
+aeXdWBmmLHpZkUTEdaTEFvZCUQ6Z3txADpWbLNVhk7JtblWugPoSp1/nShzcMox
VmrgS2CplvEWhLlxT9BhAvHtfY0+rYkRzyu351Denph1DWSUqa5tW43Itu4H5wg/
W0h+xqbikRkZobGBAjKcUzizOBmjcsDQOrdOGeKnQs4rjoMLzOg=
=yLTF
-----END PGP SIGNATURE-----

Attachment: pgp7z1uHlwzgy.pgp
Description: PGP signature


--- End Message ---

Reply via email to