Your message dated Sat, 21 Nov 2020 17:49:31 +0000
with message-id <e1kgx0t-000bct...@fasolo.debian.org>
and subject line Bug#957859: fixed in t4kcommon 0.1.1-10
has caused the Debian Bug report #957859,
regarding tuxmath: 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.)


-- 
957859: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957859
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tuxmath
Version: 2.0.3-5
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/tuxmath_2.0.3-5_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

[...]
x86_64-linux-gnu-gcc -Wall -g -DDATA_PREFIX=\"/usr/share/tuxmath\" -DDEBUG 
-DSOUND -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -D_GNU_SOURCE=1 -D_REENTRANT 
-I/usr/include/SDL  -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -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 -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 
-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/libxml2 
-D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/SDL 
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/librsvg-2.0 
-I/usr/include/gdk-pixbuf-2.0 -I/us
 r/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 -I/usr/include/libxml2  -Wl,-z,relro -Wl,--as-needed -o 
generate_lesson generate_lesson.o mathcards.o options.o fileops.o lessons.o  
-lm  -lSDL -lSDL_image -lSDL -lSDL_mixer -lSDL -lrsvg-2 -lm -lgio-2.0 
-lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lcairo -lSDL_net -lSDL 
-lxml2 -lt4k_common -lSDL_mixer -lSDL_net -lSDL_image -lSDL -lSDL_Pango 
-lpango-1.0 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-lcairo -lxml2
/usr/bin/ld: In function ‘strncpy’,
    inlined from ‘config_highscores’ at tuxmathadmin.c:562:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 4096 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mathcards.o:/usr/include/t4k_common.h:242: multiple definition of 
`wrapped_lines'; generate_lesson.o:/usr/include/t4k_common.h:242: first defined 
here
/usr/bin/ld: options.o:/usr/include/t4k_common.h:242: multiple definition of 
`wrapped_lines'; generate_lesson.o:/usr/include/t4k_common.h:242: first defined 
here
/usr/bin/ld: fileops.o:/usr/include/t4k_common.h:242: multiple definition of 
`wrapped_lines'; generate_lesson.o:/usr/include/t4k_common.h:242: first defined 
here
/usr/bin/ld: lessons.o:/usr/include/t4k_common.h:242: multiple definition of 
`wrapped_lines'; generate_lesson.o:/usr/include/t4k_common.h:242: first defined 
here
In function ‘strncpy’,
    inlined from ‘clear_highscores’ at tuxmathadmin.c:605:6:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 4096 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘clear_file’ at tuxmathadmin.c:734:6:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 4096 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘consolidate_logs’ at tuxmathadmin.c:660:6:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 4096 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘consolidate_logs’ at tuxmathadmin.c:670:6:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 4096 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘consolidate_logs’ at tuxmathadmin.c:686:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 4096 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
server.c: In function ‘game_msg_wrong_answer’:
server.c:1540:37: warning: ‘%s’ directive output may be truncated writing up to 
511 bytes into a region of size 501 [-Wformat-truncation=]
 1168 |     broadcast_msg(outbuf);
      |                   ~~~~~~             
......
 1540 |     snprintf(buf, NET_BUF_LEN, "%s\t%s", "PLAYER_MSG", msg);
      |                                     ^~
In file included from /usr/include/stdio.h:867,
                 from /usr/include/SDL/SDL_stdinc.h:37,
                 from /usr/include/SDL/SDL_main.h:26,
                 from /usr/include/SDL/SDL.h:30,
                 from /usr/include/t4k_common.h:62,
                 from globals.h:50,
                 from server.c:39:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 12 and 523 bytes into a destination 
of size 512
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -Wall -g -DDATA_PREFIX=\"/usr/share/tuxmath\" -DDEBUG 
-DSOUND -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -D_GNU_SOURCE=1 -D_REENTRANT 
-I/usr/include/SDL  -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -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 -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 
-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/libxml2 
-D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/SDL 
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/librsvg-2.0 
-I/usr/include/gdk-pixbuf-2.0 -I/us
 r/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 -I/usr/include/libxml2  -Wl,-z,relro -Wl,--as-needed -o 
