Your message dated Thu, 03 Sep 2020 14:48:35 +0000
with message-id <[email protected]>
and subject line Bug#957039: fixed in biloba 0.9.3-10
has caused the Debian Bug report #957039,
regarding biloba: 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.)


-- 
957039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957039
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:biloba
Version: 0.9.3-9
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/biloba_0.9.3-9_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/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 258) into a 
destination of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /usr/include/SDL/SDL_stdinc.h:60,
                 from /usr/include/SDL/SDL_main.h:26,
                 from /usr/include/SDL/SDL.h:30,
                 from game.h:23,
                 from game.c:30:
In function ‘strncpy’,
    inlined from ‘game_push_message’ at game.c:113:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
computer.c: In function ‘prepare_move’:
computer.c:237:8: warning: variable ‘score’ set but not used 
[-Wunused-but-set-variable]
  237 |    int score = 0, can_be_eaten_before_move = 0;
      |        ^~~~~
gcc -DPACKAGE_NAME=\"Biloba\" -DPACKAGE_TARNAME=\"biloba\" 
-DPACKAGE_VERSION=\"0.9.3\" -DPACKAGE_STRING=\"Biloba\ 0.9.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"biloba\" 
-DVERSION=\"0.9.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. 
-I../include -DMYDATADIR=\"/usr/share/biloba\"  -Wdate-time -D_FORTIFY_SOURCE=2 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
-c -o help.o help.c
net.c: In function ‘net_type_msg’:
net.c:399:46: warning: ‘__builtin___snprintf_chk’ output may be truncated 
before the last format character [-Wformat-truncation=]
  399 |  snprintf(talk_str, sizeof(talk_str), "%s: %s",
      |                                              ^
In file included from /usr/include/stdio.h:867,
                 from net.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 73) into a 
destination of size 72
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DPACKAGE_NAME=\"Biloba\" -DPACKAGE_TARNAME=\"biloba\" 
-DPACKAGE_VERSION=\"0.9.3\" -DPACKAGE_STRING=\"Biloba\ 0.9.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"biloba\" 
-DVERSION=\"0.9.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. 
-I../include -DMYDATADIR=\"/usr/share/biloba\"  -Wdate-time -D_FORTIFY_SOURCE=2 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
-c -o msg.o msg.c
gcc -DPACKAGE_NAME=\"Biloba\" -DPACKAGE_TARNAME=\"biloba\" 
-DPACKAGE_VERSION=\"0.9.3\" -DPACKAGE_STRING=\"Biloba\ 0.9.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"biloba\" 
-DVERSION=\"0.9.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. 
-I../include -DMYDATADIR=\"/usr/share/biloba\"  -Wdate-time -D_FORTIFY_SOURCE=2 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
-c -o sound.o sound.c
gcc -DPACKAGE_NAME=\"Biloba\" -DPACKAGE_TARNAME=\"biloba\" 
-DPACKAGE_VERSION=\"0.9.3\" -DPACKAGE_STRING=\"Biloba\ 0.9.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"biloba\" 
-DVERSION=\"0.9.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. 
-I../include -DMYDATADIR=\"/usr/share/biloba\"  -Wdate-time -D_FORTIFY_SOURCE=2 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
-c -o server.o server.c
gcc -DPACKAGE_NAME=\"Biloba\" -DPACKAGE_TARNAME=\"biloba\" 
-DPACKAGE_VERSION=\"0.9.3\" -DPACKAGE_STRING=\"Biloba\ 0.9.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"biloba\" 
-DVERSION=\"0.9.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. 
-I../include -DMYDATADIR=\"/usr/share/biloba\"  -Wdate-time -D_FORTIFY_SOURCE=2 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
-c -o widget.o widget.c
gcc -DPACKAGE_NAME=\"Biloba\" -DPACKAGE_TARNAME=\"biloba\" 
-DPACKAGE_VERSION=\"0.9.3\" -DPACKAGE_STRING=\"Biloba\ 0.9.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"biloba\" 
-DVERSION=\"0.9.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. 
-I../include -DMYDATADIR=\"/usr/share/biloba\"  -Wdate-time -D_FORTIFY_SOURCE=2 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
-c -o replay.o replay.c
gcc -DPACKAGE_NAME=\"Biloba\" -DPACKAGE_TARNAME=\"biloba\" 
-DPACKAGE_VERSION=\"0.9.3\" -DPACKAGE_STRING=\"Biloba\ 0.9.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"biloba\" 
-DVERSION=\"0.9.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. 
-I../include -DMYDATADIR=\"/usr/share/biloba\"  -Wdate-time -D_FORTIFY_SOURCE=2 
 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall 
