Your message dated Sat, 16 Jul 2016 04:25:08 +0000
with message-id <e1boha4-0007mn...@franck.debian.org>
and subject line Bug#811647: fixed in scorched3d 44+dfsg-1
has caused the Debian Bug report #811647,
regarding FTBFS with GCC 6: cannot convert x to y
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.)
--
811647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scorched3d
Version: 43.3.d+dfsg-1.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
> -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1
> -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.
> -I../../common/porting -I../../common -I../../client -I../../server
> -I/usr/include -I/usr/include -I/usr/include/AL -I/usr/include/AL
> -I/usr/include/freetype2 -I/usr/include -I/usr/include -I/usr/include/SDL
> -D_GNU_SOURCE=1 -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security
> -DS3D_DOCDIR=\"/usr/share/doc/scorched3d\"
> -DS3D_DATADIR=\"/usr/share/games/scorched3d\" -DS
> 3D_BINDIR=\"/usr/games\" -MT WeaponDelay.o -MD -MP -MF .deps/WeaponDelay.Tpo
> -c -o WeaponDelay.o `test -f '../../common/weapons/WeaponDelay.cpp' || echo
> './'`../../common/weapons/WeaponDelay.cpp
> ../../common/weapons/AccessoryStore.cpp: In member function 'AccessoryPart*
> AccessoryStore::createAccessoryPart(AccessoryCreateContext&, Accessory*,
> XMLNode*)':
> ../../common/weapons/AccessoryStore.cpp:158:64: error: cannot convert 'bool'
> to 'AccessoryPart*' in return
> if (!currentNode->getNamedParameter("type", typeNode)) return false;
> ^~~~~
>
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: scorched3d
Source-Version: 44+dfsg-1
We believe that the bug you reported is fixed in the latest version of
scorched3d, 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 811...@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 scorched3d 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, 16 Jul 2016 04:41:26 +0200
Source: scorched3d
Binary: scorched3d scorched3d-data
Architecture: source
Version: 44+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
scorched3d - 3D artillery game similar to Scorched Earth
scorched3d-data - data files for Scorched3D game
Closes: 782624 811647
Changes:
scorched3d (44+dfsg-1) unstable; urgency=medium
.
* Team upload.
.
[ Phil Morrell ]
* use https and update vcs urls
* remove .menu file now .desktop files expected
* simplify watch file using version 4
* add myself to uploaders in preparation
* make debian/copyright machine-readable (DEP-5)
* update dependency on {ttf,fonts}-dejavu
* remove fonts-dejavu embedded copy from orig source
* remove scorched3d-dbg in favour of automatic dgbsym
* use Files-Excluded for uscan repacking
* replace custom get-orig-source with uscan
* clean Makefile.am left over after dh clean
.
[ Markus Koschany ]
* Imported Upstream version 44+dfsg.
* Declare compliance with Debian Policy 3.9.8.
* wrap-and-sort -sab.
* Remove Pre-Depends: dpkg-dev because it is satisfied in every supported
release.
* Remove debian/source/options since xz is the default now.
* Remove override for dh_builddeb. XZ compression is the default now.
* Remove scorched3d.docs and do not install BUGS and NEWS.Debian anymore.
Both files contain outdated information.
* Drop libpng16.patch. Fixed upstream.
* Drop 0003-remove-embedded-glew.patch.
* Drop 0005-append-buildflags.patch. Fixed upstream.
* Refresh 0008-wx3.0-compat.patch.
* Update debian/copyright and exclude more cruft and non-dfsg files.
* Add gcc-6-ftbfs.patch and fix FTBFS with GCC-6.
Thanks to Martin Michlmayr for the report. (Closes: #811647)
* Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed.
* Ensure that Scorched3D can be built twice in a row.
* Use sensible-browser instead of hardcoding firefox. (Closes: #782624).
Thanks to Trent W. Buck for the report.
* Update copyright for new release.
Checksums-Sha1:
63d25f4906e4cadbdf33d3cbc9b1275e26a86941 2557 scorched3d_44+dfsg-1.dsc
87b6dc9457584d97fedce3b65f746101f09234b3 32916656
scorched3d_44+dfsg.orig.tar.xz
f835684952a5d3e0dedd97b44d8c2f3a4b842cce 120888
scorched3d_44+dfsg-1.debian.tar.xz
Checksums-Sha256:
377a053a97c3dfc23e98521198b69c72a19282acd3c701b38510a0158566e1cd 2557
scorched3d_44+dfsg-1.dsc
5b5e09bd9b2c186545a75cff9dde893edce766fa80b2ae3a6fe80ef7a2b59e38 32916656
scorched3d_44+dfsg.orig.tar.xz
4ca73e3c05de68969fadc57e383e5bc627f9fb655cc47c1039dd6215f9071f47 120888
scorched3d_44+dfsg-1.debian.tar.xz
Files:
30b94c163306f88eb1160e248e614002 2557 games optional scorched3d_44+dfsg-1.dsc
c21d06a5c8892ed1c032fe1eed07f2d0 32916656 games optional
scorched3d_44+dfsg.orig.tar.xz
eced44bd303e212f646314b3b5faa05a 120888 games optional
scorched3d_44+dfsg-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJXialJXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1Hk3AQP/2A7b7IWhDm0k7Bq2sN3yNy6
YCWSwdvhNZxn1rK0Scr55yUrhvVCK52Yu628M6oZ5+Hva8UJpenFWK/FEIy8fk1d
K8B5uVTcbGUj4OIt8n4gAXMFFi/+xHTKpiZURLiRJRpf7zAMjl2D22Yv+axqS4dX
Mvrb0Zv/Qb4lbn9KGZx18bxRrjeVe2cgp/Ry0fh5m2btxylZZPfkzZtR2adc+GW6
Zpx7khWTD2XeYkyF4MYzsOMgDsKiDfDiQnLylqO9+WlwZh8n/coBCNx/JYxh7f3e
V/VllF3/H7l2xCuKOcbQX+8YzffiAso02loOH9syd1H36GrsWWoclOcx/YCXh3Sx
Jq/YbJwMRNHJ1SwNDwYv+B0zysFg35tCOMCNJbBdFdrUsyESiR3T8JIrcbaTtKaa
g+N6AH8IJdOHIdIhm5QPJ4xUw3EtI20x8uDQWB9v9aD9xzhrZPHYkgTTaE/9LcX4
1XooLNPn6RHUPoTFsjZRVfULKQ9s0Wev0p1qtL4YyNC6sQA8K0dwSd4bN3QgcFXh
IpY/L7dNZ6iTFgWmBc6X8wr2UjVgb+ibOMeuALP2dn8eJclrb7jghoqPwAkCkfVb
v3a1MDEDfg4E5Ng/FM4LhNv2Fu4JtJZwc76EX/BLhkYnlkNbTNI9AwgiZolzBTyY
jniqoOkMpvPo/DAjhwFy
=skXb
-----END PGP SIGNATURE-----
--- End Message ---