tuxmathtestclient testclient.o network.o options.o mathcards.o  -lm  -lSDL 
-lSDL_image -lSDL -lSDL_mixer -lSDL -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 
-lgobject-2.0 -lglib-2.0 -lcairo -lcairo -lSDL_net -lSDL -lxml2 -lt4k_common 
-lSDL_mixer -lSDL_net -lSDL_image -lSDL -lSDL_Pango -lpango-1.0 -lrsvg-2 -lm 
-lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lxml2
/usr/bin/ld: options.o:/usr/include/t4k_common.h:242: multiple definition of 
`wrapped_lines'; network.o:/usr/include/t4k_common.h:242: first defined here
/usr/bin/ld: mathcards.o:/usr/include/t4k_common.h:242: multiple definition of 
`wrapped_lines'; network.o:/usr/include/t4k_common.h:242: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:534: generate_lesson] Error 1
make[3]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:550: tuxmathtestclient] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:464: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:399: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: t4kcommon
Source-Version: 0.1.1-10
Done: Holger Levsen <hol...@debian.org>

We believe that the bug you reported is fixed in the latest version of
t4kcommon, 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.
Holger Levsen <hol...@debian.org> (supplier of updated t4kcommon 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: Sat, 21 Nov 2020 18:08:36 +0100
Source: t4kcommon
Architecture: source
Version: 0.1.1-10
Distribution: unstable
Urgency: medium
Maintainer: Holger Levsen <hol...@debian.org>
Changed-By: Holger Levsen <hol...@debian.org>
Closes: 957859
Changes:
 t4kcommon (0.1.1-10) unstable; urgency=medium
 .
   * Add 0001-Fix-wrapped_lines-variable-declaration-extern.patch to fix build
     with GCC 10.Closes: #957859. Thanks to Antoni Villalonga for the patch.
   * Update standards version to 4.5.1.
Checksums-Sha1:
 79200a7c348423ee51753152afc5531a55a94f1d 2136 t4kcommon_0.1.1-10.dsc
 dd6a05f410fd981860fd3782ffaee9a0bbcb18fe 6468 t4kcommon_0.1.1-10.debian.tar.xz
 dc06c4b9cc6fef5354529ef5a449805e3c54af67 13119 
t4kcommon_0.1.1-10_source.buildinfo
Checksums-Sha256:
 c9a0d56c50eca1de5f2fb305c4182bb0525543ad57f7cc2a2dba6bd5535aeb26 2136 
t4kcommon_0.1.1-10.dsc
 e7b59212b8480a59f60f9aa6e7f61511609a029778a44cf0658608c4b5a7904e 6468 
t4kcommon_0.1.1-10.debian.tar.xz
 db51a865d16dacfc6ce6e86948fd494298a08111cd00378db7f865dd4b14d696 13119 
t4kcommon_0.1.1-10_source.buildinfo
Files:
 b0126ca607d610403682647eda9b42c9 2136 libs optional t4kcommon_0.1.1-10.dsc
 c2e900cde8e8182c19676a9c343a07a0 6468 libs optional 
t4kcommon_0.1.1-10.debian.tar.xz
 345b2532419c2df8674d82a0ad7ac872 13119 libs optional 
t4kcommon_0.1.1-10_source.buildinfo

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

iQIzBAEBCgAdFiEEuL9UE3sJ01zwJv6dCRq4VgaaqhwFAl+5TbgACgkQCRq4Vgaa
qhzOfRAAtC0y9CVa4MXShG2hfvdj0sxb0GFN1+WM3PfI8d0ksmelX/eXKpxY8QUH
tgHHa/MalbuKI9jEH/V44mw0srDEPz7Ji551Z1RbZD9681CjKEU1VXIXozIaDmGO
0hP1576AjVZR9Xb5HH+UpOHNc85R7Ox+z2x/nt+FBrL4Oi7R7GJDFwp3zYnceuyK
NN5LTzgmv6I4m4gId7t4+WJgyViVmHlu1fk2HL0TP4UIpwLutvoWPVilH+TlLL6h
JvWWKkSbb/KDFpG9BLXqFTRkkbFiJASJI5MvrqIGR5b/fZyfJKvkqPRRqLx4+MKa
gnIcMQGwWxrjNNhZKGrLPRXLjZAJafBLMGhAuI4X4NZibEH3TqhezkWHpliDWO0g
0vuYJGtnJyBcymFDyM6kKQXnPNvRT/oqQXexE55XLcvB0HsGnq18871dj3Hyk/EK
ydWjXi527N6xRiLa1xLUk3cnI8uzvOOqyp/Np7hgE+8qP1R7RotcbTBt+Usg9tha
qadOSjPM3mMOOX+FNoL5Vrrp081dSAp+Y8Gk9XUTuaEpCQ8YKr/AHYTUgY3kf/Sq
QwqxwLcFnS+byHEwUGQMmFyHxGyXpN56onKtbo20MV19Fg+8D92QhPKs85s6TA9m
BpV4Ah8l/VpGS1gbrBiytg6BbTKEtGjraPVQoo0R2LXTAumKDLk=
=NU1U
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to