Your message dated Sat, 25 Jul 2020 20:40:34 +0000
with message-id <e1jzqya-000gwb...@fasolo.debian.org>
and subject line Bug#957112: fixed in crossfire-client 1.74.0-2
has caused the Debian Bug report #957112,
regarding crossfire-client: 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.)


-- 
957112: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:crossfire-client
Version: 1.74.0-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/crossfire-client_1.74.0-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

[...]
  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 /<<PKGBUILDDIR>>/common/client.h:26,
                 from /<<PKGBUILDDIR>>/gtk-v2/src/stats.c:19:
/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 /<<PKGBUILDDIR>>/gtk-v2/src/stats.c:22:
/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 /<<PKGBUILDDIR>>/common/client.h:16,
                 from /<<PKGBUILDDIR>>/gtk-v2/src/stats.c:19:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
/<<PKGBUILDDIR>>/gtk-v2/src/stats.c: In function ‘draw_stats’:
/<<PKGBUILDDIR>>/gtk-v2/src/stats.c:685:46: warning: ‘%s’ directive output may 
be truncated writing up to 255 bytes into a region of size 249 
[-Wformat-truncation=]
  685 |         snprintf(buff, sizeof(buff), "Range: %s", cpl.range);
      |                                              ^~   ~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from /<<PKGBUILDDIR>>/common/client.h:18,
                 from /<<PKGBUILDDIR>>/gtk-v2/src/stats.c:19:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 8 and 263 bytes into a destination of 
size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[100%] Linking C executable crossfire-client-gtk2
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/gtk-v2/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/crossfire-client-gtk2.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -Wl,-z,relro -rdynamic 
CMakeFiles/crossfire-client-gtk2.dir/sound-vala.c.o 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o 
CMakeFiles/crossfire-client-gtk2.dir/config.c.o 
CMakeFiles/crossfire-client-gtk2.dir/create_char.c.o 
CMakeFiles/crossfire-client-gtk2.dir/image.c.o 
CMakeFiles/crossfire-client-gtk2.dir/info.c.o 
CMakeFiles/crossfire-client-gtk2.dir/inventory.c.o 
CMakeFiles/crossfire-client-gtk2.dir/keys.c.o 
CMakeFiles/crossfire-client-gtk2.dir/magicmap.c.o 
CMakeFiles/crossfire-client-gtk2.dir/main.c.o 
CMakeFiles/crossfire-client-gtk2.dir/map.c.o 
CMakeFiles/crossfire-client-gtk2.dir/menubar.c.o 
CMakeFiles/crossfire-client-gtk2.dir/metaserver.c.o 
CMakeFiles/crossfire-client-gtk2.dir/opengl.c.o 
CMakeFiles/crossfire-client-gtk2.dir/pickup.c.o 
CMakeFiles/crossfire-client-gtk2.dir/png.c.o 
CMakeFiles/crossfire-client-gtk2.dir/sdl.c.o CMakeFi
 les/crossfire-client-gtk2.dir/skills.c.o 
