Your message dated Fri, 28 Aug 2020 12:48:30 +0000
with message-id <e1kbdny-0003v0...@fasolo.debian.org>
and subject line Bug#957175: fixed in endless-sky 0.9.8-1.1
has caused the Debian Bug report #957175,
regarding endless-sky: 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.)


-- 
957175: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957175
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:endless-sky
Version: 0.9.8-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/endless-sky_0.9.8-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

[...]
dpkg-buildpackage: info: source version 0.9.8-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Michael Zahniser 
<mzahni...@gmail.com>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
scons -c
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Cleaning targets ...
scons: done cleaning targets.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
scons -j4
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/release/AI.o -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -O3 
-Wdate-time -D_FORTIFY_SOURCE=2 source/AI.cpp
g++ -o build/release/Account.o -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -O3 
-Wdate-time -D_FORTIFY_SOURCE=2 source/Account.cpp
g++ -o build/release/Angle.o -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -O3 
-Wdate-time -D_FORTIFY_SOURCE=2 source/Angle.cpp
g++ -o build/release/Armament.o -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -O3 
-Wdate-time -D_FORTIFY_SOURCE=2 source/Armament.cpp
g++ -o build/release/AsteroidField.o -c -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=c++11 -Wall -O3 -Wdate-time -D_FORTIFY_SOURCE=2 
source/AsteroidField.cpp
g++ -o build/release/Audio.o -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -O3 
-Wdate-time -D_FORTIFY_SOURCE=2 source/Audio.cpp
g++ -o build/release/BankPanel.o -c -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=c++11 -Wall -O3 -Wdate-time -D_FORTIFY_SOURCE=2 
source/BankPanel.cpp
g++ -o build/release/BoardingPanel.o -c -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=c++11 -Wall -O3 -Wdate-time -D_FORTIFY_SOURCE=2 
source/BoardingPanel.cpp
In file included from source/BankPanel.h:16,
                 from source/BankPanel.cpp:13:
source/Panel.h:96:25: error: 'string' in namespace 'std' does not name a type
   96 |  bool DoHelp(const std::string &name) const;
      |                         ^~~~~~
source/Panel.h:22:1: note: 'std::string' is defined in header '<string>'; did 
you forget to '#include <string>'?
   21 | #include <SDL2/SDL.h>
  +++ |+#include <string>
   22 | 
In file included from source/BoardingPanel.h:16,
                 from source/BoardingPanel.cpp:13:
source/Panel.h:96:25: error: 'string' in namespace 'std' does not name a type
   96 |  bool DoHelp(const std::string &name) const;
      |                         ^~~~~~
source/Panel.h:22:1: note: 'std::string' is defined in header '<string>'; did 
you forget to '#include <string>'?
   21 | #include <SDL2/SDL.h>
  +++ |+#include <string>
   22 | 
source/BankPanel.cpp: In member function 'virtual void BankPanel::Step()':
source/BankPanel.cpp:64:9: error: invalid conversion from 'const char*' to 
'int' [-fpermissive]
   64 |  DoHelp("bank");
      |         ^~~~~~
      |         |
      |         const char*
In file included from source/BankPanel.h:16,
                 from source/BankPanel.cpp:13:
source/Panel.h:96:33: note:   initializing argument 1 of 'bool 
Panel::DoHelp(const int&) const'
   96 |  bool DoHelp(const std::string &name) const;
      |              ~~~~~~~~~~~~~~~~~~~^~~~
scons: *** [build/release/BankPanel.o] Error 1
scons: *** [build/release/BoardingPanel.o] Error 1
scons: building terminated because of errors.
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: endless-sky
Source-Version: 0.9.8-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
endless-sky, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated endless-sky 
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: Wed, 26 Aug 2020 10:49:19 +0100
Source: endless-sky
Architecture: source
Version: 0.9.8-1.1
Distribution: unstable
Urgency: medium
Maintainer: Michael Zahniser <mzahni...@gmail.com>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957175
Changes:
 endless-sky (0.9.8-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957175)
     - Used upstream patch.
Checksums-Sha1:
 5ad5833ddeb8401f27b8a233882b00014a4f4066 1936 endless-sky_0.9.8-1.1.dsc
 98771e6309153a7715c1184858fd754d634a6434 16000 
endless-sky_0.9.8-1.1.debian.tar.xz
 d2f3bbb99447c7366442770494ecd6590c933a4a 11106 
endless-sky_0.9.8-1.1_amd64.buildinfo
Checksums-Sha256:
 3a6c05338e996c1f46ffcdbf8ac685fb584072ee48480030cd9676f6e03cb956 1936 
endless-sky_0.9.8-1.1.dsc
 ac71092cc50c66d08b9254fc14bf7d6c1a76b205b6508a5cb0dc6ac901294928 16000 
endless-sky_0.9.8-1.1.debian.tar.xz
 7337028ca98953fc3bea3b39d7e72ce439aeb1615dd378ff60edd35ef31ac936 11106 
endless-sky_0.9.8-1.1_amd64.buildinfo
Files:
 6793f20676629936ef8e3417e8fc3287 1936 games optional endless-sky_0.9.8-1.1.dsc
 78a66081e9cddfdbd163d6ff89a2ecfa 16000 games optional 
endless-sky_0.9.8-1.1.debian.tar.xz
 20dd6fb3e72808706f5288fd1f0a2a11 11106 games optional 
endless-sky_0.9.8-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9GQFgACgkQR5mjUUbR
KzUdhw/9ENO0fRRVINBIMYG5gK86T5fHewevy4PrRMTStMVE1ZXMPkd3ciFmvrTD
U8fNq2pYrn/WtI2O6B4H6EyFeJoG87lJAA8e4WglDxHb5hhpX9wAo3wpIVbEg3Jk
xwZYM1Q2qFd8EppMW+DJfE5+5XAtnypWUQFyGurVkYyHDBDXEEwQBMws8c0OLikB
ejCb7tKIOAGJKQ/UoudrN0Idd4dZuPC2K+JJ2VVFK4v3+iP/J2O3bGwXogWzKn2O
10J3oP7AM6diZQCD/UreCS6qP9D1AS5Owh3vCS+sMjVw6RY2l1A2LY9quA9SCiEl
AqUd54ZNQfk1gcRCg2OXtB4dKGzj2rKtwEljisODH8sGVK7JKiP+QjLxArBHejfi
YvO8GRVD77YaPo8YfpzALJ+ot7o3uNjJ2ZNkCBix29zW/5mUnQNA+6EcRPFFWGlW
flyl9BL52LWmjv0vhqQ25CCNcp3PQWYd9fYJuFBwdz0Xkm/UrE9Hc04JGyjlVv2C
NFcA/7IRdZXXcr6fCsBTOe+L1n+fYQG5DC+TAy4b09VVQA+4atWgSKb5pxDcwe0R
C7ZgoiaZwOv5AYWi/Da24hoB/2gSd/5k7rNLVEJAGZ44p8SYiaN/Obs60NscQlsx
U19dg4I91pUnyRWxeyH8qdZpGQvXflIsqPRNILBXA7VOWwRx7kk=
=lTjg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to