Your message dated Mon, 15 Aug 2022 07:52:41 +0000
with message-id <e1onutt-00ez6z...@fasolo.debian.org>
and subject line Bug#1013066: fixed in widelands 1:21-2
has caused the Debian Bug report #1013066,
regarding widelands: ftbfs with GCC-12
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.)


-- 
1013066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:widelands
Version: 1:21-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm release]

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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/widelands_21-1_unstable_gcc12.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/editor && /usr/bin/c++ 
-DBOOST_ALL_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DHAVE_SYSTEM_MINIZIP -DUSE_XDG 
-DWL_USE_GLVND -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem 
/usr/include/GL -isystem /usr/include/minizip -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -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 -O1 
-DNDEBUG -DNOPARACHUTE -Wredundant-decls -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 -Wsign-promo -Wsync-nand -Wtrampolines -Wundef 
-Wunused -Wunused-macros -Werror=format-security -Werror=return-type -Werro
 r=shadow -Werror=uninitialized -MD -MT 
src/editor/CMakeFiles/editor.dir/tools/draw_tool.cc.o -MF 
CMakeFiles/editor.dir/tools/draw_tool.cc.o.d -o 
CMakeFiles/editor.dir/tools/draw_tool.cc.o -c 
/<<PKGBUILDDIR>>/src/editor/tools/draw_tool.cc
[ 94%] Building CXX object 
src/editor/CMakeFiles/editor.dir/tools/increase_height_tool.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/editor && /usr/bin/c++ 
-DBOOST_ALL_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DHAVE_SYSTEM_MINIZIP -DUSE_XDG 
-DWL_USE_GLVND -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem 
/usr/include/GL -isystem /usr/include/minizip -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -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 -O1 
-DNDEBUG -DNOPARACHUTE -Wredundant-decls -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 -Wsign-promo -Wsync-nand -Wtrampolines -Wundef 
-Wunused -Wunused-macros -Werror=format-security -Werror=return-type -Werro
 r=shadow -Werror=uninitialized -MD -MT 
src/editor/CMakeFiles/editor.dir/tools/increase_height_tool.cc.o -MF 
CMakeFiles/editor.dir/tools/increase_height_tool.cc.o.d -o 
CMakeFiles/editor.dir/tools/increase_height_tool.cc.o -c 
/<<PKGBUILDDIR>>/src/editor/tools/increase_height_tool.cc
[ 94%] Building CXX object 
src/editor/CMakeFiles/editor.dir/tools/increase_resources_tool.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/editor && /usr/bin/c++ 
-DBOOST_ALL_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DHAVE_SYSTEM_MINIZIP -DUSE_XDG 
-DWL_USE_GLVND -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem 
/usr/include/GL -isystem /usr/include/minizip -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -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 -O1 
-DNDEBUG -DNOPARACHUTE -Wredundant-decls -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 -Wsign-promo -Wsync-nand -Wtrampolines -Wundef 
-Wunused -Wunused-macros -Werror=format-security -Werror=return-type -Werro
 r=shadow -Werror=uninitialized -MD -MT 
src/editor/CMakeFiles/editor.dir/tools/increase_resources_tool.cc.o -MF 
CMakeFiles/editor.dir/tools/increase_resources_tool.cc.o.d -o 
CMakeFiles/editor.dir/tools/increase_resources_tool.cc.o -c 
/<<PKGBUILDDIR>>/src/editor/tools/increase_resources_tool.cc
In file included from /<<PKGBUILDDIR>>/src/editor/tools/history.cc:22:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/src/editor/tools/decrease_height_tool.cc:22:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/src/editor/tools/decrease_resources_tool.cc:22:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/editor/editorinteractive.cc:20:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/src/editor/tools/delete_immovable_tool.cc:23:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/src/editor/tools/delete_critter_tool.cc:22:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
cc1plus: some warnings being treated as errors
cc1plus: some warnings being treated as errors
cc1plus: some warnings being treated as errors
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:107: 
src/editor/CMakeFiles/editor.dir/tools/decrease_height_tool.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:121: 
src/editor/CMakeFiles/editor.dir/tools/decrease_resources_tool.cc.o] Error 1
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:135: 
src/editor/CMakeFiles/editor.dir/tools/delete_critter_tool.cc.o] Error 1
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:149: 
src/editor/CMakeFiles/editor.dir/tools/delete_immovable_tool.cc.o] Error 1
cc1plus: some warnings being treated as errors
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:177: 
src/editor/CMakeFiles/editor.dir/tools/history.cc.o] Error 1
In file included from 
/<<PKGBUILDDIR>>/src/editor/tools/increase_height_tool.cc:22:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/src/editor/tools/increase_resources_tool.cc:22:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h: In constructor 
‘EditorInteractive::Tools::Tools(const Widelands::Map&)’:
/<<PKGBUILDDIR>>/src/editor/editorinteractive.h:60:37: error: member 
‘EditorInteractive::Tools::unset_port_space’ is used uninitialized 
[-Werror=uninitialized]
   60 |                      set_port_space(unset_port_space),
      |                                     ^~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:191: 