-c -o server-main.o server-main.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -Wall  -Wl,-z,relro -Wl,-z,now -o biloba board.o main.o utils.o 
tile.o pawn.o logic.o player.o arrow.o local_input.o options.o font.o net.o 
netops.o llist.o game.o computer.o help.o msg.o sound.o server.o widget.o 
replay.o -lm -lSDL_image -lSDL_mixer  -L/usr/lib/x86_64-linux-gnu -lSDL
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -Wall  -Wl,-z,relro -Wl,-z,now -o biloba-server netops.o 
server-main.o server.o llist.o replay.o game.o  -L/usr/lib/x86_64-linux-gnu 
-lSDL
/usr/bin/ld: main.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: /usr/bin/ld: replay.o:./src/utils.h:90: multiple definition of 
`screen'; utils.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: tile.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
server.o/usr/bin/ld:: ./src/utils.h:90: first defined here
pawn.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: logic.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: player.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: arrow.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: local_input.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: options.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: font.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: net.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: computer.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: help.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: msg.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: sound.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: server.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: widget.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
/usr/bin/ld: replay.o:./src/utils.h:90: multiple definition of `screen'; 
board.o:./src/utils.h:90: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:442: biloba-server] Error 1
make[2]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:438: biloba] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:364: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: biloba
Source-Version: 0.9.3-10
Done: Ricardo Mones <[email protected]>

We believe that the bug you reported is fixed in the latest version of
biloba, 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.
Ricardo Mones <[email protected]> (supplier of updated biloba 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: SHA256

Format: 1.8
Date: Thu, 03 Sep 2020 16:28:08 +0200
Source: biloba
Architecture: source
Version: 0.9.3-10
Distribution: unstable
Urgency: high
Maintainer: Ricardo Mones <[email protected]>
Changed-By: Ricardo Mones <[email protected]>
Closes: 957039
Changes:
 biloba (0.9.3-10) unstable; urgency=high
 .
   * Add patch to fix FTBFS with gcc 10 (Closes: #957039)
   * Add Rules-Requires-Root field
   * Update Standards-Version to latest (no other changes)
   * Bump compat level to 13 and simplify rules
   * Clean lintian I: debian-rules-parses-dpkg-parsechangelog
Checksums-Sha1:
 d09480509580cd75ceb2c891424e9ea71f212f8b 1925 biloba_0.9.3-10.dsc
 df43f9354778c94d7bc92b70e5019199311d6a55 6352 biloba_0.9.3-10.debian.tar.xz
 88acde380a8457b83881deeca676739ab5dbbd9f 10922 biloba_0.9.3-10_amd64.buildinfo
Checksums-Sha256:
 ee814d2e767d0743e53b7b963a195130effcb949921b2fd23a54f0ed2575a507 1925 
biloba_0.9.3-10.dsc
 303155e760b44168d79f9c41625a939745bc9c9d742544978c277d1c443f6803 6352 
biloba_0.9.3-10.debian.tar.xz
 9409f82d71f583aa2447e1bd286751ede20fdd49171f3dc97c555b9af186cc8c 10922 
biloba_0.9.3-10_amd64.buildinfo
Files:
 60589fd84bbd2a25d9257e467fb5bfc6 1925 games optional biloba_0.9.3-10.dsc
 729b8f77c56cc29c5b73eda0a969c34a 6352 games optional 
biloba_0.9.3-10.debian.tar.xz
 bd6d692205bb2f446a9cae424aac56fb 10922 games optional 
biloba_0.9.3-10_amd64.buildinfo

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

iQIzBAEBCAAdFiEEQ7w2SxbfDCBevXWSHw8KiN5bzKYFAl9Q/58ACgkQHw8KiN5b
zKYuWQ//SzLUBR8X6GV/+8v3H8Dm1BFm0EWN0t1CzFQQdysvE3Dr1gcbWifFdxLj
p7o+h6jL6PYdKTXGGMawRDPoawweO6ueqsNRJCeD5XWqotMywJKTMqLotvltTeRr
JtXZ9QMqeIs/sZ/20I4E/rYHhZKXCCZl7RZND2yYpP5f69pMmSNgPrbJkJUA6Jnh
rfUN+HWjgFKXD82RQ3RbOTeL8iRqTsYaQX/xST7D65okiQGrAruEZs2js7P0KDmj
3dNdYAZM2uTC9iIGcfXEA1pigQJjJh+8PaPBHUAwMF1EAuUJ+pVotxTKMyBc/8MK
FSOqM5MLvWXmYHRxDP/KnPU658JuO1ZA0e6L8pZUyjZveo7qBhWw3pqGHGjkVoad
uELde5Ej42BuHhiOL4VycnSOWlNopr7gwx5DV6hmONmoFk4MoyfCH8CuZqCcR9nS
Auh75xTS8odI43rS8v6UYLm/VeI/qPUEmzgCcOWzF++eGXeXdycMADwnxarTbmoN
ibOdnl7+FTuXkkRSExQIHTHJdKNlJTbjlBqSV5igAbaZfHFK+qDM2qzEa7K8IeJm
HgOZ4LIqUTYZk4JXAQIwO67qbRhaZ/Foe63eJiFpBsErw9T77w5boBtr2d6nqTW5
0Uc7pUkj4wTn4OoYhXsazQyY+F9ITypPnF8RjRY0E7hGt9KXk+4=
=9SAL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to