CMakeFiles/crossfire-client-gtk2.dir/sound.c.o 
CMakeFiles/crossfire-client-gtk2.dir/spells.c.o 
CMakeFiles/crossfire-client-gtk2.dir/stats.c.o  -o crossfire-client-gtk2  
../../common/libcfclient.a -lcurl -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 
-latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig 
-lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -llua5.1 -lm -lGL -lGLU -lpng -lz 
-lSDL_image -lSDL -lSM -lICE -lX11 -lXext 
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/config.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/create_char.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/image.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/info.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/inventory.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/keys.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/magicmap.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/main.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/map.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/menubar.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/metaserver.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/opengl.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/pickup.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/sdl.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/skills.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/spells.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
/usr/bin/ld: 
CMakeFiles/crossfire-client-gtk2.dir/stats.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 multiple definition of `window_xml_file'; 
CMakeFiles/crossfire-client-gtk2.dir/account.c.o:./obj-x86_64-linux-gnu/gtk-v2/src/./gtk-v2/src/main.h:37:
 first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/build.make:408: 
gtk-v2/src/crossfire-client-gtk2] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:240: 
gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:166: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" 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: crossfire-client
Source-Version: 1.74.0-2
Done: Kari Pahula <k...@debian.org>

We believe that the bug you reported is fixed in the latest version of
crossfire-client, 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.
Kari Pahula <k...@debian.org> (supplier of updated crossfire-client 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: Sat, 25 Jul 2020 23:04:57 +0300
Source: crossfire-client
Architecture: source
Version: 1.74.0-2
Distribution: unstable
Urgency: medium
Maintainer: Kari Pahula <k...@debian.org>
Changed-By: Kari Pahula <k...@debian.org>
Closes: 957112
Changes:
 crossfire-client (1.74.0-2) unstable; urgency=medium
 .
   * Fix FTBFS by deduplicating a variable declaration. (Closes: #957112)
   * Standards-Version 4.5.0 and dh compat 13
Checksums-Sha1:
 62a7b815f730eb6c53f0f1ed5b3c3ac90ce99c21 1967 crossfire-client_1.74.0-2.dsc
 d65dc758d1c63a0dc5163d1af6101b2d8b5ab583 9592 
crossfire-client_1.74.0-2.debian.tar.xz
 55fae3c75e3a50bf443b3bc5c70d8be08be960f8 15666 
crossfire-client_1.74.0-2_source.buildinfo
Checksums-Sha256:
 d83d45ab11987741d19dc794fb3c3b07196401127cac38c5751b40261bcef628 1967 
crossfire-client_1.74.0-2.dsc
 77d91c41ff989c3bb3d15b0e40c4114cc7400a06f23c79f57c50dfc463f53dfb 9592 
crossfire-client_1.74.0-2.debian.tar.xz
 b445c288e659dacb45353684d3e502a8c77b272c411d2ca79dd81281d7b0d179 15666 
crossfire-client_1.74.0-2_source.buildinfo
Files:
 29e557d5cc2159495256d47e01d4c61b 1967 games optional 
crossfire-client_1.74.0-2.dsc
 aca10b0501a5bb70e81e390862e261cb 9592 games optional 
crossfire-client_1.74.0-2.debian.tar.xz
 35d983a63402b9b95a9d4a2332098968 15666 games optional 
crossfire-client_1.74.0-2_source.buildinfo

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

iQIzBAEBCAAdFiEECcOX/lMRGGlaUzRFhAhn7p2PJlwFAl8ck3sACgkQhAhn7p2P
JlygrBAAwKtP72CP/j3M6/Eqiw4RJtXvYfzMIJWSfdrdN9l38g9Ip9Fpl1A+6GLM
iU9AmV6hgGPTqbFraoQHq8JCrug8T8uyWnwbFJHBX/U0natllp/BhVRSYCx2ZDWh
LhCODMxG1j9EkJ8ibnUMmoYugGUOPi+uN057TZMs0dKHvd2z4avz7PMdr7CYKSMs
4RZ9ZI0WW4wt2S1CbDsMNczr95x+Ww3wmkX8/4rXwl2Pl4q7aL6+pNCnRxZWxSrD
2WSBL/8a2WOQBsJASCUWFiGQSfL6mAmH9Wii+0CZWDNMprBejsAVppHC+5gWK4Ql
M6WLHQ8sLJX491anDWkWgIWi8W5qy/zEegRmuGKEUbF5yUl0c611qMmwUXpDDksK
N10WBCt7Der+mcZeyk2RC/ZyJxdFpVmN1lxxhKPG/1UcqPDuMExcAFt85VHQ2RIs
ZXpoasXg53rMZNCnxDD2rW+JiRLeAr/ECwGKDLYyC8vyTZnNzhxumbpVQCjlUnzv
8/DyfK+NuVSEUHbNFF+5XQCA/W7IjIcyJtWL6RlrIplPVRKt9Kulf2LijexsqDFM
e8N6KsWRmpddNBenLLOcTyn9TdbG3CTzfBByfQFz6vEMOPWmpNz6UQ139LTpsvxI
N948x5OO4PGlutU5Ll/h9WrHjenRVEutwi7cGxHZU/MRm/5ZLXY=
=N1dW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to