Your message dated Mon, 24 Aug 2020 21:49:05 +0000
with message-id <e1kakkv-0002hk...@fasolo.debian.org>
and subject line Bug#957294: fixed in gnushogi 1.4.2-7
has caused the Debian Bug report #957294,
regarding gnushogi: 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.)


-- 
957294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnushogi
Version: 1.4.2-6
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/gnushogi_1.4.2-6_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

[...]
 1137 |                     else if ((Captured[c2][p] && color[u]) == neutral)
      |                                                            ^~
../../gnushogi/eval.c: In function ‘AttackedPieceValue’:
../../gnushogi/eval.c:1268:14: warning: variable ‘ds’ set but not used 
[-Wunused-but-set-variable]
 1268 |     short s, ds;
      |              ^~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/genmove.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/init.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -DPATTERNFILE=\"../../misc/gnushogi.pat\" -c 
../../gnushogi/makepattern.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/pat2inc.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -o pat2inc globals.o init-common.o pattern-common.o 
makepattern.o pat2inc.o -Wl,-z,relro -lcurses -lm
./pat2inc
Pattern: 2102 bytes for 14 sequences with 128 patterns.

gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/pattern.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/rawdsp.c
../../gnushogi/rawdsp.c: In function ‘Raw_help’:
../../gnushogi/rawdsp.c:316:51: warning: format ‘%d’ expects argument of type 
‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  316 |     printf("Depth:    %-12d Response time:       %d sec\n",
      |                                                  ~^
      |                                                   |
      |                                                   int
      |                                                  %ld
  317 |            MaxSearchDepth, MaxResponseTime/100);
      |                            ~~~~~~~~~~~~~~~~~~~     
      |                                           |
      |                                           long int
