Your message dated Mon, 24 Mar 2008 02:59:57 +0100
with message-id <[EMAIL PROTECTED]>
and subject line g++4.1 either incorporated or no longer relevant
has caused the Debian Bug report #358207,
regarding FTBFS with G++ 4.1: 'computeSequence' was not declared in this scope
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.)


-- 
358207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358207
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: attal
Version: 0.9.2-1.1
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.

> Automatic build of attal_0.9.2-1.1 on bigsur by sbuild/mips 1.106
...
> g++ -c -pipe -Wall -W -O2 -D_REENTRANT -fPIC  -DQT_NO_DEBUG 
> -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
> -I/usr/share/qt3/mkspecs/default -I. -I.. -I/usr/include/qt3 -o fightUnit.o 
> fightUnit.cpp
> /usr/include/qt3/qxml.h:224: warning: 'class QXmlReader' has virtual 
> functions but non-virtual destructor
> /usr/include/qt3/qxml.h:407: warning: 'class QXmlContentHandler' has virtual 
> functions but non-virtual destructor
> /usr/include/qt3/qxml.h:424: warning: 'class QXmlErrorHandler' has virtual 
> functions but non-virtual destructor
> /usr/include/qt3/qxml.h:433: warning: 'class QXmlDTDHandler' has virtual 
> functions but non-virtual destructor
> /usr/include/qt3/qxml.h:441: warning: 'class QXmlEntityResolver' has virtual 
> functions but non-virtual destructor
> /usr/include/qt3/qxml.h:448: warning: 'class QXmlLexicalHandler' has virtual 
> functions but non-virtual destructor
> /usr/include/qt3/qxml.h:461: warning: 'class QXmlDeclHandler' has virtual 
> functions but non-virtual destructor
> fightUnit.cpp: In constructor 'FightUnit::FightUnit(QCanvas*, 
> GenericFightUnit*, bool)':
> fightUnit.cpp:75: error: 'computeSequence' was not declared in this scope
> make[2]: *** [fightUnit.o] Error 1

--- ./libCommon/creature.h~     2006-03-21 19:13:46.000000000 +0000
+++ ./libCommon/creature.h      2006-03-21 19:14:08.000000000 +0000
@@ -285,6 +285,9 @@
 };
 
 /** List of races */
+
+int computeSequence( GenericFightUnit * unit );
+
 class CreatureList : public QPtrList<Race>
 {
 public:


-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Package: attal
Version: 1.0~rc1+cvs20080318-1

Hi,

thanks for the NMU. With 1.0~rc1+cvs20080318-1 these patches are no longer 
relevant, as the new upstream version builds fine with gcc 4.2.

Hence I'm closing this bug now.

Cheers,
    Stefan on behalf of the Debian Games Team.

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
_______________________________________________
Pkg-games-devel mailing list
Pkg-games-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel

Reply via email to