Your message dated Sat, 19 Aug 2023 19:00:42 +0000
with message-id <e1qxrbi-000403...@fasolo.debian.org>
and subject line Bug#1037667: fixed in freeorion 0.5-1
has caused the Debian Bug report #1037667,
regarding freeorion: 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.)


-- 
1037667: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:freeorion
Version: 0.4.10.2-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/freeorion_0.4.10.2-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

[...]
/usr/include/c++/13/bits/std_function.h:469:33: note:   no known conversion for 
argument 1 from ‘ValueRef::ComplexVariable<double>::Eval(const 
ScriptingContext&) const::<lambda(const Empire&)>’ to ‘const 
std::function<const std::map<int, float>&(const Empire&)>&’
  469 |       operator=(const function& __x)
      |                 ~~~~~~~~~~~~~~~~^~~
/usr/include/c++/13/bits/std_function.h:487:7: note: candidate: 
‘std::function<_Res(_ArgTypes ...)>& std::function<_Res(_ArgTypes 
...)>::operator=(std::function<_Res(_ArgTypes ...)>&&) [with _Res = const 
std::map<int, float>&; _ArgTypes = {const Empire&}]’
  487 |       operator=(function&& __x) noexcept
      |       ^~~~~~~~
/usr/include/c++/13/bits/std_function.h:487:28: note:   no known conversion for 
argument 1 from ‘ValueRef::ComplexVariable<double>::Eval(const 
ScriptingContext&) const::<lambda(const Empire&)>’ to ‘std::function<const 
std::map<int, float>&(const Empire&)>&&’
  487 |       operator=(function&& __x) noexcept
      |                 ~~~~~~~~~~~^~~
/usr/include/c++/13/bits/std_function.h:501:7: note: candidate: 
‘std::function<_Res(_ArgTypes ...)>& std::function<_Res(_ArgTypes 
...)>::operator=(std::nullptr_t) [with _Res = const std::map<int, float>&; 
_ArgTypes = {const Empire&}; std::nullptr_t = std::nullptr_t]’
  501 |       operator=(nullptr_t) noexcept
      |       ^~~~~~~~
/usr/include/c++/13/bits/std_function.h:501:17: note:   no known conversion for 
argument 1 from ‘ValueRef::ComplexVariable<double>::Eval(const 
ScriptingContext&) const::<lambda(const Empire&)>’ to ‘std::nullptr_t’
  501 |       operator=(nullptr_t) noexcept
      |                 ^~~~~~~~~
/<<PKGBUILDDIR>>/universe/ValueRefs.cpp:1813:125: error: no match for 
‘operator=’ (operand types are ‘std::function<const std::map<int, float>&(const 
Empire&)>’ and ‘ValueRef::ComplexVariable<double>::Eval(const 
ScriptingContext&) const::<lambda(const Empire&)>’)
 1813 |         empire_property = [](const Empire& empire){ return 
GetSupplyManager().PropagatedSupplyDistances(empire.EmpireID()); };
      |                                                                         
                                                    ^
/usr/include/c++/13/bits/std_function.h:531:9: note: candidate: ‘template<class 
_Functor> std::function<_Res(_ArgTypes 
...)>::_Requires<std::function<_Res(_ArgTypes ...)>::_Callable<_Functor>, 
std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes 
...)>::operator=(_Functor&&) [with _Res = const std::map<int, float>&; 
_ArgTypes = {const Empire&}]’
  531 |         operator=(_Functor&& __f)
      |         ^~~~~~~~
/usr/include/c++/13/bits/std_function.h:531:9: note:   template argument 
deduction/substitution failed:
/usr/include/c++/13/bits/std_function.h:541:9: note: candidate: ‘template<class 
_Functor> std::function<_Res(_ArgTypes ...)>& std::function<_Res(_ArgTypes 
...)>::operator=(std::reference_wrapper<_Functor>) [with _Res = const 
std::map<int, float>&; _ArgTypes = {const Empire&}]’
  541 |         operator=(reference_wrapper<_Functor> __f) noexcept
      |         ^~~~~~~~
/usr/include/c++/13/bits/std_function.h:541:9: note:   template argument 
deduction/substitution failed:
/<<PKGBUILDDIR>>/universe/ValueRefs.cpp:1813:125: note:   
‘ValueRef::ComplexVariable<double>::Eval(const ScriptingContext&) 
const::<lambda(const Empire&)>’ is not derived from 
‘std::reference_wrapper<_Tp>’
 1813 |         empire_property = [](const Empire& empire){ return 
GetSupplyManager().PropagatedSupplyDistances(empire.EmpireID()); };
      |                                                                         
                                                    ^