../../gnushogi/rawdsp.c:324:39: warning: format ‘%d’ expects argument of type 
‘int’, but argument 4 has type ‘long int’ [-Wformat=]
  324 |     printf("Time Control %s %d moves %d sec %d add %d depth\n",
      |                                      ~^
      |                                       |
      |                                       int
      |                                      %ld
  325 |            (TCflag) ? "ON" : "OFF",
  326 |            TimeControl.moves[black], TimeControl.clock[black] / 100,
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                               |
      |                                                               long int
../../gnushogi/rawdsp.c: In function ‘Raw_ShowPostnValue’:
../../gnushogi/rawdsp.c:816:11: warning: variable ‘score’ set but not used 
[-Wunused-but-set-variable]
  816 |     short score;
      |           ^~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/search.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/tcontrl.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -c ../../gnushogi/util.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -DBINBOOK=\"/usr/lib/gnushogi/gnushogi.bbk\" -c 
../../gnushogi/main.c
../../gnushogi/main.c: In function ‘main’:
../../gnushogi/main.c:275:66: warning: format ‘%d’ expects argument of type 
‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  275 |                 printf("The file contains %d entries out of max %d\n", 
nr[0], i);
      |                                                                 ~^      
      ~
      |                                                                  |      
      |
      |                                                                  int    
      long int
      |                                                                 %ld
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DHASHFILE=\"/usr/lib/gnushogi/gnushogi.hsh\" 
-fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi 
-pedantic -I. -I.. -I../.. -o gnushogi globals.o init-common.o pattern-common.o 
attacks.o book.o commondsp.o cursesdsp.o dspwrappers.o eval.o genmove.o init.o 
pattern.o rawdsp.o search.o tcontrl.o util.o main.o -Wl,-z,relro -lcurses -lm
/usr/bin/ld: cursesdsp.o:(.bss+0x0): multiple definition of `DRAW'; 
globals.o:(.bss+0x0): first defined here
/usr/bin/ld: rawdsp.o:(.bss+0x8): multiple definition of `mycnt2'; 
cursesdsp.o:(.bss+0x70): first defined here
/usr/bin/ld: rawdsp.o:(.bss+0xc): multiple definition of `mycnt1'; 
cursesdsp.o:(.bss+0x74): first defined here
/usr/bin/ld: rawdsp.o:(.bss+0x0): multiple definition of `DRAW'; 
globals.o:(.bss+0x0): first defined here
/usr/bin/ld: rawdsp.o:(.bss+0x10): multiple definition of `MSCORE'; 
cursesdsp.o:(.bss+0x8): first defined here
/usr/bin/ld: rawdsp.o:(.bss+0x20): multiple definition of `MV'; 
cursesdsp.o:(.bss+0x20): first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:140: gnushogi] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD-std/gnushogi'
make[2]: *** [Makefile:46: gnushogi_compile] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD-std'
dh_auto_build: error: cd BUILD-std && make -j1 returned exit code 2
make[1]: *** [debian/rules:25: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gnushogi
Source-Version: 1.4.2-7
Done: Yann Dirson <dir...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gnushogi, 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 gnushogi 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: Mon, 24 Aug 2020 23:15:18 +0200
Source: gnushogi
Architecture: source
Version: 1.4.2-7
Distribution: unstable
Urgency: medium
Maintainer: Yann Dirson <dir...@debian.org>
Changed-By: Yann Dirson <dir...@debian.org>
Closes: 957294
Changes:
 gnushogi (1.4.2-7) unstable; urgency=medium
 .
   * Fix build with gcc-10 (Closes: #957294).
Checksums-Sha1:
 4322739c4c5f012f6502277f1b05777630955465 1913 gnushogi_1.4.2-7.dsc
 cdc3b7a22aba1a2797664c84436990b4359c5bd2 8464 gnushogi_1.4.2-7.debian.tar.xz
 1fca699143a3138e1616de243cae3f85f9268c97 6330 gnushogi_1.4.2-7_amd64.buildinfo
Checksums-Sha256:
 5a9c5a4096dbbbdf0a8dac393e02a17d97fa5d4b2b87a3dd2ddbba31a7a955b6 1913 
gnushogi_1.4.2-7.dsc
 a296415cc525fc415c74403195fe04cf9b8f8be23057d5ea25bb1672549af2df 8464 
gnushogi_1.4.2-7.debian.tar.xz
 b7247ed499a096b04b953c691c0863b93efdd8860346bfae4d2d58fe52830960 6330 
gnushogi_1.4.2-7_amd64.buildinfo
Files:
 3eb534c287c40f3572a461727de1ccb7 1913 games optional gnushogi_1.4.2-7.dsc
 5270ebd0f6b12358c839363e4976c2d0 8464 games optional 
gnushogi_1.4.2-7.debian.tar.xz
 f45b202018739e2e5d40bbf756d6c14e 6330 games optional 
gnushogi_1.4.2-7_amd64.buildinfo

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

iQIzBAEBCAAdFiEEdK8F3dkgJ/Xww83VDYXyliWj+f0FAl9EM4sACgkQDYXyliWj
+f0JAw//XVidKgj43304XQtIvS8BWT/7B+doTtdi0R857aaxye2ezkfHBpTwLDTQ
NnWNqoLDQ5Cc2S8CvF9PoAhMQujkm0U8vgTlCLiB7Lc8c9xsXcRnMV9eMSNK+rMR
p+mFSZOAQmRkswrWVli6B5gRjLn/diFz18wMMRFpmJCk3S2GyA2Yo5o2whqaHlni
Y3Mx9TwarOlDmSE8n2mb/gPDzXO90QIhF5h/k1maxDQgVD0Xy4qpvmqX9+uouw+s
yl3KcjURDmxftux8vaKwC4IK2Z30R1qARpzHI4B71Kt4C1lQB3nsGphmEWhP2cje
rsi8awjwRzAeIfI272tyRgEp1Hwv5fj04lXDGqRxIyMosJc1ZAHQHEtADruKLV/O
X99w7wWir9YF3ngb8fR+/VRWJY0H42xtw35iBD8s5NgB5ZJeXgjOIqCaswSQdvb8
RqMKIXipCw3rM2YILtW/RgPgHKMk8SR1YlrHCLdQKKdS0sHRD4d6bmxkAaiuQg/a
0Pdkt4414IuzNtDqE/g+x4Vl+x+Tf2xT/PkDEEVDuv4bi2pTTee1C8br5X0XLnQg
FKWiSuX/3HynDHaRV8CwMEUAhfpW2im/aUzF/EQ1DmHDQlP8+CHlRFG7DPvziQYs
EVVetOwSV+nhz14syqW/1ckQ2FZluJptcz+dH9RdXDbgL43niYA=
=xPdJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to