Your message dated Sun, 02 Aug 2020 23:19:12 +0000
with message-id <e1k2ng4-0001us...@fasolo.debian.org>
and subject line Bug#957896: fixed in uget 2.2.3-2
has caused the Debian Bug report #957896,
regarding uget: ftbfs with GCC-10
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.)
--
957896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957896
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:uget
Version: 2.2.2-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/uget_2.2.2-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
from UgtkApp-callback.c:37:
/usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here
108 | gint gdk_screen_width (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~
UgtkApp-callback.c:291:2: warning: ‘gdk_screen_height’ is deprecated
[-Wdeprecated-declarations]
291 | max_y = MAX (0, gdk_screen_height () - menu_requisition.height);
| ^~~~~
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-callback.c:37:
/usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
110 | gint gdk_screen_height (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~
UgtkApp-callback.c:291:2: warning: ‘gdk_screen_height’ is deprecated
[-Wdeprecated-declarations]
291 | max_y = MAX (0, gdk_screen_height () - menu_requisition.height);
| ^~~~~
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-callback.c:37:
/usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
110 | gint gdk_screen_height (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~
UgtkApp-callback.c: In function ‘on_window_key_press_event’:
UgtkApp-callback.c:323:2: 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]
323 | gtk_menu_popup (menu, NULL, NULL,
| ^~~~~~~~~~~~~~
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,
from ./UgtkApp.h:40,
from UgtkApp-callback.c:37:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
UgtkApp-timeout.c: In function ‘ugtk_app_timeout_queuing’:
UgtkApp-timeout.c:244:8: warning: ignoring return value of ‘system’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
244 | system (app->setting.completion.on_error);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UgtkApp-timeout.c:248:8: warning: ignoring return value of ‘system’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
248 | system (app->setting.completion.command);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z,relro
-Wl,-z,now -Wl,--as-needed -o uget-gtk uget_gtk-UgtkUtil.o
uget_gtk-UgtkConfig.o uget_gtk-UgtkSetting.o uget_gtk-UgtkNodeList.o
uget_gtk-UgtkNodeTree.o uget_gtk-UgtkNodeView.o uget_gtk-UgtkTraveler.o
uget_gtk-UgtkSummary.o uget_gtk-UgtkTrayIcon.o uget_gtk-UgtkBanner.o
uget_gtk-UgtkSequence.o uget_gtk-UgtkSelector.o uget_gtk-UgtkProxyForm.o
uget_gtk-UgtkDownloadForm.o uget_gtk-UgtkCategoryForm.o
uget_gtk-UgtkNodeDialog.o uget_gtk-UgtkBatchDialog.o
uget_gtk-UgtkScheduleForm.o uget_gtk-UgtkSettingForm.o
uget_gtk-UgtkSettingDialog.o uget_gtk-UgtkConfirmDialog.o
uget_gtk-UgtkAboutDialog.o uget_gtk-UgtkMenubar.o uget_gtk-UgtkMenubar-ui.o
uget_gtk-UgtkApp.o uget_gtk-UgtkApp-ui.o uget_gtk-UgtkApp-callback.o
uget_gtk-UgtkApp-timeout.o uget_gtk-UgtkApp-main.o ../uget/libuget.a
../uglib/libuglib.a -pthread -lcurl -lcrypto -lgtk-3 -lgdk-3 -lpangocairo-1.0
-lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0
-lgobject-2.0 -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobj
ect-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lpthread
/usr/bin/ld: uget_gtk-UgtkTrayIcon.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkBanner.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkSelector.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkDownloadForm.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkNodeDialog.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkBatchDialog.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkSettingDialog.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkConfirmDialog.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkAboutDialog.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkMenubar.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkMenubar-ui.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkApp.o:./ui-gtk/./UgtkBanner.h:67: multiple definition
of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67: first defined
here
/usr/bin/ld: uget_gtk-UgtkApp-ui.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkApp-callback.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkApp-timeout.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
/usr/bin/ld: uget_gtk-UgtkApp-main.o:./ui-gtk/./UgtkBanner.h:67: multiple
definition of `banner'; uget_gtk-UgtkTraveler.o:./ui-gtk/./UgtkBanner.h:67:
first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:510: uget-gtk] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ui-gtk'
make[2]: *** [Makefile:483: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:403: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: uget
Source-Version: 2.2.3-2
Done: =?utf-8?q?El=C3=ADas_Alejandro_A=C3=B1o_Mendoza?= <eal...@gmail.com>
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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Elías Alejandro Año Mendoza <eal...@gmail.com> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 28 Jul 2020 18:30:58 -0500
Source: uget
Architecture: source
Version: 2.2.3-2
Distribution: unstable
Urgency: medium
Maintainer: Elías Alejandro Año Mendoza <eal...@gmail.com>
Changed-By: Elías Alejandro Año Mendoza <eal...@gmail.com>
Closes: 957896
Changes:
uget (2.2.3-2) unstable; urgency=medium
.
* Add support_gcc10_compilation.patch: fix ftbfs with GCC 10. Closes: #957896
* Update debian/control VCS-* path
* debian/rules: Remove DEB_LDFLAGS_MAINT_APPEND, no longer necessary
* Bump debhelper compatibility to 13
Checksums-Sha1:
54bf5a13a083b48250ded504874951bf93d3cf1c 1919 uget_2.2.3-2.dsc
c6da1b508bbd427f846d86ae7182ab3f524a6e18 7932 uget_2.2.3-2.debian.tar.xz
54891704fcb6bab4523c8a6758769f93ff547e42 14647 uget_2.2.3-2_amd64.buildinfo
Checksums-Sha256:
e65cf45ec73c9e39e9c7e85be52abdbada36c89f943d2b55e9c68b866ba008c1 1919
uget_2.2.3-2.dsc
65e816d26e4944b355597c84505f35999ed34033dceac302adb4ed3acb3f0524 7932
uget_2.2.3-2.debian.tar.xz
93871ec0de8439e6e715b97174c5a2815c3f7fc7a905eda2d1a4a4d00d4dde33 14647
uget_2.2.3-2_amd64.buildinfo
Files:
16774718c6a6477178f4f40c037a7eb8 1919 net optional uget_2.2.3-2.dsc
9b1ef8637344c8f5c22ed22f58a2271e 7932 net optional uget_2.2.3-2.debian.tar.xz
16a3bc16760be160ccfef14b698d948b 14647 net optional
uget_2.2.3-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEZM98WeVrOPBMpvhhyfHL9WNR9xkFAl8nRtgRHGVhbG1kekBn
bWFpbC5jb20ACgkQyfHL9WNR9xkL4Q/9HmVsMFQFc9iDvb9P1Xz/6IDpHoEaKjjO
aHke5D+GaxL02ZG/d/IbFBuerLLjM/z3v6vUj6hF6pr3B557ir0cI2cIl1ThUrkR
milwCWmn+yGRsq9BIN/e784NTTpzKbDp3yNw8SFQ3M7TztzAlMnSnW0za55BpjS+
b6D2wy3c51nHBcGGgLxuHWKh9tSZwpDf2ctHYHl7hd/LHOdTGZBhlY3QB+37iwKL
DdUV7BThIg214MXTNXzYQAOW6jQUmVoWxlcJ8Gg6aLELaX7a0Wvb9SuO+4iwqK/O
ngpa5DDece+hd76phuVlCUzsaB5PlBxydmyLVn1W7clRp3tI/aQO5ty9lIRx2iso
UWZ23GHmgurz5rhZs1JN+oWSmR+xQkqSWKoGg+pHr1JFbkY/ayDuS9bkQP4MSJME
ae/TGR9moIzLrqqcD+XAFmOjTzyynbRvILRhnv2+VxkZDoa6G1ipv4Hbsb05qgIy
uBfsOJqaQDl8+Aq6qDH8XSAJb12mbonmhBG7aYq+eF6OUoEVJy8PtRHfJh2mTz3E
98s+PwhSBASzcMh8lh7lJIzWAaCG3TtNdN/Jojbb+90L4AZzeZR6Dqki+kHE4WCS
XuERarM0f29W3exWLMEOwnc2p5m9/kTs5LmmEE+ix/3LHtEy/im7VshbYYE88Rth
vdeVbZnbC1A=
=Ptuc
-----END PGP SIGNATURE-----
--- End Message ---