/usr/include/c++/13/bits/std_function.h:469:7: note: candidate: 
‘std::function<_Res(_ArgTypes ...)>& std::function<_Res(_ArgTypes 
...)>::operator=(const std::function<_Res(_ArgTypes ...)>&) [with _Res = const 
std::map<int, float>&; _ArgTypes = {const Empire&}]’
  469 |       operator=(const function& __x)
      |       ^~~~~~~~
/usr/include/c++/13/bits/std_function.h:469:33: note:   no known conversion for 
argument 1 from ‘ValueRef::ComplexVariable<double>::Eval(const 
ScriptingContext&) const::<lambda(const Empire&)>’ to ‘const 
std::function<const std::map<int, float>&(const Empire&)>&’
  469 |       operator=(const function& __x)
      |                 ~~~~~~~~~~~~~~~~^~~
/usr/include/c++/13/bits/std_function.h:487:7: note: candidate: 
‘std::function<_Res(_ArgTypes ...)>& std::function<_Res(_ArgTypes 
...)>::operator=(std::function<_Res(_ArgTypes ...)>&&) [with _Res = const 
std::map<int, float>&; _ArgTypes = {const Empire&}]’
  487 |       operator=(function&& __x) noexcept
      |       ^~~~~~~~
/usr/include/c++/13/bits/std_function.h:487:28: note:   no known conversion for 
argument 1 from ‘ValueRef::ComplexVariable<double>::Eval(const 
ScriptingContext&) const::<lambda(const Empire&)>’ to ‘std::function<const 
std::map<int, float>&(const Empire&)>&&’
  487 |       operator=(function&& __x) noexcept
      |                 ~~~~~~~~~~~^~~
/usr/include/c++/13/bits/std_function.h:501:7: note: candidate: 
‘std::function<_Res(_ArgTypes ...)>& std::function<_Res(_ArgTypes 
...)>::operator=(std::nullptr_t) [with _Res = const std::map<int, float>&; 
_ArgTypes = {const Empire&}; std::nullptr_t = std::nullptr_t]’
  501 |       operator=(nullptr_t) noexcept
      |       ^~~~~~~~
/usr/include/c++/13/bits/std_function.h:501:17: note:   no known conversion for 
argument 1 from ‘ValueRef::ComplexVariable<double>::Eval(const 
ScriptingContext&) const::<lambda(const Empire&)>’ to ‘std::nullptr_t’
  501 |       operator=(nullptr_t) noexcept
      |                 ^~~~~~~~~
