Your message dated Sun, 07 Feb 2021 07:49:28 +0000
with message-id <[email protected]>
and subject line Bug#957969: fixed in xbindkeys-config 0.1.3-2.2
has caused the Debian Bug report #957969,
regarding xbindkeys-config: 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 [email protected]
immediately.)
--
957969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957969
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xbindkeys-config
Version: 0.1.3-2.1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/xbindkeys-config_0.1.3-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 /usr/include/gtk-2.0/gtk/gtk.h:32,
from middle.c:18:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
551 | struct _GTimeVal
| ^~~~~~~~~
gcc -Wall -g -O2 `pkg-config --cflags gtk+-2.0` -D_GNU_SOURCE -c speedc.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from speedc.c:19:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is
deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from speedc.c:19:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126,
from speedc.c:19:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated:
Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
from /usr/include/glib-2.0/glib.h:30,
from /usr/include/glib-2.0/gobject/gbinding.h:28,
from /usr/include/glib-2.0/glib-object.h:23,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from speedc.c:19:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
551 | struct _GTimeVal
| ^~~~~~~~~
speedc.c: In function ‘xbindkeys_config_speed_init’:
speedc.c:53:7: warning: variable ‘i’ set but not used
[-Wunused-but-set-variable]
53 | int i;
| ^
gcc -Wall -g -O2 xbindkeys_config.o menu.o middle.o speedc.o `pkg-config
--cflags --libs gtk+-2.0` -o xbindkeys_config
/usr/bin/ld: menu.o:/<<PKGBUILDDIR>>/middle.h:23: multiple definition of
`button_undo_menu'; xbindkeys_config.o:/<<PKGBUILDDIR>>/middle.h:23: first
defined here
/usr/bin/ld: menu.o:/<<PKGBUILDDIR>>/middle.h:24: multiple definition of
`label_warning'; xbindkeys_config.o:/<<PKGBUILDDIR>>/middle.h:24: first defined
here
/usr/bin/ld: middle.o:/<<PKGBUILDDIR>>/middle.h:23: multiple definition of
`button_undo_menu'; xbindkeys_config.o:/<<PKGBUILDDIR>>/middle.h:23: first
defined here
/usr/bin/ld: middle.o:/<<PKGBUILDDIR>>/middle.h:24: multiple definition of
`label_warning'; xbindkeys_config.o:/<<PKGBUILDDIR>>/middle.h:24: first defined
here
/usr/bin/ld: speedc.o:/<<PKGBUILDDIR>>/speedc.c:46: multiple definition of
`Speed_config'; middle.o:/<<PKGBUILDDIR>>/middle.c:88: first defined here
/usr/bin/ld: speedc.o:/<<PKGBUILDDIR>>/middle.h:24: multiple definition of
`label_warning'; xbindkeys_config.o:/<<PKGBUILDDIR>>/middle.h:24: first defined
here
/usr/bin/ld: speedc.o:/<<PKGBUILDDIR>>/middle.h:23: multiple definition of
`button_undo_menu'; xbindkeys_config.o:/<<PKGBUILDDIR>>/middle.h:23: first
defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:18: main] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xbindkeys-config
Source-Version: 0.1.3-2.2
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xbindkeys-config, 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 xbindkeys-config 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, 07 Feb 2021 09:23:46 +0200
Source: xbindkeys-config
Architecture: source
Version: 0.1.3-2.2
Distribution: unstable
Urgency: medium
Maintainer: Joerg Jaspert <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 957969
Changes:
xbindkeys-config (0.1.3-2.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -fcommon to workaround FTBFS with gcc 10.
(Closes: #957969)
Checksums-Sha1:
9331203664460843e23813b43dc3d717a5c5df69 1729 xbindkeys-config_0.1.3-2.2.dsc
9398158d6cd00a60d3ae32bd584b12ffb66d4bdf 3951
xbindkeys-config_0.1.3-2.2.diff.gz
Checksums-Sha256:
4ef63a3967fb12195402dc21b7d539dec427bab3f233855b0a55e7273511d13b 1729
xbindkeys-config_0.1.3-2.2.dsc
42a70e26e2e97b1df19ec9577a079677fe1c97bff68506877ee69da69f58481b 3951
xbindkeys-config_0.1.3-2.2.diff.gz
Files:
b951c96d3fe66fb01085b498fcbe8b61 1729 x11 optional
xbindkeys-config_0.1.3-2.2.dsc
62661f5cfa91fea74adcca64c636b2e3 3951 x11 optional
xbindkeys-config_0.1.3-2.2.diff.gz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAflfUACgkQiNJCh6LY
mLEiuQ//RTaljjX1ubieHCatn8qky0c/sXFQSmeZKRdLeipRebJaIRmkoQGtIlKx
ge09VDeLO+ZlnOxhgwODP8jvavnSlP4hdvwCVkLGTI6rGdm1k9B5f5UVolz/GE10
+3EKIBF6nMW6frTZv0kDzMUV/QgZZguHkO6zRcMu0RWRudE2PdQSalEzldy79P12
VbuQgkR5Y3ZmJW9kksfiOnLF4KWceOBpTZRfNaeLD3ekQMW/U9E2Ua3ItJA1jkH5
QMj+9EKFk8WWStmw9FNusXc0WnoDOHUG/ySVsnjkXUPK1YuKGdHpDB/ZvU58GJC4
Fm+yzW2S0xB4f4M1fQC5q1eBoZbOJfCMCBnm8WO5qwySx0+TKssy4auG/wcWZjUC
wrG9c5+DvlM5xbkHzUSxrVIZyQG9XRVfdNgZfGnjFOsWR8+Xd8/mDWzCvEZLkap0
fD9O0j9Do96nRnOpjr4sw5lJpgEbUT35neXxrklm9nuEtMpJIuh5h4daSz5QrxjQ
lFyClekbyWk80N5LfQ8BPndF/rXpH678KNTq2ik4gFbCa8INQdi4YCvwSz2diRXN
Ozh9i/jwfBYwbKTtpU7RnTsWs50PYQNfJvGe/DdwDdQGaksFZxkWoMonOU4BH+GK
LMxeb5P5SWcxpnBJUAvuK9W+zQY3qKZUDVF743KoVq7pVkGOhCA=
=C9yS
-----END PGP SIGNATURE-----
--- End Message ---