Your message dated Thu, 15 Aug 2024 06:04:10 +0000
with message-id <e1setak-00hc1j...@fasolo.debian.org>
and subject line Bug#1075202: fixed in librnd 4.3.0-1
has caused the Debian Bug report #1075202,
regarding librnd: 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.)


-- 
1075202: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075202
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:librnd
Version: 4.2.0-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/librnd_4.2.0-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

[...]
  165 |         gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), text);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/deprecated/gtkcomboboxtext.h:42:15: note: declared here
   42 | void          gtk_combo_box_text_append_text     (GtkComboBoxText     
*combo_box,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./librnd/plugins/lib_gtk4_common/compat.h: In function 
‘gtkc_combo_box_text_prepend_text’:
./librnd/plugins/lib_gtk4_common/compat.h:170:9: warning: 
‘gtk_combo_box_text_prepend_text’ is deprecated: Use 'GtkDropDown and 
GtkStringList' instead [-Wdeprecated-declarations]
  170 |         gtk_combo_box_text_prepend_text(GTK_COMBO_BOX_TEXT(combo), 
text);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/deprecated/gtkcomboboxtext.h:49:15: note: declared here
   49 | void          gtk_combo_box_text_prepend_text    (GtkComboBoxText     
*combo_box,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./librnd/plugins/lib_gtk4_common/compat.h: In function 
‘gtkc_combo_box_text_remove’:
./librnd/plugins/lib_gtk4_common/compat.h:175:9: warning: 
‘gtk_combo_box_text_remove’ is deprecated: Use 'GtkDropDown and GtkStringList' 
instead [-Wdeprecated-declarations]
  175 |         gtk_combo_box_text_remove(GTK_COMBO_BOX_TEXT(combo), position);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/deprecated/gtkcomboboxtext.h:52:15: note: declared here
   52 | void          gtk_combo_box_text_remove          (GtkComboBoxText     
*combo_box,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
./librnd/plugins/lib_gtk4_common/compat.h: In function 
‘gtkc_combo_box_text_get_active_text’:
./librnd/plugins/lib_gtk4_common/compat.h:180:9: warning: 
‘gtk_combo_box_text_get_active_text’ is deprecated: Use 'GtkDropDown and 
GtkStringList' instead [-Wdeprecated-declarations]
  180 |         return 
gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(combo));
      |         ^~~~~~
/usr/include/gtk-4.0/gtk/deprecated/gtkcomboboxtext.h:57:15: note: declared here
   57 | char         *gtk_combo_box_text_get_active_text (GtkComboBoxText     
*combo_box);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./librnd/plugins/lib_gtk4_common/compat.h: In function 
‘gdkc_window_get_pointer’:
./librnd/plugins/lib_gtk4_common/compat.h:214:9: warning: 
‘gtk_widget_translate_coordinates’ is deprecated: Use 
'gtk_widget_compute_point' instead [-Wdeprecated-declarations]
  214 |         gtk_widget_translate_coordinates(root, w, dx, dy, &wdx, &wdy);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/gtkwidget.h:611:14: note: declared here
  611 | gboolean     gtk_widget_translate_coordinates (GtkWidget  *src_widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./librnd/plugins/lib_gtk4_common/compat.h: In function ‘gtkc_widget_hide_all’:
./librnd/plugins/lib_gtk4_common/compat.h:242:9: warning: ‘gtk_widget_hide’ is 
deprecated: Use 'gtk_widget_set_visible' instead [-Wdeprecated-declarations]
  242 |         gtk_widget_hide(widget);
      |         ^~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/gtkwidget.h:273:12: note: declared here
  273 | void       gtk_widget_hide                (GtkWidget           *widget);
      |            ^~~~~~~~~~~~~~~
./librnd/plugins/lib_gtk4_common/compat.h: In function ‘gtkc_widget_show_all’:
./librnd/plugins/lib_gtk4_common/compat.h:252:9: warning: ‘gtk_widget_show’ is 
deprecated: Use 'gtk_widget_set_visible or gtk_window_present' instead 
[-Wdeprecated-declarations]
  252 |         gtk_widget_show(widget);
      |         ^~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/gtkwidget.h:271:12: note: declared here
  271 | void       gtk_widget_show                (GtkWidget           *widget);
      |            ^~~~~~~~~~~~~~~
In file included from ../src/librnd/plugins/hid_gtk4_gl/gtkhid-gl.c:18:
./librnd/plugins/lib_gtk_common/gtk_gl_common.c: In function 
‘ghid_gl_drawing_area_expose_cb_common’:
./librnd/plugins/lib_gtk_common/gtk_gl_common.c:456:9: warning: 
‘gtk_widget_get_allocation’ is deprecated: Use 'gtk_widget_compute_bounds' 
instead [-Wdeprecated-declarations]
  456 |         gtkc_widget_get_allocation(widget, &allocation);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/gtkwidget.h:479:23: note: declared here
  479 | void                  gtk_widget_get_allocation         (GtkWidget     
*widget,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
../src/librnd/plugins/hid_gtk4_gl/gtkhid-gl.c: In function 
‘ghid_gl_preview_expose’:
../src/librnd/plugins/hid_gtk4_gl/gtkhid-gl.c:147:9: warning: 
‘gtk_widget_get_allocation’ is deprecated: Use 'gtk_widget_compute_bounds' 
instead [-Wdeprecated-declarations]
  147 |         gtkc_widget_get_allocation(widget, &allocation);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-4.0/gtk/gtkwidget.h:479:23: note: declared here
  479 | void                  gtk_widget_get_allocation         (GtkWidget     
*widget,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:59: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:3: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:22: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: librnd
Source-Version: 4.3.0-1
Done: Bdale Garbee <bd...@gag.com>

We believe that the bug you reported is fixed in the latest version of
librnd, 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.
Bdale Garbee <bd...@gag.com> (supplier of updated librnd 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: Wed, 14 Aug 2024 23:36:03 -0600
Source: librnd
Architecture: source
Version: 4.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Team 
<pkg-electronics-de...@lists.alioth.debian.org>
Changed-By: Bdale Garbee <bd...@gag.com>
Closes: 1075202
Changes:
 librnd (4.3.0-1) unstable; urgency=medium
 .
   * new upstream release, closes: #1075202
Checksums-Sha1:
 29f4a85b552600081ec299047c6a46fa29f5fb6d 2638 librnd_4.3.0-1.dsc
 97ce990b82bdfcc268c307b96f9ad0d4792a600f 1614775 librnd_4.3.0.orig.tar.bz2
 1ba80e0cd153a888cae3f3ca492ec65b1d4fc801 7404 librnd_4.3.0-1.debian.tar.xz
 f4faef5595e3710fc50dbf2642e6f0fd757322e2 20005 librnd_4.3.0-1_amd64.buildinfo
Checksums-Sha256:
 5239d0bc28d931ed3fccf65cd6d4cea5b8f0f5cf77c312d4bcd5a45b938e7d32 2638 
librnd_4.3.0-1.dsc
 8bcc1d53155dad40da02688e8f6c6256935fbcdd405493e19939c3a7bd073a9f 1614775 
librnd_4.3.0.orig.tar.bz2
 eb4145c5afa36daae002eca1238ccf85f231e30218189274f5c90025904de84c 7404 
librnd_4.3.0-1.debian.tar.xz
 cd1e7506c4ed96bcf21cc55525c96e1bf54f5945b1bcc230757d7d0adac7aee8 20005 
librnd_4.3.0-1_amd64.buildinfo
Files:
 5ad63a236fea5b9d4fadb2fd6d5f82f5 2638 electronics optional librnd_4.3.0-1.dsc
 dfae00e871dcee04f333b511d88f959e 1614775 electronics optional 
librnd_4.3.0.orig.tar.bz2
 f3a2f80ddba3e565556495308d332baa 7404 electronics optional 
librnd_4.3.0-1.debian.tar.xz
 43f3e9673a58107f47fcb5918a0751c6 20005 electronics optional 
librnd_4.3.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEHguq2FwiMqGzzpLrtwRxBYMLn6EFAma9lqoACgkQtwRxBYML
n6Gbqw/+IN9iVYlyyQ5Ju3sAkrGeKwdEACrNPZ2FV78vticg8h3nqlODn5q4nTc9
wv1U3aMs20Rc2OiJTPuiywoFGE9zL9xs3YmfIPnczy2IEA9Gtk761WXZQ8whSsWT
yK4KLYo1sf6fH++vJakz4pxAYx9wc19FuNAfQV1k8UJUiv2jI0mAMhPBtliswPHv
Gk28bsBZmyt7n7BfnE6zKviy2NbnbWonTm7IRxQfE2oDU2jKPOiQDZvdBABnSSsn
JT6wHkZr2npr5b/eEVPF1VdDit7e8oieTpFp3Ob8e6kZpadULld/eAi4hHwKXp4n
gMAPKNOWUJxhFzQrQ6ZsKmdGFcYHh0tpkMbhKGUwRpYAHO87S3hZ8A9M/s6wNHZ/
F7KsguBIVfgYNj8lEKKJ9htbG/LosfGgcQxo1RXoR82uZzaPVAiqPxtqmo276snF
M36O6cOwZjEjWsbV1EUAegQ0e/NYvm0qNW/F0FVGg2Z7WIkGcx0DAtHKd36EQnn9
mwLXenXrvVGKPpzfWI7eMqPKDBezpzX02JRDjl4JGetcNpexkWFoyxZ3jZP7NPtn
V5/FmtNP7s5vviU6Ly0miVgUghjm9XijasIB/S5cFIpCih3EiJCUwzcVVbMCGggv
L7d1DJR9HDkuWcXjgry7im/3PmnYaKOa3OnWbG/YG7Y4VFTwVwQ=
=tf+X
-----END PGP SIGNATURE-----

Attachment: pgpd_aAIsHIlP.pgp
Description: PGP signature


--- End Message ---

Reply via email to