Your message dated Fri, 01 Sep 2023 17:40:01 +0000
with message-id <e1qc87l-00abpk...@fasolo.debian.org>
and subject line Bug#1037865: fixed in spring 106.0+dfsg-2
has caused the Debian Bug report #1037865,
regarding spring: ftbfs with GCC-13
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.)


-- 
1037865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:spring
Version: 106.0+dfsg-1
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/spring_106.0+dfsg-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rts/aGui && /usr/bin/c++ 
-DASIO_STANDALONE -DSPRING_DATADIR=\"/usr/share/games/spring:/usr/lib/spring\" 
-DSTREFLOP_SSE -DSYNCCHECK -DTHREADPOOL -D_GLIBCXX_USE_NANOSLEEP -D_RANDOM_TCC 
-I/<<PKGBUILDDIR>>/rts/lib/lua/include -I/<<PKGBUILDDIR>>/include/AL 
-I/<<PKGBUILDDIR>>/rts -I/usr/include/IL -I/<<PKGBUILDDIR>>/include/SDL2 
-I/usr/include/SDL2 -I/<<PKGBUILDDIR>>/rts/lib/slimsig/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -std=c++17 
-fdiagnostics-color=auto -march=x86-64 -msse -mfpmath=sse -mno-sse2 -mno-sse3 
-mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-avx -mno-fma 
-mno-fma4 -mno-xop -mno-lwp -mno-avx2 -fsingle-precision-constant 
-frounding-math -mieee-fp -pipe -fno-strict-aliasing  -fvisibility=hidden  
-fvisibility-inlines-hidden -pthread  -O2      -Wformat -Wformat-security 
-DNDEBUG -g -MD -MT rts/aGui/CMakeFiles/engineaGui.dir/V
 erticalLayout.cpp.o -MF CMakeFiles/engineaGui.dir/VerticalLayout.cpp.o.d -o 
CMakeFiles/engineaGui.dir/VerticalLayout.cpp.o -c 
/<<PKGBUILDDIR>>/rts/aGui/VerticalLayout.cpp
In file included from /<<PKGBUILDDIR>>/rts/Rendering/GL/RenderDataBuffer.hpp:12,
                 from /<<PKGBUILDDIR>>/rts/Rendering/Fonts/glFont.h:12,
                 from /<<PKGBUILDDIR>>/rts/aGui/LineEdit.cpp:7:
/<<PKGBUILDDIR>>/rts/Rendering/Shaders/Shader.h:16:32: warning: ‘template<class 
_Arg, class _Result> struct std::unary_function’ is deprecated 
[-Wdeprecated-declarations]
   16 | struct fast_hash : public std::unary_function<int, size_t>
      |                                ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /<<PKGBUILDDIR>>/rts/aGui/LineEdit.h:6,
                 from /<<PKGBUILDDIR>>/rts/aGui/LineEdit.cpp:3:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
[  9%] Building CXX object rts/aGui/CMakeFiles/engineaGui.dir/Window.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rts/aGui && /usr/bin/c++ 
-DASIO_STANDALONE -DSPRING_DATADIR=\"/usr/share/games/spring:/usr/lib/spring\" 
-DSTREFLOP_SSE -DSYNCCHECK -DTHREADPOOL -D_GLIBCXX_USE_NANOSLEEP -D_RANDOM_TCC 
-I/<<PKGBUILDDIR>>/rts/lib/lua/include -I/<<PKGBUILDDIR>>/include/AL 
-I/<<PKGBUILDDIR>>/rts -I/usr/include/IL -I/<<PKGBUILDDIR>>/include/SDL2 
-I/usr/include/SDL2 -I/<<PKGBUILDDIR>>/rts/lib/slimsig/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -std=c++17 
-fdiagnostics-color=auto -march=x86-64 -msse -mfpmath=sse -mno-sse2 -mno-sse3 
-mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-avx -mno-fma 
-mno-fma4 -mno-xop -mno-lwp -mno-avx2 -fsingle-precision-constant 
-frounding-math -mieee-fp -pipe -fno-strict-aliasing  -fvisibility=hidden  
-fvisibility-inlines-hidden -pthread  -O2      -Wformat -Wformat-security 
-DNDEBUG -g -MD -MT rts/aGui/CMakeFiles/engineaGui.dir/W
 indow.cpp.o -MF CMakeFiles/engineaGui.dir/Window.cpp.o.d -o 
