Your message dated Sun, 18 Jun 2017 02:04:09 +0000
with message-id <[email protected]>
and subject line Bug#853358: fixed in crawl 2:0.20.0-1
has caused the Debian Bug report #853358,
regarding crawl: ftbfs with GCC-7
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 [email protected]
immediately.)
--
853358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853358
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:crawl
Version: 2:0.19.3-1
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/crawl_0.19.3-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
[...]
int apply_random_around_square(cell_func cf, const coord_def& where,
^~~~~~~~~
spl-util.h:103:32: note: suggested alternative: 'cloud_func'
int apply_random_around_square(cell_func cf, const coord_def& where,
^~~~~~~~~
cloud_func
spl-util.h:103:46: error: expected primary-expression before 'const'
int apply_random_around_square(cell_func cf, const coord_def& where,
^~~~~
spl-util.h:104:32: error: expected primary-expression before 'bool'
bool hole_in_middle, int max_targs);
^~~~
spl-util.h:104:53: error: expected primary-expression before 'int'
bool hole_in_middle, int max_targs);
^~~
spl-util.h:104:66: error: expression list treated as compound expression in
initializer [-fpermissive]
bool hole_in_middle, int max_targs);
^
Makefile:1611: recipe for target 'describe.o' failed
make[1]: *** [describe.o] Error 1
In file included from env.h:8:0,
from ghost.cc:15:
monster.h:556:23: error: 'function' has not been declared
bool search_slots(function<bool (const mon_spell_slot &)> func) const;
^~~~~~~~
monster.h:556:31: error: expected ',' or '...' before '<' token
bool search_slots(function<bool (const mon_spell_slot &)> func) const;
^
monster.h:606:24: error: 'function' has not been declared
bool search_spells(function<bool (spell_type)> func) const;
^~~~~~~~
monster.h:606:32: error: expected ',' or '...' before '<' token
bool search_spells(function<bool (spell_type)> func) const;
^
Makefile:1611: recipe for target 'decks.o' failed
make[1]: *** [decks.o] Error 1
Makefile:1611: recipe for target 'ability.o' failed
make[1]: *** [ability.o] Error 1
Makefile:1611: recipe for target 'fineff.o' failed
make[1]: *** [fineff.o] Error 1
Makefile:1611: recipe for target 'food.o' failed
make[1]: *** [food.o] Error 1
Makefile:1611: recipe for target 'ghost.o' failed
make[1]: *** [ghost.o] Error 1
Makefile:1611: recipe for target 'dungeon.o' failed
make[1]: *** [dungeon.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build-console/source'
debian/rules:58: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: crawl
Source-Version: 2:0.20.0-1
We believe that the bug you reported is fixed in the latest version of
crawl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam Borowski <[email protected]> (supplier of updated crawl 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 13 Jun 2017 23:51:19 +0200
Source: crawl
Binary: crawl-common crawl crawl-tiles-data crawl-tiles
Architecture: source
Version: 2:0.20.0-1
Distribution: unstable
Urgency: medium
Maintainer: Guus Sliepen <[email protected]>
Changed-By: Adam Borowski <[email protected]>
Description:
crawl - Dungeon Crawl, a text-based roguelike game
crawl-common - Dungeon Crawl, a text-based roguelike game (data files)
crawl-tiles - Dungeon Crawl, a roguelike game, tiles version
crawl-tiles-data - Dungeon Crawl, a text-based roguelike game (tile data files)
Closes: 853358
Changes:
crawl (2:0.20.0-1) unstable; urgency=medium
.
* New upstream release.
* Builds fine with GCC-7, closes: #853358
* Don't use advpng on big-endian archs, it's broken there. Move it to
Build-Depends-Indep.
Checksums-Sha1:
f7e9f0cdb48b2c71a2f789070456b5f4244283e2 1865 crawl_0.20.0-1.dsc
c2f8adacc50d0afe33e6506a2e56d84cca8b6661 9971600 crawl_0.20.0.orig.tar.xz
c25756eac7261f26a4b252084c57d4730ac429dc 12804 crawl_0.20.0-1.debian.tar.xz
1bfd542d25b0d8a3d13c322c4f80326f318fe3e6 9979 crawl_0.20.0-1_source.buildinfo
Checksums-Sha256:
73650e931f721fea7760cda02aae6e3a83023bd5dccedf3c9ed482b49c34b34e 1865
crawl_0.20.0-1.dsc
ed3e490faf25eadc2b0da74ef206f86c93dd6cf25e0cc74e2550c8d8e86b4704 9971600
crawl_0.20.0.orig.tar.xz
ab28665fde5e80eb387ceafa1fb4825e0ac8453b67887fcdf8cd6e3737b2819f 12804
crawl_0.20.0-1.debian.tar.xz
fbd4d5f481591969749fd11a357ecfb9780eecc3421de63faba833cb91774d82 9979
crawl_0.20.0-1_source.buildinfo
Files:
a6286dab60e4eac8b9b08f7b04fcbfbe 1865 games optional crawl_0.20.0-1.dsc
3f87cc090f03a73c6c23da530b45e21c 9971600 games optional
crawl_0.20.0.orig.tar.xz
c28076436d008668d4951c3005f29a94 12804 games optional
crawl_0.20.0-1.debian.tar.xz
636b924607b2fa153e71867562bb661c 9979 games optional
crawl_0.20.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAllAjdkACgkQLDtDb+rG
gQHLdAf/SdHnbbtcx/l2JHPU8aiyW8UqhbHBSa6mesNBnKnlo0xv4uIfguGvoLsw
D+GksbkEwa5sPcJLS55++eDLtpdDNufcnqtR0bDGyGA5VfA+U5guBqZSDjg0SS65
pMXGhtBjhGOBRRpcgUK4qqwTA240sjGriGkqq4e4e+Es0jj71frfQxsicV849p+0
SSk6eKURC1dA+AwEHvdn4065KbAf+VsRZEIcewN/v1kjhp6Xje99bDA4D5EPeabv
EglVtoVZiE7PnIVSC99SYfuqanZPT6ai4ez/o0xXjwxmaBOzxcOdyuyeA1Y54/em
ZgNUiFVT7tcS8r1oZm22f55FyNnCEA==
=Q+z7
-----END PGP SIGNATURE-----
--- End Message ---