[ 52%] Building CXX object 
CMakeFiles/freeorioncommon.dir/util/AppInterface.cpp.o
/usr/bin/c++ -DBINPATH=\"/usr/bin\" -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB 
-DENABLE_BINRELOC -DFREEORION_BUILD_COMMON -DFREEORION_LINUX 
-DFREEORION_PYTHON_VERSION=\"3.11\" -DSHAREPATH=\"/usr/share\" 
-Dfreeorioncommon_EXPORTS -I/<<PKGBUILDDIR>>/GG/Boost::boost 
-I/<<PKGBUILDDIR>>/GG -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -Wall -std=c++14 
-MD -MT CMakeFiles/freeorioncommon.dir/util/AppInterface.cpp.o -MF 
CMakeFiles/freeorioncommon.dir/util/AppInterface.cpp.o.d -o 
CMakeFiles/freeorioncommon.dir/util/AppInterface.cpp.o -c 
/<<PKGBUILDDIR>>/util/AppInterface.cpp
make[3]: *** [CMakeFiles/freeorioncommon.dir/build.make:709: 
CMakeFiles/freeorioncommon.dir/universe/ValueRefs.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make  -f CMakeFiles/freeorionparse.dir/build.make 
CMakeFiles/freeorionparse.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/freeorionparse.dir/DependInfo.cmake
 --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/freeorionparse.dir/build.make 
CMakeFiles/freeorionparse.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Linking CXX shared library libfreeorionparse.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/freeorionparse.dir/link.txt 
--verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -Wl,-z,relro -Wl,--as-needed -shared 
-Wl,-soname,libfreeorionparse.so -o libfreeorionparse.so 
CMakeFiles/freeorionparseobj.dir/parse/ArithmeticRules.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/BuildingsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/CommonParamsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser1.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser2.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser3.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser4.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser5.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser6.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser7.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ConditionParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/DoubleComplexVa
 lueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/DoubleValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EffectParser1.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EffectParser2.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EffectParser3.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EffectParser4.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EffectParser5.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EffectParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EmpireStatsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EncyclopediaParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/EnumParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/FieldsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/FleetPlansParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/GameRulesParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/IntComplexValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/IntValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ItemsParser.cpp.o CMake
 Files/freeorionparseobj.dir/parse/Lexer.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/MonsterFleetPlansParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/Parse.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/PlanetEnvironmentValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/PlanetSizeValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/PlanetTypeValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ReportParseError.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ShipDesignsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ShipHullsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ShipPartsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/SpecialsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/SpeciesParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/StarTypeValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/StringComplexValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/StringValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/Te
 chsParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/UniverseObjectTypeValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/ValueRefParser.cpp.o 
CMakeFiles/freeorionparseobj.dir/parse/VisibilityValueRefParser.cpp.o  
-Wl,-rpath,::::::::::::::::::::::::::::::::::: 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Built target freeorionparse
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:523: CMakeFiles/freeorioncommon.dir/all] 
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:21: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: freeorion
Source-Version: 0.5-1
Done: Markus Koschany <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
freeorion, 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 freeorion 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, 19 Aug 2023 18:33:43 +0200
Source: freeorion
Architecture: source
Version: 0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 1037667
Changes:
 freeorion (0.5-1) unstable; urgency=medium
 .
   * New upstream version 0.5.
     - Fix FTBFS with GCC-13. (Closes: #1037667)
   * Declare compliance with Debian Policy 4.6.2.
   * Update get-orig-source target for new release.
Checksums-Sha1:
 738b229426e02f64948d1f0b23d3d5fa722fba95 2370 freeorion_0.5-1.dsc
 a567780250c6eba1fdc4ed4a2a72bc95a2794de1 152861207 freeorion_0.5.orig.tar.gz
 3da3b7559f9e8870d32d3cc3fa0476ee2dfa7514 24824 freeorion_0.5-1.debian.tar.xz
 d869599505c5e809130bb56e186304d2ced09742 18120 freeorion_0.5-1_source.buildinfo
Checksums-Sha256:
 6000fbc5a1fad3438631b27fe27d30818acd8aa97667187ee180adfdd8676ba2 2370 
freeorion_0.5-1.dsc
 09f31cfe55d6165bdfee97db3a75c245aae1133c792fd480af7a13aa67674cb1 152861207 
freeorion_0.5.orig.tar.gz
 531a6f7ef7c809e23a0e06bdcd2bb1da7ef3204f68f745d7ac100296445f337b 24824 
freeorion_0.5-1.debian.tar.xz
 9e3cf75f5df74be7019f391f665019484748f8262545bcfa161eefaaf6e8c2f6 18120 
freeorion_0.5-1_source.buildinfo
Files:
 882fc255bfaed4f21c35a0c22730e9fd 2370 games optional freeorion_0.5-1.dsc
 bc85a8c94a58cf4d065fa0ddeb26d55b 152861207 games optional 
freeorion_0.5.orig.tar.gz
 2ebf5b7026ed3b242385cc7f9e5a53f9 24824 games optional 
freeorion_0.5-1.debian.tar.xz
 3528f2c5d4d7954e60e87a426c381394 18120 games optional 
freeorion_0.5-1_source.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmTg/fRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hkn/oQAMWnJHMemGN4HIokK/I7+OIMNA0yxnVKV7Bp
b43uwi04m4e1jodulgTntynoeQhecE3iASDr07wTtd6lurDFGhds0DDME9e2syv0
l1lpTiE2bkr6kf73/wbntw0Hi0DB5H+Bg42CdgvLOJrfaodoSkruke6ztmHu8Lku
en2LdebfMKg5C55sdfqreEuT5810NKREqtsBERgt43TE/19VlEh3AIksGMLP34e3
ftIY5YyvpUxpnAl4djf1s9e/oA9tLroGgP0Mv4td4co52XJza/S9Nq1w6rmuGko0
Pa089TEuzm9MgRuAVG2wyncCBm8sMruL4DQwve0NDk08kDU60X/2+ftf76Yul9+a
ybm+t3gfFWSbV+sJT9RYmMfRGAbg5L/Ix9tU1sT+uIMTdYpc6rDcJRFeJwpzGP5c
dM/gjHcA1YSgMhxOS5R0AeyZwmh53jC7mTTwH1xmP64mTuqBGM+bBoZtlJntwl3K
QXxBRKYHuWeqcvrnrn8UMSTIHaGAqCzRvGQH9dHwSr7XWllmYLBtTMXnXeXL3Wh1
Q676j1qB6camMC3qmwnS0490fAVa1v/5jdlYFAZHVRgUJuS6GSBE5zVJdDMKFmoU
h13D/3zWKSLOZFBMEKIASnTVHY2yI3mGklyKKVFTehaSmjTynb643sRJqZDaWqUh
49aIjbbA
=/UfW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to