Your message dated Sun, 13 May 2012 19:39:45 +0000
with message-id <e1stedt-0002tq...@franck.debian.org>
and subject line Bug#667389: fixed in tagua 1.0~alpha2-10
has caused the Debian Bug report #667389,
regarding tagua: ftbfs with GCC-4.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 ow...@bugs.debian.org
immediately.)


-- 
667389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667389
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tagua
Version: 1.0~alpha2-9
Severity: important
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.7

The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.

serializer.h:49:5: error: 'symbol' was not declared in this scope, and no 
declarations were found by argument-dependent lookup at the point of 
instantiation [-fpermissive]

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/tagua_1.0~alpha2-9_unstable-gcc47.log
The last lines of the build log are at the end of this report.

Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html

To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

[...]
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/../chess/piece.h:55:16: 
warning: 'virtual bool HLVariant::Chess::Piece::operator==(const 
HLVariant::Chess::Piece&) const' was hidden [-Woverloaded-virtual]
In file included from 
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/variant.h:17:0,
                 from /«PKGBUILDDIR»/src/hlvariant/dummy/variant.h:14,
                 from /«PKGBUILDDIR»/src/hlvariant/dummy/variant.cpp:11:
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/piece.h:24:16: warning:   by 
'virtual bool HLVariant::Crazyhouse::Piece::operator==(const 
HLVariant::Crazyhouse::Piece&) const' [-Woverloaded-virtual]
In file included from 
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/../chess/variant.h:18:0,
                 from 
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/variant.h:21,
                 from /«PKGBUILDDIR»/src/hlvariant/dummy/variant.h:14,
                 from /«PKGBUILDDIR»/src/hlvariant/dummy/variant.cpp:11:
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/../chess/../animator.h: In 
instantiation of 'AnimationGroupPtr 
HLVariant::SimpleAnimator<_Variant>::forward(const GameState&, const Move&) 
[with _Variant = HLVariant::Dummy::Variant; AnimationGroupPtr = 
boost::shared_ptr<AnimationGroup>; 
HLVariant::SimpleAnimator<_Variant>::GameState = 
HLVariant::Crazyhouse::GameState<HLVariant::CustomBoard<8, 8, 
HLVariant::Crazyhouse::Piece>, 
HLVariant::Crazyhouse::MoveMixin<HLVariant::Chess::Move, 
HLVariant::Crazyhouse::Piece> >; HLVariant::SimpleAnimator<_Variant>::Move = 
HLVariant::Crazyhouse::MoveMixin<HLVariant::Chess::Move, 
HLVariant::Crazyhouse::Piece>]':
/«PKGBUILDDIR»/src/hlvariant/dummy/variant.cpp:31:1:   required from here
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/../chess/../animator.h:162:14:
 warning: variable 'real' set but not used [-Wunused-but-set-variable]
In file included from 
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/variant.h:16:0,
                 from /«PKGBUILDDIR»/src/hlvariant/dummy/variant.h:14,
                 from /«PKGBUILDDIR»/src/hlvariant/dummy/variant.cpp:11:
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/serializer.h: In 
instantiation of 'QString 
HLVariant::Crazyhouse::Serializer<MoveGenerator>::serialize(const Move&, const 
GameState&) [with MoveGenerator = 
HLVariant::Dummy::MoveGenerator<HLVariant::Dummy::LegalityCheck<HLVariant::Crazyhouse::GameState<HLVariant::CustomBoard<8,
 8, HLVariant::Crazyhouse::Piece>, 
HLVariant::Crazyhouse::MoveMixin<HLVariant::Chess::Move, 
HLVariant::Crazyhouse::Piece> > > >; 
HLVariant::Crazyhouse::Serializer<MoveGenerator>::Move = 
HLVariant::Crazyhouse::MoveMixin<HLVariant::Chess::Move, 
HLVariant::Crazyhouse::Piece>; 
HLVariant::Crazyhouse::Serializer<MoveGenerator>::GameState = 
HLVariant::Crazyhouse::GameState<HLVariant::CustomBoard<8, 8, 
HLVariant::Crazyhouse::Piece>, 
HLVariant::Crazyhouse::MoveMixin<HLVariant::Chess::Move, 
HLVariant::Crazyhouse::Piece> >]':
/«PKGBUILDDIR»/src/hlvariant/dummy/../tagua_wrapped.h:147:57:   required from 
'QString HLVariant::WrappedMove<Variant>::toString(const QString&, const 
PositionPtr&) const [with Variant = HLVariant::Dummy::Variant; PositionPtr = 
boost::shared_ptr<AbstractPosition>]'
/«PKGBUILDDIR»/src/hlvariant/dummy/variant.cpp:31:1:   required from here
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/serializer.h:49:5: error: 
'symbol' was not declared in this scope, and no declarations were found by 
argument-dependent lookup at the point of instantiation [-fpermissive]
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/serializer.h:49:5: note: 
declarations in dependent base 
'HLVariant::Chess::Serializer<HLVariant::Dummy::MoveGenerator<HLVariant::Dummy::LegalityCheck<HLVariant::Crazyhouse::GameState<HLVariant::CustomBoard<8,
 8, HLVariant::Crazyhouse::Piece>, 