src/editor/CMakeFiles/editor.dir/tools/increase_height_tool.cc.o] Error 1
cc1plus: some warnings being treated as errors
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:205: 
src/editor/CMakeFiles/editor.dir/tools/increase_resources_tool.cc.o] Error 1
cc1plus: some warnings being treated as errors
make[3]: *** [src/editor/CMakeFiles/editor.dir/build.make:79: 
src/editor/CMakeFiles/editor.dir/editorinteractive.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:9741: src/editor/CMakeFiles/editor.dir/all] 
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: widelands
Source-Version: 1:21-2
Done: Martin Quinson <mquin...@debian.org>

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 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Quinson <mquin...@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: Sun, 14 Aug 2022 23:31:24 +0200
Source: widelands
Architecture: source
Version: 1:21-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Martin Quinson <mquin...@debian.org>
Closes: 995561 1013066
Changes:
 widelands (1:21-2) unstable; urgency=medium
 .
   [ Stephen Kitt ]
   * Remove Enrico Tassi from uploaders. Closes: #995561.
 .
   [ Martin Quinson ]
   * d/p/gcc-12: Fix FTBFS with gcc-12. Closes: #1013066.
   * Don't depend on fonts-lklug-sinhala as this font is not used anymore.
   * Depend on culmus-fancy to get TaameyFrankCLM fonts.
   - Bump Standards-Version to 4.6.1 -- no changes needed.
Checksums-Sha1:
 0b21d224769a8170cf59e4854e0a72f265d64004 2208 widelands_21-2.dsc
 6e17795927430c9a60098f05a9de4ee2ecab6b77 24764 widelands_21-2.debian.tar.xz
 debe8a2815aeb883f79453ca126c4bbaf5283f28 14465 widelands_21-2_amd64.buildinfo
Checksums-Sha256:
 baf15ccc6d32ea563fb12acd757520e68649b07e40b523681c560c86e9b69891 2208 
widelands_21-2.dsc
 ae15f7d0f8360728877688992d54eb86392fd5dc1cc153d59af32ee2fb731dad 24764 
widelands_21-2.debian.tar.xz
 2ba8b0d2571813a6d2e9cefea53d6c32e5fe5f7f38e0e0ecb9a9dcc2c78d7c6e 14465 
widelands_21-2_amd64.buildinfo
Files:
 f6ee1479f5a52f710e19d0c11a7e0521 2208 games optional widelands_21-2.dsc
 f4956c00c70b93f0df265a4f7b9fb4cc 24764 games optional 
widelands_21-2.debian.tar.xz
 4ad57dc8da60e010cc915bffc6b20fc8 14465 games optional 
widelands_21-2_amd64.buildinfo

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

iQJIBAEBCgAyFiEET76cTupS7xPVQWYSmL2XJE9zvqcFAmL59wwUHG1xdWluc29u
QGRlYmlhbi5vcmcACgkQmL2XJE9zvqfqnhAAklO/J9s9y16b4r3sSnDUFhBoKY03
x5xjahh7NwpAwEK4TmiZifaT3VOHbO3vc9RmIe5YajSNDHnEUjGufJJaFf/8AVwZ
+rjpyDroIsNcq63PFV9dKKK3wQhW7CY8YlbI7xzYWzufUvCREzjA96cKKZMo/pKa
FHjK9CHHsxVCg9nq6UESXobVT6Q6sNhfgNdlV2tjBnV5buXlcZJ/eBmpWOIiAoIM
EeqXMfRN0bf2eE7TPj1mz1jUYThoiUC2WroT363RwM7ibcGa8f+9eScGFJOQPP5Z
XmD5Ui5aI6A3XMqcyCzdhRcvf41QTbQltLzwSPjIK2iCOMe4zTnTA6Y7KUJaAVBJ
at8gcM+ksYlasrm+QCM48fiw1ah5GHO1bIOW2sT6WqMU8mKC3bAcuxQCOUkmrbec
9aUrCwKHfaY1ey99/QqYPrugx8H9fndRRUfpIBlrTngPWL8xwKxg553KwIPAGFTC
3nyL9iyzRhx2XbA/szQz15L6Np2HcjGrBuCrub2k6h4Tky9jZDbzMftz5jJGQWxv
EccXvWs/8H3lYzk6KUoWu/tJV+I2SWFVSldJRiTlm6dLs5xFikcDNM77y/b+P6uh
BHt3A7IwxGr6NG4tW7rs6uFowNdZwhoNNmxS95m5XPgmrj7zxsMmEX2OJfLpCZxC
GbQgnM4k0Gju9Nc=
=RgoB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to