Your message dated Fri, 12 Aug 2005 12:41:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Those bugs are done
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Apr 2005 13:33:54 +0000
>From [EMAIL PROTECTED] Fri Apr 01 05:33:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DHMHZ-00058x-00; Fri, 01 Apr 2005 05:33:53 -0800
Received: from d040155.adsl.hansenet.de (localhost.localdomain) [80.171.40.155] 
        by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DHMHX-0001Zl-00; Fri, 01 Apr 2005 06:33:52 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DHMES-0002N4-St; Fri, 01 Apr 2005 15:30:40 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: realtimebattle: FTBFS (amd64/gcc-4.0): explicit specialization of 
'const ListIterator<T>& ListIterator<T>::operator++(int)' must be introduced by 
'template <>'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 01 Apr 2005 15:30:40 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: realtimebattle
Version: 1.0.7-5
Severity: normal
Tags: patch

When building 'realtimebattle' on amd64/unstable with gcc-4.0,
I get the following error:

make[3]: Leaving directory `/realtimebattle-1.0.7/po'
Making all in src
make[3]: Entering directory `/realtimebattle-1.0.7/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -I../include  -DNDEBUG  -O2  -MT 
realtimebattle-RealTimeBattle.o -MD -MP -MF 
".deps/realtimebattle-RealTimeBattle.Tpo" -c -o realtimebattle-RealTimeBattle.o 
`test -f 'RealTimeBattle.cc' || echo './'`RealTimeBattle.cc; \
then mv -f ".deps/realtimebattle-RealTimeBattle.Tpo" 
".deps/realtimebattle-RealTimeBattle.Po"; else rm -f 
".deps/realtimebattle-RealTimeBattle.Tpo"; exit 1; fi
../include/List.h:46: error: explicit specialization of 'const ListIterator<T>& 
ListIterator<T>::operator++(int)' must be introduced by 'template <>'
../include/List.h:47: error: explicit specialization of 'const ListIterator<T>& 
ListIterator<T>::operator--(int)' must be introduced by 'template <>'
../include/List.h:59: error: explicit specialization of 'List<T>::List(bool)' 
must be introduced by 'template <>'
../include/List.h:59: error: default argument specified in explicit 
specialization
../include/List.h:105: error: no 'const ListIterator<T>& 
ListIterator<T>::operator++(int)' member function declared in class 
'ListIterator<T>'
../include/List.h:105: error: template definition of non-template 'const 
ListIterator<T>& ListIterator<T>::operator++(int)'
../include/List.h:114: error: no 'const ListIterator<T>& 
ListIterator<T>::operator--(int)' member function declared in class 
'ListIterator<T>'
../include/List.h:114: error: template definition of non-template 'const 
ListIterator<T>& ListIterator<T>::operator--(int)'
make[3]: *** [realtimebattle-RealTimeBattle.o] Error 1
make[3]: Leaving directory `/realtimebattle-1.0.7/src'

With the attached patch 'realtimebattle' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/realtimebattle-1.0.7/include/List.h ./include/List.h
--- ../tmp-orig/realtimebattle-1.0.7/include/List.h     2003-09-17 
19:30:20.000000000 +0200
+++ ./include/List.h    2005-04-01 15:24:22.054721848 +0200
@@ -44,8 +44,8 @@
 
   ListIterator(ListNode<T>* p = NULL) : listp(p) {} 
   
-  inline const ListIterator<T>& ListIterator<T>::operator++ (int);
-  inline const ListIterator<T>& ListIterator<T>::operator-- (int);
+  inline const ListIterator& operator++ (int);
+  inline const ListIterator& operator-- (int);
   inline T* operator() () const;
   //  bool operator! () const { return listp == NULL; }
   inline bool ok() const { return listp != NULL;}
@@ -57,7 +57,7 @@
 class List
 { 
 public:
-  List<T>::List(const bool resp=true);
+  List(const bool resp=true);
   ~List ();
 
   const List& operator= (const List&);

---------------------------------------
Received: (at 302565-done) by bugs.debian.org; 12 Aug 2005 10:42:19 +0000
>From [EMAIL PROTECTED] Fri Aug 12 03:42:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sp604004mt.neufgp.fr (smtP.neuf.fr) [84.96.92.55] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E3WzT-0005oC-00; Fri, 12 Aug 2005 03:42:19 -0700
Received: from vanicat.homelinux.org ([84.97.52.202]) by sp604004mt.gpm.neuf.ld
 (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005))
 with ESMTP id <[EMAIL PROTECTED]>; Fri,
 12 Aug 2005 12:41:48 +0200 (CEST)
Received: from moi by vanicat.homelinux.org with local (Exim 4.52)
 id 1E3Wyy-000429-CL; Fri, 12 Aug 2005 12:41:48 +0200
Date: Fri, 12 Aug 2005 12:41:48 +0200
From: Remi Vanicat <[EMAIL PROTECTED]>
Subject: Those bugs are done
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=iso-8859-15
Content-transfer-encoding: QUOTED-PRINTABLE
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
X-SA-Exim-Scanned: No (on vanicat.homelinux.org); SAEximRunCond expanded to
 false
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

The upload was incorrectly tagged as an NMU. The bugs are done, not
fixed.=20
--=20
R=E9mi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to