Your message dated Sat, 22 Aug 2020 20:49:45 +0000
with message-id <e1k9asp-0002ve...@fasolo.debian.org>
and subject line Bug#957872: fixed in tetrinet 0.11+CVS20070911-2.1
has caused the Debian Bug report #957872,
regarding tetrinet: 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.)
--
957872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957872
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tetrinet
Version: 0.11+CVS20070911-2
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/tetrinet_0.11+CVS20070911-2_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/string.h:385:35: note: expected ‘const char *’ but argument is of
type ‘const unsigned char *’
385 | extern size_t strlen (const char *__s)
| ~~~~~~~~~~~~^~~
tty.c:352:32: warning: pointer targets in passing argument 1 of ‘strdup’ differ
in signedness [-Wpointer-sign]
352 | buf->text[buf->line] = strdup(s);
| ^
| |
| const unsigned char *
In file included from tty.c:10:
/usr/include/string.h:167:34: note: expected ‘const char *’ but argument is of
type ‘const unsigned char *’
167 | extern char *strdup (const char *__s)
| ~~~~~~~~~~~~^~~
tty.c: In function ‘draw_text’:
tty.c:391:15: warning: pointer targets in passing argument 2 of ‘outline’
differ in signedness [-Wpointer-sign]
391 | outline(buf, str);
| ^~~
| |
| char *
tty.c:304:59: note: expected ‘const unsigned char *’ but argument is of type
‘char *’
304 | static void outline(TextBuffer *buf, const unsigned char *s)
| ~~~~~~~~~~~~~~~~~~~~~^
tty.c:400:18: warning: pointer targets in passing argument 2 of ‘outline’
differ in signedness [-Wpointer-sign]
400 | outline(buf, str);
| ^~~
| |
| char *
tty.c:304:59: note: expected ‘const unsigned char *’ but argument is of type
‘char *’
304 | static void outline(TextBuffer *buf, const unsigned char *s)
| ~~~~~~~~~~~~~~~~~~~~~^
tty.c: In function ‘restore_text’:
tty.c:445:24: warning: pointer targets in passing argument 2 of ‘outline’
differ in signedness [-Wpointer-sign]
445 | outline(buf, buf->text[buf->line]);
| ~~~~~~~~~^~~~~~~~~~~
| |
| char *
tty.c:304:59: note: expected ‘const unsigned char *’ but argument is of type
‘char *’
304 | static void outline(TextBuffer *buf, const unsigned char *s)
| ~~~~~~~~~~~~~~~~~~~~~^
tty.c: In function ‘setup_fields’:
tty.c:597:31: warning: comparison between pointer and zero character constant
[-Wpointer-compare]
597 | if (teams[my_playernum-1] != '\0') {
| ^~
tty.c:597:9: note: did you mean to dereference the pointer?
597 | if (teams[my_playernum-1] != '\0') {
| ^
tty.c:633:18: warning: comparison between pointer and zero character constant
[-Wpointer-compare]
633 | if (teams[j+1] != '\0') {
| ^~
tty.c:633:7: note: did you mean to dereference the pointer?
633 | if (teams[j+1] != '\0') {
| ^
tty.c:646:16: warning: comparison between pointer and zero character constant
[-Wpointer-compare]
646 | if (teams[j] != '\0') {
| ^~
tty.c:646:7: note: did you mean to dereference the pointer?
646 | if (teams[j] != '\0') {
| ^
tty.c: In function ‘draw_attdef’:
tty.c:905:12: warning: variable ‘width’ set but not used
[-Wunused-but-set-variable]
905 | int i, width;
| ^~~~~
cc -o tetrinet sockets.o tetrinet.o tetris.o tty.o -lncurses
/usr/bin/ld: tetris.o:/<<PKGBUILDDIR>>/tetris.h:53: multiple definition of
`piecedata'; tetrinet.o:/<<PKGBUILDDIR>>/tetris.h:53: first defined here
/usr/bin/ld: tty.o:/<<PKGBUILDDIR>>/tetris.h:53: multiple definition of
`piecedata'; tetrinet.o:/<<PKGBUILDDIR>>/tetris.h:53: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:60: tetrinet] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: tetrinet
Source-Version: 0.11+CVS20070911-2.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
tetrinet, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated tetrinet
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: Thu, 20 Aug 2020 21:21:38 +0100
Source: tetrinet
Architecture: source
Version: 0.11+CVS20070911-2.1
Distribution: unstable
Urgency: medium
Maintainer: Rhonda D'Vine <rho...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957872
Changes:
tetrinet (0.11+CVS20070911-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957872)
- Thanks to Reiner Herrmann.
Checksums-Sha1:
7a2ff4941cc6420176d9f5df311fb9aeaed600e7 1954 tetrinet_0.11+CVS20070911-2.1.dsc
9850cfec72854d747b53e06b62ef69ab87aeb98f 5348
tetrinet_0.11+CVS20070911-2.1.debian.tar.xz
7df736ad5793c253224eb6e07ad218e0dd1e2464 6636
tetrinet_0.11+CVS20070911-2.1_amd64.buildinfo
Checksums-Sha256:
065f75e4f69188bcda99a94250033116b56628b974b383be8a2a9b8353c1c43a 1954
tetrinet_0.11+CVS20070911-2.1.dsc
d55025eadb167c62a687de2e1e01d8b3532a9dd7b548a59d1f67ed0620a7e7fc 5348
tetrinet_0.11+CVS20070911-2.1.debian.tar.xz
dfcf6d99f3cbea33541913faf7056035d602b4d850d754b4e82684c124f9a4f3 6636
tetrinet_0.11+CVS20070911-2.1_amd64.buildinfo
Files:
ac07bda8ea0f363d65643d1438121ea0 1954 games optional
tetrinet_0.11+CVS20070911-2.1.dsc
35dea0756286e99dcd6aa470aa9654ab 5348 games optional
tetrinet_0.11+CVS20070911-2.1.debian.tar.xz
6a421b9600dcbe1453e2cab10ab4fbae 6636 games optional
tetrinet_0.11+CVS20070911-2.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8+3NkACgkQR5mjUUbR
KzVsVA/7BHjIM2XoFXSn8FirAQh9Ymf8lnUQwgKiU0PSLis4NOTOvKPy4qoHCSk9
QYBPIQUMnncFx/PniTZxon5v/lKLYv7ipnqVQ4jNyk+WMkJH56MbLbNFRWpeOQi6
YA/re5De58pyv4ai0Ljhnn8viGrmcGHrY9UdVtXHDuNx0kYblqQDOSsO+YXifYu4
3KHIkWjZhI1VWNRloeXMsy+8YBh9YvZnnidJqf2LA4h4CUcHhl4bbBXJviHdW+7r
LZMDcCNcc7R6NGvSWMTAKitARDab6WVaUgOHs5+OcF1rwo91IjLsFpYz/shrqbs/
TTKvMCeDxd9OUN1ogaLIDqkPUCX87ngG7ayA12L9jFLbS3fLVTKrRqFJrjIBEoNn
//5/464Y7IdevnCxfu32/rJS4+Ze16eJ/usF8DGMtBeotvv9FfHD78NJqRixBcj1
RBDJps+TPihdgyuRIq3EpXRuL6WzTzniKbkNNGmccKwu9OgJZixRIRjNlxbIoA7m
v1AOWdGJjvsLhs+3cAWx1hUAQlMN+ecJ2lRgG2OHGs1aTuy5hlqIgYGjqpA2FAgC
+l/19/VC/2fm+osMso9EgmJK54aVcCsTT/EdN3h6lNc8JbdKibfn8tRjvCxz6nkY
ZV+DMbcSH3OD5cSbgoLedNIVPtq0IkncU1n4SGuX8mscRnaeYak=
=dqFW
-----END PGP SIGNATURE-----
--- End Message ---