CMakeFiles/engineaGui.dir/Window.cpp.o -c /<<PKGBUILDDIR>>/rts/aGui/Window.cpp
In file included from /<<PKGBUILDDIR>>/rts/Rendering/GL/RenderDataBuffer.hpp:12,
                 from /<<PKGBUILDDIR>>/rts/Rendering/Fonts/glFont.h:12,
                 from /<<PKGBUILDDIR>>/rts/aGui/List.cpp:7:
/<<PKGBUILDDIR>>/rts/Rendering/Shaders/Shader.h:16:32: warning: ‘template<class 
_Arg, class _Result> struct std::unary_function’ is deprecated 
[-Wdeprecated-declarations]
   16 | struct fast_hash : public std::unary_function<int, size_t>
      |                                ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /<<PKGBUILDDIR>>/rts/aGui/List.h:6,
                 from /<<PKGBUILDDIR>>/rts/aGui/List.cpp:3:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:3173: rts/Sim/CMakeFiles/engineSim.dir/all] 
Error 2
In file included from /<<PKGBUILDDIR>>/rts/Rendering/GL/RenderDataBuffer.hpp:12,
                 from /<<PKGBUILDDIR>>/rts/Rendering/Fonts/glFont.h:12,
                 from /<<PKGBUILDDIR>>/rts/aGui/TextElement.cpp:6:
/<<PKGBUILDDIR>>/rts/Rendering/Shaders/Shader.h:16:32: warning: ‘template<class 
_Arg, class _Result> struct std::unary_function’ is deprecated 
[-Wdeprecated-declarations]
   16 | struct fast_hash : public std::unary_function<int, size_t>
      |                                ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /<<PKGBUILDDIR>>/rts/aGui/TextElement.h:6,
                 from /<<PKGBUILDDIR>>/rts/aGui/TextElement.cpp:3:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/rts/Rendering/GL/RenderDataBuffer.hpp:12,
                 from /<<PKGBUILDDIR>>/rts/Rendering/Fonts/glFont.h:12,
                 from /<<PKGBUILDDIR>>/rts/aGui/Window.cpp:11:
/<<PKGBUILDDIR>>/rts/Rendering/Shaders/Shader.h:16:32: warning: ‘template<class 
_Arg, class _Result> struct std::unary_function’ is deprecated 
[-Wdeprecated-declarations]
   16 | struct fast_hash : public std::unary_function<int, size_t>
      |                                ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /<<PKGBUILDDIR>>/rts/aGui/Window.h:6,
                 from /<<PKGBUILDDIR>>/rts/aGui/Window.cpp:5:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:3121: 
