Your message dated Fri, 14 Aug 2020 02:50:50 +0000
with message-id <e1k6pnu-000d6m...@fasolo.debian.org>
and subject line Bug#957853: fixed in sxhkd 0.6.2-1
has caused the Debian Bug report #957853,
regarding sxhkd: 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.)
--
957853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957853
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sxhkd
Version: 0.6.1-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/sxhkd_0.6.1-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
[...]
/usr/bin/ld: parse.o:./src/sxhkd.h:66: multiple definition of `caps_lock';
sxhkd.o:./src/sxhkd.h:66: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:67: multiple definition of `scroll_lock';
sxhkd.o:./src/sxhkd.h:67: first defined here
/usr/bin/ld: parse.o:./src/types.h:77: multiple definition of `Meta_L';
sxhkd.o:./src/types.h:77: first defined here
/usr/bin/ld: parse.o:./src/types.h:77: multiple definition of `Meta_R';
sxhkd.o:./src/types.h:77: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:55: multiple definition of `status_fifo';
sxhkd.o:./src/sxhkd.h:55: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:60: multiple definition of `hotkeys_tail';
sxhkd.o:./src/sxhkd.h:60: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:63: multiple definition of `abort_chord';
sxhkd.o:./src/sxhkd.h:63: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:62: multiple definition of `abort_keysym';
sxhkd.o:./src/sxhkd.h:62: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:61: multiple definition of `locked';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:61: multiple definition of `chained';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:61: multiple definition of `bell';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:61: multiple definition of `reload';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:61: multiple definition of `toggle_grab';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:61: multiple definition of `grabbed';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:61: multiple definition of `running';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:60: multiple definition of `hotkeys_head';
sxhkd.o:./src/sxhkd.h:60: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:58: multiple definition of `timeout';
sxhkd.o:./src/sxhkd.h:58: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:57: multiple definition of `mapping_count';
sxhkd.o:./src/sxhkd.h:57: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:56: multiple definition of `progress';
sxhkd.o:./src/sxhkd.h:56: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:54: multiple definition of `redir_fd';
sxhkd.o:./src/sxhkd.h:54: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:53: multiple definition of
`num_extra_confs'; sxhkd.o:./src/sxhkd.h:53: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:52: multiple definition of `extra_confs';
sxhkd.o:./src/sxhkd.h:52: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:51: multiple definition of `config_path';
sxhkd.o:./src/sxhkd.h:51: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:50: multiple definition of `config_file';
sxhkd.o:./src/sxhkd.h:50: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:49: multiple definition of `shell';
sxhkd.o:./src/sxhkd.h:49: first defined here
/usr/bin/ld: parse.o:./src/sxhkd.h:46: multiple definition of `root';
sxhkd.o:./src/sxhkd.h:46: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:47: multiple definition of `symbols';
sxhkd.o:./src/sxhkd.h:47: first defined here
/usr/bin/ld: types.o:./src/types.h:77: multiple definition of `Mode_switch';
sxhkd.o:./src/types.h:77: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:60: multiple definition of `hotkeys_head';
sxhkd.o:./src/sxhkd.h:60: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:60: multiple definition of `hotkeys_tail';
sxhkd.o:./src/sxhkd.h:60: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:58: multiple definition of `timeout';
sxhkd.o:./src/sxhkd.h:58: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:61: multiple definition of `chained';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:61: multiple definition of `locked';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:55: multiple definition of `status_fifo';
sxhkd.o:./src/sxhkd.h:55: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:56: multiple definition of `progress';
sxhkd.o:./src/sxhkd.h:56: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:63: multiple definition of `abort_chord';
sxhkd.o:./src/sxhkd.h:63: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:67: multiple definition of `scroll_lock';
sxhkd.o:./src/sxhkd.h:67: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:66: multiple definition of `caps_lock';
sxhkd.o:./src/sxhkd.h:66: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:65: multiple definition of `num_lock';
sxhkd.o:./src/sxhkd.h:65: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:62: multiple definition of `abort_keysym';
sxhkd.o:./src/sxhkd.h:62: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:61: multiple definition of `bell';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:61: multiple definition of `reload';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:61: multiple definition of `toggle_grab';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:61: multiple definition of `grabbed';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:61: multiple definition of `running';
sxhkd.o:./src/sxhkd.h:61: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:57: multiple definition of `mapping_count';
sxhkd.o:./src/sxhkd.h:57: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:54: multiple definition of `redir_fd';
sxhkd.o:./src/sxhkd.h:54: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:53: multiple definition of
`num_extra_confs'; sxhkd.o:./src/sxhkd.h:53: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:52: multiple definition of `extra_confs';
sxhkd.o:./src/sxhkd.h:52: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:51: multiple definition of `config_path';
sxhkd.o:./src/sxhkd.h:51: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:50: multiple definition of `config_file';
sxhkd.o:./src/sxhkd.h:50: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:49: multiple definition of `shell';
sxhkd.o:./src/sxhkd.h:49: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:46: multiple definition of `root';
sxhkd.o:./src/sxhkd.h:46: first defined here
/usr/bin/ld: types.o:./src/sxhkd.h:45: multiple definition of `dpy';
sxhkd.o:./src/sxhkd.h:45: first defined here
/usr/bin/ld: types.o:./src/types.h:77: multiple definition of `Scroll_Lock';
sxhkd.o:./src/types.h:77: first defined here
/usr/bin/ld: types.o:./src/types.h:77: multiple definition of `Num_Lock';
sxhkd.o:./src/types.h:77: first defined here
/usr/bin/ld: types.o:./src/types.h:77: multiple definition of `Meta_R';
sxhkd.o:./src/types.h:77: first defined here
/usr/bin/ld: types.o:./src/types.h:77: multiple definition of `Meta_L';
sxhkd.o:./src/types.h:77: first defined here
/usr/bin/ld: types.o:./src/types.h:76: multiple definition of `Hyper_R';
sxhkd.o:./src/types.h:76: first defined here
/usr/bin/ld: types.o:./src/types.h:76: multiple definition of `Hyper_L';
sxhkd.o:./src/types.h:76: first defined here
/usr/bin/ld: types.o:./src/types.h:76: multiple definition of `Super_R';
sxhkd.o:./src/types.h:76: first defined here
/usr/bin/ld: types.o:./src/types.h:76: multiple definition of `Super_L';
sxhkd.o:./src/types.h:76: first defined here
/usr/bin/ld: types.o:./src/types.h:76: multiple definition of `Alt_R';
sxhkd.o:./src/types.h:76: first defined here
/usr/bin/ld: types.o:./src/types.h:76: multiple definition of `Alt_L';
sxhkd.o:./src/types.h:76: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [<builtin>: sxhkd] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" 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: sxhkd
Source-Version: 0.6.2-1
Done: Nobuhiro Iwamatsu <iwama...@debian.org>
We believe that the bug you reported is fixed in the latest version of
sxhkd, 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.
Nobuhiro Iwamatsu <iwama...@debian.org> (supplier of updated sxhkd 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: SHA256
Format: 1.8
Date: Fri, 14 Aug 2020 11:04:48 +0900
Source: sxhkd
Architecture: source
Version: 0.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
Changed-By: Nobuhiro Iwamatsu <iwama...@debian.org>
Closes: 957853
Changes:
sxhkd (0.6.2-1) unstable; urgency=medium
.
* New upstream release. (Closes: #957853)
Checksums-Sha1:
9ce2fa1155a400fd6478bd73f3f962e1230860f1 1883 sxhkd_0.6.2-1.dsc
af8e48939f072c9e5fc28d994b8d8f6f8785748d 25848 sxhkd_0.6.2.orig.tar.xz
67c92b59139d8703603cfd7f8e43f278fd9eda96 2184 sxhkd_0.6.2-1.debian.tar.xz
bc5fa2cc11145c4b95055eb10bcafbf97324f9b9 6041 sxhkd_0.6.2-1_amd64.buildinfo
Checksums-Sha256:
cd94c450eecc74ca07fc81438d656d87aad0f714e045af7a845bc4f839518b6f 1883
sxhkd_0.6.2-1.dsc
9ef754bc2102f449ef673ae6bfb5c156b6bab9333ad61b3b882fa46a7816b368 25848
sxhkd_0.6.2.orig.tar.xz
a2205315b57bc2858eac441f5bc76f606124e2a10e019a40b2398dd272877924 2184
sxhkd_0.6.2-1.debian.tar.xz
fde13d2f57b5de9539d3740469376df319aa606ef3d7370edcc694dd3eefb5e8 6041
sxhkd_0.6.2-1_amd64.buildinfo
Files:
0660231fd7950e03657551b634894f95 1883 x11 optional sxhkd_0.6.2-1.dsc
4af9ac513f2cbe3beb96249787b3b7e1 25848 x11 optional sxhkd_0.6.2.orig.tar.xz
33597b73d9b3adc771e6507f98797a67 2184 x11 optional sxhkd_0.6.2-1.debian.tar.xz
0c18bc9b39e1b58bec968c103befaf0d 6041 x11 optional
sxhkd_0.6.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAl818xwACgkQMiR/u0Ct
H6Yc3w/9FR5VPaUCVsUESzfBxy4JiQrskkvxN6JZTsaOkZcU0zPLlKm2+cPsGO/e
EaHZRck5wJJ6YEPvKYlPw7HyA7hXFoHzxPN3BXp3LnR4yAb1F6/vDFYp+l1EpZ4I
SbFocva40U6yMenysOlag0I+wJIeF1q8VpdCWvJhsZkloNS3Pbft7P6bWEMwUu5S
126fso7cOcnzFn3ijbTyG42sRG2J4RAznryuMoWSk31TTesYLj3/ZZrFE/QSanhs
P0F8WhCxkjYpdZHPJFRXzD3E8yevconsYzfIMd3EXotebV4cRa22Jr85n0K0zKq8
nqYFQPam/9/8VnaJ3S7aE2xMamxPscvpqV10A1nXp6Fu88UTxDk9dvUViZe1c6TJ
AoWgq77DnYmY3EhXGLSpnDDaBVAPPSJrlPPLXyabUfcwa5syC15Z3sLgOU6wWUZ3
O55TmNmMse1I92yvtY0s21v2pYmsJDj4w0MQ7c2uDO2T3fXbrdyw021qhxBMBsYs
/03Q1bPACl/6Wsy5rBKSBSq5hipHEI4+HvIQmoyjaw+Eykc8OoqYP8OIajADd0J2
5nJhVms4BizbPXilKznV10iaX+IKxuvdUBz8JsMfDbb2eY9txYj//uLj5yJ/D/VG
q0usK2A3g7E1AMf+rcaP3U/XDxw9ETiea70DJmZAzhRR0w+ANOk=
=VtJC
-----END PGP SIGNATURE-----
--- End Message ---