Your message dated Thu, 27 Aug 2020 20:36:10 +0000
with message-id <e1kbod0-0000dn...@fasolo.debian.org>
and subject line Bug#957792: fixed in shogivar 1.55b-3
has caused the Debian Bug report #957792,
regarding shogivar: 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.)


-- 
957792: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957792
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:shogivar
Version: 1.55b-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/shogivar_1.55b-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

[...]
      |        ^~~~~~~~~
gtk/xoptions.c: In function ‘SetTextColor’:
gtk/xoptions.c:566:5: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
  566 |     if(fg < 0) fg = 0; if(bg < 0) bg = 7;
      |     ^~
gtk/xoptions.c:566:24: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the ‘if’
  566 |     if(fg < 0) fg = 0; if(bg < 0) bg = 7;
      |                        ^~
gtk/xoptions.c: In function ‘GraphEventProc’:
gtk/xoptions.c:866:13: warning: variable ‘opt’ set but not used 
[-Wunused-but-set-variable]
  866 |     Option *opt, *graph = (Option *) gdata;
      |             ^~~
gcc -DHAVE_CONFIG_H -I.  -DINFODIR='"/usr/share/info"' -pthread 
-I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -DSYSCONFDIR='"/etc"' 
-DLOCALEDIR='"/usr/share/locale"' -D__GIT_VERSION='""' 
-DDATADIR='"/usr/share/games/shogivar"' -I gtk -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdeb
 ug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wno-parentheses -c -o gtk/xtimer.o gtk/xtimer.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 gtk/xtimer.c:60:
/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 gtk/xtimer.c:60:
/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/xtimer.c:60:
/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/xtimer.c:60:
/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 -o 
shogivar backend.o dialogs.o menus.o draw.o gtk/gui.o gtk/xoptions.o 
gtk/xtimer.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 
-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo 
/usr/bin/ld: gtk/gui.o:./gtk/gui.c:252: multiple definition of `currBoard'; 
draw.o:./draw.c:104: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1070: shogivar] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:961: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:22: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: shogivar
Source-Version: 1.55b-3
Done: Yann Dirson <dir...@debian.org>

We believe that the bug you reported is fixed in the latest version of
shogivar, 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.
Yann Dirson <dir...@debian.org> (supplier of updated shogivar 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: Thu, 27 Aug 2020 21:38:28 +0200
Source: shogivar
Architecture: source
Version: 1.55b-3
Distribution: unstable
Urgency: medium
Maintainer: Yann Dirson <dir...@debian.org>
Changed-By: Yann Dirson <dir...@debian.org>
Closes: 957792
Changes:
 shogivar (1.55b-3) unstable; urgency=medium
 .
   * Fix build with gcc-10 (Closes: #957792).
Checksums-Sha1:
 b399b5691221c495a0a897a86194dedeb70d3a29 2013 shogivar_1.55b-3.dsc
 8f1cc1556e497b3034a5540b1b13c0ae7d11e89c 3860 shogivar_1.55b-3.debian.tar.xz
 95c206f358992e6cffe29d8046da09d977db5b68 11928 shogivar_1.55b-3_amd64.buildinfo
Checksums-Sha256:
 08b2fb0e3edc517e1fac0ddf53b030659ca7daa72c2596d338ce321143507f00 2013 
shogivar_1.55b-3.dsc
 6ecc03f8479a17c7db15ec6442590cda0aaa8a20d94f12c7c593d3a76ff6642b 3860 
shogivar_1.55b-3.debian.tar.xz
 b5a891ea6e66636e668976929da8cb06793f48e0606c5157cf9c396aca956063 11928 
shogivar_1.55b-3_amd64.buildinfo
Files:
 e439793556455f6995d173e175f2c033 2013 games optional shogivar_1.55b-3.dsc
 5f5b24fd907a6840ed769a6b72e93c13 3860 games optional 
shogivar_1.55b-3.debian.tar.xz
 379d0209832cc21c645eb154d872ca5d 11928 games optional 
shogivar_1.55b-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdK8F3dkgJ/Xww83VDYXyliWj+f0FAl9ID/oACgkQDYXyliWj
+f2knhAAj+se3/IVUVtzOb7ZOcYZhOMh6/mjsjCX6ykfg2YhBFhywguIKDcOcq10
2ZnzMvSoPFTSz2n7OsZIELZdCTPsfkMeTTtUE3aZj0/C+0O4CE0bCtNAiP5oV6ow
8m9fAC3noR+EgJIqTfWYDl0KT1+0qhb1hEXmrkmEEvX/cHFogpnVd9LbxeOBwDXd
kuuTK0H8NJE3hSUSATBSLswXPP7F6LRJZtHEtaz/8l+yN3MxdSjf8/8XXZ1Yb3z7
XOP72uci9rYbndNNbrV3NpbbVTGBVuVUC+eESAfmdNZmj6jid+BKo9OhlE9lhFra
RvWa27NX06DUG9pgO8Ivge27/9nACalOvXLSXOl50EWMge/tc62pc4tKhkVL7iOG
DNyxqnyPG4YkH6Ms2RegoG6j1InFU1yWboi/o8F7Np7T0DfWYUlRHGt2dc9wKeNv
gQnks8ZSAAsVUgZSodhQSeo8k+/lvtaNd75r2PC9YDqNSxyAjy1niwoWksikWPAJ
RQpOb5XUSzuVRBMS2UQLyfX+BVLmLx2m30uEXk9gfZCALSATNm4iIBrMILyilP4F
pay8IE/Pa1h/ON6Oq8lCWovgA9ZLOR2FadUwcpBFVn6PYAWEGeJHenoGuCTZPlFN
3ugKJuYzwiagjOP3iezxIybVk1aTK9o8rJFZ/4fal6uIHWhA5eQ=
=Dqfo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to