HLVariant::Crazyhouse::MoveMixin<HLVariant::Chess::Move, 
HLVariant::Crazyhouse::Piece> > > > >' are not found by unqualified lookup
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/serializer.h:49:5: note: use 
'this->symbol' instead
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/serializer.h:52:81: error: 
'suffix' was not declared in this scope, and no declarations were found by 
argument-dependent lookup at the point of instantiation [-fpermissive]
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/serializer.h:52:81: note: 
declarations in dependent base 
'HLVariant::Chess::Serializer<HLVariant::Dummy::MoveGenerator<HLVariant::Dummy::LegalityCheck<HLVariant::Crazyhouse::GameState<HLVariant::CustomBoard<8,
 8, HLVariant::Crazyhouse::Piece>, 
HLVariant::Crazyhouse::MoveMixin<HLVariant::Chess::Move, 
HLVariant::Crazyhouse::Piece> > > > >' are not found by unqualified lookup
/«PKGBUILDDIR»/src/hlvariant/dummy/../crazyhouse/serializer.h:52:81: note: 
use 'this->suffix' instead
make[3]: *** [src/CMakeFiles/tagua.dir/hlvariant/dummy/variant.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/BUILD'
make[2]: *** [src/CMakeFiles/tagua.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: tagua
Source-Version: 1.0~alpha2-10

We believe that the bug you reported is fixed in the latest version of
tagua, which is due to be installed in the Debian FTP archive:

tagua-data_1.0~alpha2-10_all.deb
  to main/t/tagua/tagua-data_1.0~alpha2-10_all.deb
tagua_1.0~alpha2-10.diff.gz
  to main/t/tagua/tagua_1.0~alpha2-10.diff.gz
tagua_1.0~alpha2-10.dsc
  to main/t/tagua/tagua_1.0~alpha2-10.dsc
tagua_1.0~alpha2-10_amd64.deb
  to main/t/tagua/tagua_1.0~alpha2-10_amd64.deb



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 667...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yann Dirson <dir...@debian.org> (supplier of updated tagua 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 13 May 2012 21:01:27 +0200
Source: tagua
Binary: tagua tagua-data
Architecture: source amd64 all
Version: 1.0~alpha2-10
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson <dir...@debian.org>
Changed-By: Yann Dirson <dir...@debian.org>
Description: 
 tagua      - Board-game frontend for playing chess variants and other games
 tagua-data - Theme data for the tagua board-game frontend
Closes: 667389
Changes: 
 tagua (1.0~alpha2-10) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * Fixed FTBFS with gcc 4.7 by using “this->” where needed (Closes: #667389).
 .
   [ Yann Dirson ]
   * Fixed typo in previous changelog entry (lintian).
Checksums-Sha1: 
 aa11bbb6edcca33f46f6d10d618c27d6836c4254 1193 tagua_1.0~alpha2-10.dsc
 ac3b7993c9ca45d84e163c7677be8db8975717b0 11765 tagua_1.0~alpha2-10.diff.gz
 87d740ae0074a7a3e0b5b4c69a7804a51d5af8ad 767402 tagua_1.0~alpha2-10_amd64.deb
 7e9c238651fcba19093c4b568fcdca8b1ce9a3e4 2489910 
tagua-data_1.0~alpha2-10_all.deb
Checksums-Sha256: 
 f399f525647fc265232492dc17ea66e102b01cddd823ec1a401b6fdc9d248564 1193 
tagua_1.0~alpha2-10.dsc
 4dd0470a8b89572c8523a458fc6ede3606c0fa840c51a02c646ab4cc178379de 11765 
tagua_1.0~alpha2-10.diff.gz
 20b3f4e39986594eb567d20f646660a56a3ebada3d9b8d9a2ec876323009338d 767402 
tagua_1.0~alpha2-10_amd64.deb
 f83f2474da32a25993b33cdd17c1d15a69e2db4e65f68ce091ca939b8faa23fe 2489910 
tagua-data_1.0~alpha2-10_all.deb
Files: 
 8237c0af14ea248fb658325c603b21cb 1193 games optional tagua_1.0~alpha2-10.dsc
 3336050dffe443067c01e7dfa2a49108 11765 games optional 
tagua_1.0~alpha2-10.diff.gz
 bb6a7ef18feb428b3a636528cf136db4 767402 games optional 
tagua_1.0~alpha2-10_amd64.deb
 356103768065d7a6abf0140c0e422f8c 2489910 games optional 
tagua-data_1.0~alpha2-10_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFPsAf6V1uVslwzwbgRApHXAJ0d5PqIdk1ckmaTM2BQV5Gz57BwKwCfVOx2
IraqZpfas2LK3demyHu9REs=
=hsuC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to