Your message dated Tue, 14 Oct 2025 10:05:19 +0000
with message-id <[email protected]>
and subject line Bug#1098030: fixed in uget 2.2.3-2.1
has caused the Debian Bug report #1098030,
regarding uget: ftbfs with GCC-15
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.)
--
1098030: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098030
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:uget
Version: 2.2.3-2
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/uget_2.2.3-2_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
UgtkMenubar.c:914:25: warning: ‘gtk_image_new_from_stock’ is deprecated: Use
'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
914 | image = gtk_image_new_from_stock
(GTK_STOCK_DND_MULTIPLE,
| ^~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
from /usr/include/gtk-3.0/gtk/gtk.h:42:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~
UgtkMenubar.c:914:25: warning: ‘GtkStock’ is deprecated
[-Wdeprecated-declarations]
914 | image = gtk_image_new_from_stock
(GTK_STOCK_DND_MULTIPLE,
| ^~~~~
UgtkMenubar.c:916:25: warning: ‘gtk_image_menu_item_set_image’ is deprecated
[-Wdeprecated-declarations]
916 | gtk_image_menu_item_set_image
((GtkImageMenuItem*) menu_item,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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[3]: *** [Makefile:883: uget_gtk-UgtkMenubar.o] Error 1
UgtkApp.c: In function ‘ugtk_app_set_window_setting’:
UgtkApp.c:243:13: warning: ‘gdk_screen_width’ is deprecated
[-Wdeprecated-declarations]
243 | setting->window.x < gdk_screen_width () &&
| ^~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from ./UgtkApp.h:40,
from UgtkApp.c:46:
/usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here
108 | gint gdk_screen_width (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~
UgtkApp.c:244:13: warning: ‘gdk_screen_height’ is deprecated
[-Wdeprecated-declarations]
244 | setting->window.y < gdk_screen_height () &&
| ^~~~~~~
/usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
110 | gint gdk_screen_height (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~
UgtkApp.c: In function ‘ugtk_app_delete_download’:
UgtkApp.c:1002:9: warning: ‘gdk_device_manager_get_client_pointer’ is
deprecated [-Wdeprecated-declarations]
1002 | dev_pointer = gdk_device_manager_get_client_pointer (
| ^~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32:
/usr/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
44 | GdkDevice * gdk_device_manager_get_client_pointer (GdkDeviceManager
*device_manager);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UgtkApp.c:1003:25: warning: ‘gdk_display_get_device_manager’ is deprecated: Use
'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
1003 | gdk_display_get_device_manager
(gdk_window_get_display (gdk_win)));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UgtkApp.c: In function ‘create_file_chooser’:
UgtkApp.c:1286:25: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
1286 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
| ^~~~~~~~~~~~~~~~
UgtkApp.c:1287:25: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
1287 | GTK_STOCK_OK, GTK_RESPONSE_OK,
| ^~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/uget-2.2.3/ui-gtk'
make[2]: *** [Makefile:487: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/uget-2.2.3'
make[1]: *** [Makefile:407: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/uget-2.2.3'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: uget
Source-Version: 2.2.3-2.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
uget, 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.
Adrian Bunk <[email protected]> (supplier of updated uget 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: Tue, 30 Sep 2025 16:30:46 +0300
Source: uget
Architecture: source
Version: 2.2.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Elías Alejandro Año Mendoza <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 971507 1098030
Changes:
uget (2.2.3-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 15. (Closes: #1098030)
* Mark the autopkgtest as superficial. (Closes: #971507)
Checksums-Sha1:
283fd4a0799dbb68e1387b0d823bb4d16047a6a2 1902 uget_2.2.3-2.1.dsc
d9a6a1da01ddfcc06d23fd5bca09f5f17ee28964 8232 uget_2.2.3-2.1.debian.tar.xz
Checksums-Sha256:
58bb0f82cbed958cdf02b3f8bd0175c79a6276e8c7c5b1bc314b040859f85464 1902
uget_2.2.3-2.1.dsc
9627e88cd9db4b97f9df2d612a4d5ff7c59bc9dbc461ca156069a500f71596a1 8232
uget_2.2.3-2.1.debian.tar.xz
Files:
01c44d15c2274abd2cc46c8088c44c88 1902 net optional uget_2.2.3-2.1.dsc
758f565eeb6fb6efd2191735847a6dbb 8232 net optional uget_2.2.3-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjb3d0ACgkQiNJCh6LY
mLHyzBAAp/d2FurulnUVsnJwqCsoRYT3Bo/WIW5u59oCKnzOPq94STTVzx9Ur95S
SNPHZ//tFOkpPhvVueQxl6ltQsO88Z8bfQjVLyY3WXEYzCriAftpap0Jj3hOw58z
HcUHAGHweW5uUh+j4tuEV3sND/hVj0ZGB90lTf6AvmpnfAVGyYKOuBT5gvZYcYzy
aShAiECNBTWXT4P9Ro/pfqeOEmQ8soejm9yOfC80+9SDmAmrFvP4E3CXlqy8tW2H
Zr67B6NCLuJkFfHWKigc3OchUlWyRJBa7Jqz6qpclt5jXuvJaoF0ScZ107+sufFX
8m9KISGtnp9coUa4oXQH+8A+SHps+oG0hEJ/eA0G88rFljhLs6B7N08lZGheyMg+
TfPNiJJUrKxyACvAH1jI6pNMacHIKoliWA6mRlHtAc3Ttn8Ze7xJntvVNi4uQa99
XvE16Ny7Jyui8Je3FusrfELYywBx+uJ+Z4C+CO/euoIlBO/TNM56UNbixUL62uaE
Ud5ueic27UfQ/raqaP7VvNMiyu05AOTlHhdXzlkMMXFhU57FTFe0AS7W0nUp9eiw
vmCVrPc5gi+4uAvrcAbWE2f+KcVkJt3L1M9U1y9OUPusQlKlzM3II/q/JqUS/fPL
ILzVcrXdb5vzGXKv7ab7QwfiSoS1gbde6OzcR2gNaY+iYfA0mpk=
=FtjA
-----END PGP SIGNATURE-----
pgpCGl5snB12g.pgp
Description: PGP signature
--- End Message ---