rts/System/Sound/CMakeFiles/sound.dir/all] Error 2
[  9%] Linking CXX static library libengineaGui.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rts/aGui && /usr/bin/cmake -P 
CMakeFiles/engineaGui.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rts/aGui && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/engineaGui.dir/link.txt --verbose=1
/usr/bin/ar qc libengineaGui.a CMakeFiles/engineaGui.dir/Button.cpp.o 
CMakeFiles/engineaGui.dir/Gui.cpp.o CMakeFiles/engineaGui.dir/GuiElement.cpp.o 
CMakeFiles/engineaGui.dir/HorizontalLayout.cpp.o 
CMakeFiles/engineaGui.dir/LineEdit.cpp.o CMakeFiles/engineaGui.dir/List.cpp.o 
CMakeFiles/engineaGui.dir/Picture.cpp.o 
CMakeFiles/engineaGui.dir/TextElement.cpp.o 
CMakeFiles/engineaGui.dir/VerticalLayout.cpp.o 
CMakeFiles/engineaGui.dir/Window.cpp.o
/usr/bin/ranlib libengineaGui.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  9%] Built target engineaGui
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:149: all] Error 2
make[2]: 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[1]: *** [debian/rules:41: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: spring
Source-Version: 106.0+dfsg-2
Done: Markus Koschany <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
spring, 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 1037...@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 spring 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: Fri, 01 Sep 2023 19:21:53 +0200
Source: spring
Architecture: source
Version: 106.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 1037865
Changes:
 spring (106.0+dfsg-2) unstable; urgency=medium
 .
   * Fix FTBFS with GCC 13. (Closes: #1037865)
   * Replace build-dependency on libfreetype6-dev with libfreetype-dev.
Checksums-Sha1:
 87819a97781d15ef90db124ce1eba559129a580c 2503 spring_106.0+dfsg-2.dsc
 5a9e23713033a30d4dd463ef963664526bcd1734 21688 
spring_106.0+dfsg-2.debian.tar.xz
 e3b6f22a198c867ebfb46eae01483a8bcf21a923 20286 
spring_106.0+dfsg-2_source.buildinfo
Checksums-Sha256:
 1633f9e31f55baa539d6c75c918fddc4fd74ec3ee92e3a0776420eeab84bf354 2503 
spring_106.0+dfsg-2.dsc
 f0081d9ec23c2e3cd1fa4a469b67511744bfa0e86b9b2727d205a183cdb1f79d 21688 
spring_106.0+dfsg-2.debian.tar.xz
 53989bd93b9f5de8a77ccb11e7b66a5e5ff4cc285f561f32449ad46ab34114ee 20286 
spring_106.0+dfsg-2_source.buildinfo
Files:
 a3ad7b963835c5c20b2bc84a9a2d8d6f 2503 games optional spring_106.0+dfsg-2.dsc
 ed8608172f1a3a018c0b676150a9cb6e 21688 games optional 
spring_106.0+dfsg-2.debian.tar.xz
 dc845ee1da1b397c5fd748de1d5c8d69 20286 games optional 
spring_106.0+dfsg-2_source.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmTyHmJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk6+cQAJbmnm8bAn9CWUE/p3wp2vv2e2SHN60I4RFy
0c/lmTNrGP4ZsZxF8gf8HhYLWFkef+kAwOyGqPz44nINhjd85PR2s0bnGzFuzdV/
egQ4tiCJYIOoE1XaIEgrBaO4c84szSv8uNEHO1p7xEj/E0oX6BrYUpGx21O/kL5Y
lhfzy3tP1xPzt8pcWfpQ1aPJubSmyXoG0wC2RyHrvvbJhTE/8Q/Zbxs/nRsEU+ON
NTbhPaQYqLq1/vTlWFmvNubx8CdTYCNocpU2KGHFrWXQIovupSVtAQC/w8YYxehX
LHyy4WtfUxcZeYuBiDxjq1ef8UdHsjdyJUmQfLZyOerQFJi854r0IIJFvkEhtzZR
mDHkcIu7XJj2KQHqMhGHHJgu+e4jZrWX+AHNpwQs4OLvMxLDfjgtki2BsfaWiAFJ
PNExJAR85mWvwHyP7MrT3MHkwLqjCqvdd86xrbnIHfzGqDWOpReDVLpWm09r298T
+5UecOvyi9tSEDuRjpN9vkxMpIxLelOobhouRg534l3IaQVgLnXSPcMCnXF7Z1Ub
Gg9+LjFc2K09ixx/aKF+tKDiXZoxU2O8j4eeGonBbXsScj+SWcK6/HW/gDZ3MmWg
wypX8NnQkTUbObyvrIG90VNLcdyWkCvIBa9X3hUZ1asYhsBFSTH1lxR/N/1oXjk+
mDhWTDSi
=0cWt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to