Your message dated Mon, 03 Aug 2015 15:53:26 +0000
with message-id <e1zmi3k-0001yl...@franck.debian.org>
and subject line Bug#777854: fixed in freecraft 1:1.20-2
has caused the Debian Bug report #777854,
regarding freecraft: ftbfs with GCC-5
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.)
--
777854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777854
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:freecraft
Version: 1:1.20-1.1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/freecraft_1.20-1.1_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
../src/sound/.libs/libsound.a(libmodplug_la-snd_flt.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-mmcmp.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-load_s3m.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-load_mod.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-load_dsm.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-load_xm.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-load_ptm.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-load_med.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-load_dmf.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-fastmix.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
../src/sound/.libs/libsound.a(libmodplug_la-tables.o): In function `MulDiv':
/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92: multiple definition of `MulDiv'
../src/sound/.libs/libsound.a(libmodplug_la-modplug.o):/«PKGBUILDDIR»/src/libmodplug/stdafx.h:92:
first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [freecraft] Error 1
Makefile:368: recipe for target 'freecraft' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
make[3]: *** [all-recursive] Error 1
Makefile:432: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:378: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:265: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:3: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: freecraft
Source-Version: 1:1.20-2
We believe that the bug you reported is fixed in the latest version of
freecraft, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated freecraft 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: Mon, 03 Aug 2015 16:32:44 +0200
Source: freecraft
Binary: freecraft freecraft-dbg
Architecture: source
Version: 1:1.20-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
freecraft - Realtime fantasy strategy game for Unix and X
freecraft-dbg - Realtime fantasy strategy game - Debugging simbols
Closes: 737880 777854
Changes:
freecraft (1:1.20-2) unstable; urgency=medium
.
* QA upload.
.
[ Markus Koschany ]
* Update menu file and add an icon entry. Add freecraft.xpm and install it to
/usr/share/pixmaps. (Closes: #737880)
* Add keywords and a comment in German to desktop file.
.
[ gregor herrmann ]
* Change maintainer to "Debian QA Group <packa...@qa.debian.org>".
Cf. #749043
* Fix "ftbfs with GCC-5": add patch from Nicholas Luedtke.
(Closes: #777854)
Checksums-Sha1:
263efa4ec24f3718d44f06ed941d7167d1c373aa 2097 freecraft_1.20-2.dsc
bd694d8b03273b09593e259d50ac0a72a35f4e81 14812 freecraft_1.20-2.debian.tar.xz
Checksums-Sha256:
389b0bc0c63b46e8ea6e746439eedb38d3f79931faf642c53cd24f3c01e89f5f 2097
freecraft_1.20-2.dsc
8afbdb22b2b55f41ab4d3d40fefd36b5b8c50b15cae06f871a9878a15accd008 14812
freecraft_1.20-2.debian.tar.xz
Files:
75ed3c96340997bb1c0baf0a61a3abe3 2097 games optional freecraft_1.20-2.dsc
b05b6a444c74a7c7d2c085ba162b6b5d 14812 games optional
freecraft_1.20-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVv3xYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGq4YP/0v+YySSgkdacSPmoNovv14F
DLsk4NodEZ1Pm3W8suLyf2D9PvUac6gS2iN39R9Lvyvl9rdRe9uiqDRV5U66WaQ+
KckbxIiSqubn0bYbBkWqzB1Lzj6foC43tUaIDNKGPjcAmYppaG4l02IirtlB7afj
cwoZ9YXDGVButJBdyLkuZqLhnhKK9NQW/NpAPZKvrY4ndvMYyQcLKqE32dXbYwJz
YaK5MVBaBbUB+TR667crqmXGNSBCz5h458yJbtkODAd5XOHFcMnH1gWo4bJRahXz
WZh+1CbCyE5lG4twrDbeLcYpme4vx4eH74KuizTJEq+MkQvYebAfZ4JakOH41M1o
0jW53mgVWGrscoszOnUt4FzshomiOviqlJD/YpX3x3/GNjUvj4QMZ2hbbTXEpz3e
dJ5gBZhWt7+o0xH4KsV8TR/bled2yY39LozpB9iEj9xC2mlu+HfIIwT6OYyabRLV
eGHwvkrnNbZUXr5yGHkQeiOVCqGRt+kaj/6+jmiih90sgjJPdhwjOwBR/GgSN5cG
zRMh2L8bZem5ztHbTWQzYFodg24apUeklQCFrMmQ7reAV4A0j822vmbFpw0HklPi
sSwGBMY7WD9gSbUoIMxMSNL87zUM5OlvV2q4enU2UnKTyGqcLgb7O0o/p0GulsNX
devGVKH45xJgzwGOdKEK
=USyA
-----END PGP SIGNATURE-----
--- End Message ---