Your message dated Sun, 26 Jul 2020 18:39:01 +0000
with message-id <e1jzly5-00032m...@fasolo.debian.org>
and subject line Bug#957972: fixed in xboard 4.9.1-2
has caused the Debian Bug report #957972,
regarding xboard: 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.)
--
957972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xboard
Version: 4.9.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/xboard_4.9.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
[...]
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 gtk/xengineoutput.c:52:
/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 gtk/xengineoutput.c:52:
/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 gtk/xengineoutput.c:52:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
551 | struct _GTimeVal
| ^~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wall -Wno-parentheses -Wl,-z,relro
-Wl,-z,now -o xboard backend.o book.o childio.o gamelist.o ngamelist.o lists.o
moves.o parser.o pgntags.o uci.o board.o draw.o dialogs.o engineoutput.o
nengineoutput.o evalgraph.o nevalgraph.o history.o nhistory.o menus.o usounds.o
usystem.o zippy.o gtk/xboard.o gtk/xoptions.o gtk/xtimer.o gtk/xengineoutput.o
-ldl -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0
-lfontconfig -lfreetype -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
-lpangocairo-1.0 -lpango-1.0 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0
-lgobject-2.0 -lglib-2.0 -lcairo
/usr/bin/ld: book.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: childio.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: gamelist.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: ngamelist.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: moves.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: parser.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: pgntags.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: uci.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: board.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: draw.o:./evalgraph.h:37: multiple definition of `currPvInfo';
backend.o:./evalgraph.h:37: first defined here
/usr/bin/ld: draw.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: dialogs.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: engineoutput.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: nengineoutput.o:./backend.h:245: multiple definition of
`ics_type'; backend.o:./backend.h:245: first defined here
/usr/bin/ld: evalgraph.o:./evalgraph.h:37: multiple definition of `currPvInfo';
backend.o:./evalgraph.h:37: first defined here
/usr/bin/ld: evalgraph.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: nevalgraph.o:./evalgraph.h:37: multiple definition of
`currPvInfo'; backend.o:./evalgraph.h:37: first defined here
/usr/bin/ld: nevalgraph.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: history.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: nhistory.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: menus.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: usystem.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: zippy.o:./backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: gtk/xboard.o:././backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: gtk/xoptions.o:././backend.h:245: multiple definition of
`ics_type'; backend.o:./backend.h:245: first defined here
/usr/bin/ld: gtk/xtimer.o:././backend.h:245: multiple definition of `ics_type';
backend.o:./backend.h:245: first defined here
/usr/bin/ld: gtk/xengineoutput.o:././backend.h:245: multiple definition of
`ics_type'; backend.o:./backend.h:245: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:803: xboard] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1168: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:672: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 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: xboard
Source-Version: 4.9.1-2
Done: Markus Koschany <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xboard, 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.
Markus Koschany <a...@debian.org> (supplier of updated xboard 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: Sun, 26 Jul 2020 19:52:57 +0200
Source: xboard
Architecture: source
Version: 4.9.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 957972
Changes:
xboard (4.9.1-2) unstable; urgency=medium
.
* Team upload.
.
[ Reiner Herrmann ]
* Fix FTBFS with GCC 10 (Closes: #957972)
.
[ Markus Koschany ]
* Switch to debhelper-compat = 13.
* Remove obsolete menu and NEWS.Debian file.
* Use canonical VCS URI.
* Declare compliance with Debian Policy 4.5.0.
Checksums-Sha1:
6e1b9ceb09f1bb45d1feea784f2699d5a1844aca 2202 xboard_4.9.1-2.dsc
f2fb87fc63a4b69b86455d3cda1f9e17bf031cab 52972 xboard_4.9.1-2.debian.tar.xz
20f6f51022f532eba1c608d06115c2fba97be648 11337 xboard_4.9.1-2_amd64.buildinfo
Checksums-Sha256:
9e3672e2e074c1f45ef12bdd1457a09a80c61e1cbe0878e18e823244f58ab2b7 2202
xboard_4.9.1-2.dsc
65f3e39288449bbb5637adabd653d3c21e20b263b3dd40ff2f7d9dc9a51a2a91 52972
xboard_4.9.1-2.debian.tar.xz
22201685f4902323cde3e7cc5c4b8a26fb55cf912992faff64056eda64c31f18 11337
xboard_4.9.1-2_amd64.buildinfo
Files:
ec7a5f73526f90777915273fe663c4aa 2202 games optional xboard_4.9.1-2.dsc
da2410e93af1c2b3e1aaa68e836f858c 52972 games optional
xboard_4.9.1-2.debian.tar.xz
5498fd7f5395a33d2ac55a8c5a3ed48d 11337 games optional
xboard_4.9.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8dx1BfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HknWUQAM0lMRuLKhYFl1cevBMPOocU6P5+J298DKDS
IlUSh3kBbnjeG94nLTIA4PmxBDxpQQXKYerEkpwFNAPAWyRUwAWZVQQ2u01ss5qB
g9TdxLAFWujr7wVvUim57zvfmmZU6U59VtXheXReHk91Z4rjse3cR7YqetIAdyo5
QoxBkezDaEk0sYeTX34hCgkTLEdSEfkRcZ2bqoJpkr83I+XSwUX19kDm9ZTEBLK6
5RxsSTIJMOpBAw7LIE3SxZ+DKgRq8ENSAb8tMklPhLcyYLhAQlx+TkXjkBBiumoR
mjVstFjnQvmxuBEgzaujMBx4EyCAxRw/HgxyLjClO5KTPQhJ+bOCJ/AoZoWygvXQ
A62u2XnqGbI7VYwoSA8M/q/AAWmZiEoEdTMYT58pdoHzglorJvqusyabk1Pospae
WZ5YJB17UNPFGWLCNRBGdQz7PQ+JgXDbvh0HonrdWSqVbXVItgFO4ClxofL5TzP+
kJ3S4ZjPXdaou0da+XawYnTYlDuohEhnm+Hdlbfx5WJyZJYr6bsm3XXLhz9/jNkT
QFuJVy6EmX5imMDD8OmYZT8MEAEXG0XhySMpSZjr8VXcV65AxTdDNG85M2zZ8/KQ
PjzohI8B5fTgNw6WePjSmqJLaKTF+vxEtJYROl1eNFzqQf9LXzYB0B8m77llxnR2
ZHprOx8z
=sE5u
-----END PGP SIGNATURE-----
--- End Message ---