Your message dated Tue, 06 May 2014 04:33:45 +0000
with message-id <[email protected]>
and subject line Bug#746834: fixed in brainparty 0.61+dfsg-2
has caused the Debian Bug report #746834,
regarding brainparty: ftbfs with GCC-4.9
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.)
--
746834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746834
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:brainparty
Version: 0.61+dfsg-1
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.9
The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.
The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/brainparty_0.61+dfsg-1_unstable_gcc49.log
The last lines of the build log are at the end of this report.
To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 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-4.9/porting_to.html
[...]
SCHROOT_CHROOT_NAME=unstable-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=user
SCHROOT_SESSION_ID=unstable-amd64-sbuild-d30d9285-e9a6-4b32-ba3e-ce9dbd80f3c1
SCHROOT_UID=1000
SCHROOT_USER=user
SHELL=/bin/sh
USER=user
dpkg-buildpackage
âââââââââââââââââ
dpkg-buildpackage: source package brainparty
dpkg-buildpackage: source version 0.61+dfsg-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Dmitry Smirnov <[email protected]>
dpkg-source --before-build brainparty-0.61+dfsg
dpkg-buildpackage: host architecture amd64
dpkg-source: info: using options from
brainparty-0.61+dfsg/debian/source/options: --compression=xz
fakeroot debian/rules clean
dh clean --parallel
dh_testdir -O--parallel
dh_auto_clean -O--parallel
make[1]: Entering directory `/«BUILDDIR»/brainparty-0.61+dfsg'
rm -f brainparty *.o
make[1]: Leaving directory `/«BUILDDIR»/brainparty-0.61+dfsg'
dh_clean -O--parallel
debian/rules build-arch
dh build-arch --parallel
dh_testdir -a -O--parallel
dh_auto_configure -a -O--parallel
debian/rules override_dh_auto_build
make[1]: Entering directory `/«BUILDDIR»/brainparty-0.61+dfsg'
dh_auto_build
make[2]: Entering directory `/«BUILDDIR»/brainparty-0.61+dfsg'
g++ -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4
-Wformat -Werror=format-security -g -c -Wno-deprecated `sdl-config --cflags`
-I/usr/X11R6/include -o BGObject.o BGObject.cpp
g++ -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4
-Wformat -Werror=format-security -g -c -Wno-deprecated `sdl-config --cflags`
-I/usr/X11R6/include -o BPGame.o BPGame.cpp
In file included from BPGame.h:40:0,
from BPGame.cpp:19:
BPList.h:174:47: error: redeclaration of 'void BPPList<T>::Clear(bool)' may not
have default arguments [-fpermissive]
void BPPList<T>::Clear(bool safe_delete = true) {
^
make[2]: *** [BPGame.o] Error 1
make[2]: Leaving directory `/«BUILDDIR»/brainparty-0.61+dfsg'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«BUILDDIR»/brainparty-0.61+dfsg'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: brainparty
Source-Version: 0.61+dfsg-2
We believe that the bug you reported is fixed in the latest version of
brainparty, 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.
Markus Koschany <[email protected]> (supplier of updated brainparty 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: SHA256
Format: 1.8
Date: Mon, 05 May 2014 13:52:39 +0200
Source: brainparty
Binary: brainparty brainparty-data
Architecture: source amd64 all
Version: 0.61+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Description:
brainparty - 36 puzzle games for all the family
brainparty-data - 36 puzzle games for all the family -- game data
Closes: 746834
Changes:
brainparty (0.61+dfsg-2) unstable; urgency=medium
.
[ Dmitry Smirnov ]
* updating my email address
.
[ Markus Koschany ]
* Fix FTBFS with binutils gold. Apply patch from Ubuntu.
* Use hicolor brainparty.png icon for desktop files.
* brainparty.desktop: Add keywords.
* Do not build and clean the images at build-time anymore. Convert them
manually. Add source/include-binaries file.
* Remove override for dh_builddeb and remove source/options.
- Compressing with xz is the default now.
* Install brainparty.png to /usr/share/icons/hicolor/256x256/apps.
* Add fix-FTBFS-with-GCC-4.9.patch.
- Fix compilation error with GCC 4.9. (Closes: #746834)
* Declare compliance with Debian Policy 3.9.5.
* brainparty.desktop: shorten exec command. Improve German comment string.
* Update copyright years.
Checksums-Sha1:
ac4b46d147b2436d2638059260c3c59e8fc1d438 2162 brainparty_0.61+dfsg-2.dsc
7011e80ecfa93d99ae037496c613d9cd4d52eb3c 102944
brainparty_0.61+dfsg-2.debian.tar.xz
61cb6528cbbc6e9d6d4466413d95c5d354bc00b5 260354
brainparty_0.61+dfsg-2_amd64.deb
edd7750979a407b866530eda83e70f06f0b49e95 13555098
brainparty-data_0.61+dfsg-2_all.deb
Checksums-Sha256:
3bdeffb482c2662bce72d106e038bab3d8b9dbdf32143dffc11062d136500534 2162
brainparty_0.61+dfsg-2.dsc
268e6043faf1fc2e5114ea388e129345a0af377b71157d7d0235d59aaf8e456f 102944
brainparty_0.61+dfsg-2.debian.tar.xz
a3fc097dfec03d9e14b1025d525db436678ee4569e90f4f555ff1580cf130c80 260354
brainparty_0.61+dfsg-2_amd64.deb
c0fad83c7533062aab917e2ed74db826f0a933f97aca965b0da1ad48cfb86a85 13555098
brainparty-data_0.61+dfsg-2_all.deb
Files:
5983cc3b57308cc0cdf56936bf519366 260354 games optional
brainparty_0.61+dfsg-2_amd64.deb
b5b31a7485cc4623f26a22f8587f1895 13555098 games optional
brainparty-data_0.61+dfsg-2_all.deb
e3b52d888e9c5954487964610c940ba6 2162 games optional brainparty_0.61+dfsg-2.dsc
4c9c7b3c3c6558511de3d2b81ba857c2 102944 games optional
brainparty_0.61+dfsg-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTaGQwAAoJEFK2u9lTlo0bn7sP/j4nrERaq071zuTHrXq84R00
avWLgDfKbjtIynrCwIBmO4Ft831De7kqTlWtVatS9YLlx8Xgk88p6gkPoQ8w2rKb
0g5B3S9oCrpfoJZzBxZNjYndnUHOTEUDfChZ3Sdp95J9ZdV30UqikuS7nRMFlYeO
U0l9igN6sl8QxrQEUb7qDFfHCPik8cF977D8x6l6YNHLYSCiWgW/IFYpekym+0Tj
r7NOiIy3G/5jCxaYTWZyMEc72uGEj1y0ZbxkBIwTyzlW6KU0a/IcGe7MgFXGBw4N
q5kXC5UGxfUBX3X2LJhTahdepJ+JKHm47lpLhpZJw/ssHjxhsFm1eyswXHkCMgv4
IKwZOX4/3GYtGWk60UF2Zv8WUEsqX1c0Re6sYlVmABu6m0TigVdK3lEgkTuEty74
dWN1xIBND26ZC3xfyg6iF0FwsSfbjWNXZ4E4tKEfpQVhdt0qcuKIGzc3QZJK2pDZ
1ouV3bFJH/rpwcC5PwIJy69Pisn1QQz4FDuL1mjADyiCO52z31H0EhMW5QxinO/F
ZAiT6kFRTmfrLOtRqDQQgIHndtFIC7iajy1FYNNAv3xl0ZM4fFB3CIHPLWyvaXtm
3q4iEjKxUJkWVljuspohxBmzawKtjJ3pK9aL0skspLa6r/JKau7llehEEdf1r2k/
NBOaxqtPKAfcPx0CaVR7
=nTIu
-----END PGP SIGNATURE-----
--- End Message ---