Your message dated Wed, 23 Aug 2017 22:39:13 +0000
with message-id <e1dkeir-0005kc...@fasolo.debian.org>
and subject line Bug#871114: fixed in widelands 1:19+repack-4
has caused the Debian Bug report #871114,
regarding widelands: FTBFS: game_settings.h:52:8: error: 
'newuser.UserSettings::position' may be used uninitialized in this function 
[-Werror=maybe-uninitialized]
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.)


-- 
871114: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871114
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: widelands
Version: 1:19+repack-3
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> cd /<<BUILDDIR>>/widelands-19+repack/obj-x86_64-linux-gnu/src/network && 
> /usr/bin/c++   -I/<<BUILDDIR>>/widelands-19+repack/src 
> -I/<<BUILDDIR>>/widelands-19+repack/obj-x86_64-linux-gnu/src -isystem 
> /usr/include/SDL2 -isystem /usr/include/minizip -isystem /usr/include/GL  -g 
> -O2 -fdebug-prefix-map=/<<BUILDDIR>>/widelands-19+repack=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG    
> -std=c++11 -fext-numeric-literals -g -O3 -DNDEBUG -DNOPARACHUTE -Wall 
> -Wpedantic -Wdeprecated-declarations -Wextra -Wformat -Wformat-nonliteral 
> -Wformat-security -Wformat-y2k -Winit-self -Winvalid-pch -Wlogical-op 
> -Wmissing-include-dirs -Wno-undef -Wold-style-cast -Woverlength-strings 
> -Wpacked -Wpointer-arith -Wredundant-decls -Wsign-promo -Wsync-nand 
> -Wtrampolines -Wundef -Wunused -Wunused-macros -Werror=format-security 
> -Werror=return-type -Werror=shadow -Werror=uninitialized -o 
> CMakeFiles/network.dir/network_player_settings_backend.cc.o -c 
> /<<BUILDDIR>>/widelands-19+repack/src/network/network_player_settings_backend.cc
> In file included from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h:29:0,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.cc:20:
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h: In member function 
> 'virtual const char* ProtocolException::what() const':
> /<<BUILDDIR>>/widelands-19+repack/src/base/wexception.h:63:90: warning: throw 
> will always call terminate() [-Wterminate]
>  #define NEVER_HERE() throw WException(__FILE__, __LINE__, "Unreachable code 
> was reached.")
>                                                                               
>             ^
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h:184:3: note: in 
> expansion of macro 'NEVER_HERE'
>    NEVER_HERE();
>    ^~~~~~~~~~
> In file included from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h:29:0,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/internet_gaming.h:34,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/internet_gaming.cc:20:
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h: In member function 
> 'virtual const char* ProtocolException::what() const':
> /<<BUILDDIR>>/widelands-19+repack/src/base/wexception.h:63:90: warning: throw 
> will always call terminate() [-Wterminate]
>  #define NEVER_HERE() throw WException(__FILE__, __LINE__, "Unreachable code 
> was reached.")
>                                                                               
>             ^
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h:184:3: note: in 
> expansion of macro 'NEVER_HERE'
>    NEVER_HERE();
>    ^~~~~~~~~~
> In file included from 
> /<<BUILDDIR>>/widelands-19+repack/src/scripting/lua_errors.h:25:0,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/scripting/lua_table.h:32,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/logic/map_objects/tribes/tribe_basic_info.h:29,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/logic/game_settings.h:28,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/nethost.h:24,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/nethost.cc:20:
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h: In member function 
> 'virtual const char* ProtocolException::what() const':
> /<<BUILDDIR>>/widelands-19+repack/src/base/wexception.h:63:90: warning: throw 
> will always call terminate() [-Wterminate]
>  #define NEVER_HERE() throw WException(__FILE__, __LINE__, "Unreachable code 
> was reached.")
>                                                                               
>             ^
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h:184:3: note: in 
> expansion of macro 'NEVER_HERE'
>    NEVER_HERE();
>    ^~~~~~~~~~
> In file included from 
> /<<BUILDDIR>>/widelands-19+repack/src/scripting/lua_errors.h:25:0,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/scripting/lua_table.h:32,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/logic/map_objects/tribes/tribe_basic_info.h:29,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/logic/game_settings.h:28,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/netclient.h:25,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/netclient.cc:20:
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h: In member function 
> 'virtual const char* ProtocolException::what() const':
> /<<BUILDDIR>>/widelands-19+repack/src/base/wexception.h:63:90: warning: throw 
> will always call terminate() [-Wterminate]
>  #define NEVER_HERE() throw WException(__FILE__, __LINE__, "Unreachable code 
> was reached.")
>                                                                               
>             ^
> /<<BUILDDIR>>/widelands-19+repack/src/network/network.h:184:3: note: in 
> expansion of macro 'NEVER_HERE'
>    NEVER_HERE();
>    ^~~~~~~~~~
> In file included from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/netclient.h:25:0,
>                  from 
> /<<BUILDDIR>>/widelands-19+repack/src/network/netclient.cc:20:
> /<<BUILDDIR>>/widelands-19+repack/src/logic/game_settings.h: In member 
> function 'void NetClient::receive_one_user(uint32_t, StreamRead&)':
> /<<BUILDDIR>>/widelands-19+repack/src/logic/game_settings.h:52:8: error: 
> 'newuser.UserSettings::position' may be used uninitialized in this function 
> [-Werror=maybe-uninitialized]
>  struct UserSettings {
>         ^~~~~~~~~~~~
> cc1plus: some warnings being treated as errors
> src/network/CMakeFiles/network.dir/build.make:113: recipe for target 
> 'src/network/CMakeFiles/network.dir/netclient.cc.o' failed
> make[3]: *** [src/network/CMakeFiles/network.dir/netclient.cc.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/08/05/widelands_19+repack-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: widelands
Source-Version: 1:19+repack-4

We believe that the bug you reported is fixed in the latest version of
widelands, 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 871...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated widelands 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, 24 Aug 2017 00:05:16 +0200
Source: widelands
Binary: widelands widelands-data
Architecture: source
Version: 1:19+repack-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 widelands  - fantasy real-time strategy game
 widelands-data - fantasy real-time strategy game (data files)
Closes: 861043 871114
Changes:
 widelands (1:19+repack-4) unstable; urgency=medium
 .
   * Team upload.
   * Remove empty gbp.conf file.
   * Switch to compat level 10.
   * Declare compliance with Debian Policy 4.1.0.
   * Vcs-Browser: Use canonical Vcs-URI.
   * Do not convert png files to xpm anymore. Drop imagemagick from B-D.
   * Move font dependencies from widelands to widelands-data. (Closes: #861043)
   * Add gcc7.patch and fix FTBFS with GCC 7. (Closes: #871114)
   * Drop -dbg package and use the automatically provided -dbgsym package
     instead.
   * Install appdata file into canonical /usr/share/metainfo directory.
Checksums-Sha1:
 320af519dd50d31ed75c06fe647c3c5f59226751 2440 widelands_19+repack-4.dsc
 cd23f78126a674371a8dbffa8c4367444128f72f 29520 
widelands_19+repack-4.debian.tar.xz
 937cd7469671dc2018de0c578410cf0a06ae2c81 12384 
widelands_19+repack-4_source.buildinfo
Checksums-Sha256:
 55c93fcf8aa64be9ff6d4c451ae5d03d0a0b6bb97a2fbb057f9fea866d0229b8 2440 
widelands_19+repack-4.dsc
 5945ff446d52e209949fd5ecf45f2c8ed598646543fb069ea1bd83976a5bf15e 29520 
widelands_19+repack-4.debian.tar.xz
 296757db876f8b76ea2d09c5ee1ebf56d9c75af2146254d62f5c66126215d16b 12384 
widelands_19+repack-4_source.buildinfo
Files:
 7e18cfb2d8d6617c3af9826486bb364a 2440 games extra widelands_19+repack-4.dsc
 52baf6f119204a1907018f96a0d2361a 29520 games extra 
widelands_19+repack-4.debian.tar.xz
 c852b45ebe45bf6c3c32a853d1b00eb1 12384 games extra 
widelands_19+repack-4_source.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlmd/jtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkPRMP/0thE6sT95HLuxeoxj54o8c9FbCNk+WfuEll
+RoCoN2ZeZHRxeT6veWbOtUatJNJl9CUOge9sAg28u+9Gfm4ZbZ2s5I4pDjluzBD
oYYiogZaajcp+C2pFN5CqXtVkIKWa5Zz6Q1rR/uH1BVqvcgALrrrqBcS76jQLB+w
hWaOi/QTxPSSjFl68h3DXga+3qscl2oY2F2KNLp5+iX20mM5ceraAL7nVjEwIvIp
V30Jr7vVfiDot2M8zdftVUstfnVEExUNQ35T4O5URD/mYgahuE82iO2ewZJKmrFQ
yd5HKKEBET5245NtbocDtuXDV1pCcRCoQwc5Pnt7SgoXRjVInkTjoPn0yUVsImn5
4DVQneEbM8xmA1R6yqYdvUGbvR9mVGl/3aMu9bTRBkIAHjUPi0FVV230cWKOVTUk
NEwfGzMABXyobw7BkOICUdWw334KRHS0J9I6RnWpKzp30XUqJI6CzyKu4AVBZm2r
w0gJdKVANYhRrISFbk1iwdSPOKuNnOH0hlK5Y3HM17u4XkLs3IoQRM6w9cTeRb+p
dfac8U30LOr8kWdLwh2R1CGbnL2O19l+SWVUmSwOB0uEg3/DSk77UHaVjsTMbcYn
DtG+XYatQxt+wb5dIPVg9Cffsb+MM/b6v5Gib5mx29CBjf3u4pK29exPxiSCfirM
69clQhQ7
=9FQw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to