Your message dated Mon, 17 Oct 2005 16:02:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#320268: fixed in bzflag 2.0.4.20051017 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; 27 Jul 2005 23:15:31 +0000 >From [EMAIL PROTECTED] Wed Jul 27 16:15:31 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Dxv7b-00063s-00; Wed, 27 Jul 2005 16:15:31 -0700 Received: from localhost.localdomain (pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6RNFUIp091134 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Wed, 27 Jul 2005 16:15:30 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1Dxn5l-0000tS-3i for [EMAIL PROTECTED]; Wed, 27 Jul 2005 07:41:05 -0700 Date: Wed, 27 Jul 2005 07:41:05 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Missing class declaration Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VrqPEDrXMn8OVzN4" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on zoot.lafn.org X-Virus-Status: Clean 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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --VrqPEDrXMn8OVzN4 Content-Type: multipart/mixed; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: bzflag Version: 2.0.2.20050318 Severity: serious Tags: patch bzflag fails to build: > if g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -Wall -W = -mcpu=3Di486 -g -O2 -DBZ_BUILD_DATE=3D20050721 -ffast-math -fno-exceptions= -fsigned-char -MT OpenGLGState.o -MD -MP -MF ".deps/OpenGLGState.Tpo" \ > -c -o OpenGLGState.o `test -f 'OpenGLGState.cxx' || echo './'`OpenGLGSt= ate.cxx; \ > then mv -f ".deps/OpenGLGState.Tpo" ".deps/OpenGLGState.Po"; \ > else rm -f ".deps/OpenGLGState.Tpo"; exit 1; \ > fi > `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. > OpenGLGState.cxx:165: error: ISO C++ forbids declaration of 'SortedGState= ' with no type > OpenGLGState.cxx:165: error: expected ';' before '*' token > OpenGLGState.cxx: In static member function 'static void SortedGState::re= move(OpenGLGStateRep*)': > OpenGLGState.cxx:809: error: 'class OpenGLGStateRep' has no member named = 'bucket' > OpenGLGState.cxx: In member function 'void SortedGState::doAdd(OpenGLGSta= teRep*)': > OpenGLGState.cxx:818: error: 'class OpenGLGStateRep' has no member named = 'bucket' > OpenGLGState.cxx: In member function 'void SortedGState::doRemove(OpenGLG= StateRep*)': > OpenGLGState.cxx:830: error: 'class OpenGLGStateRep' has no member named = 'bucket' > OpenGLGState.cxx: In member function 'void OpenGLGStateRep::addRenderNode= (RenderNode*, const OpenGLGState*)': > OpenGLGState.cxx:888: error: 'bucket' was not declared in this scope The attached patch forward-declares SortedGState, which fixes this problem. --=20 Matt --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -ru bzflag-2.0.2.20050318-orig/src/ogl/OpenGLGState.cxx bzflag-2.0.2.2= 0050318/src/ogl/OpenGLGState.cxx --- bzflag-2.0.2.20050318-orig/src/ogl/OpenGLGState.cxx 2005-01-17 21:18:32= =2E000000000 -0800 +++ bzflag-2.0.2.20050318/src/ogl/OpenGLGState.cxx 2005-07-27 08:14:02.0000= 00000 -0700 @@ -132,6 +132,8 @@ // OpenGLGStateRep // =20 +class SortedGState; + class OpenGLGStateRep { public: OpenGLGStateRep(); --AqsLC8rIMeq19msA-- --VrqPEDrXMn8OVzN4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC550AfNdgYxVXvBARAnzVAJ4uM57XHAaXy2nZjoycqdJbQ/8uegCeMbUj huaMDTXUEzJwEhyAJyECVN8= =eTGZ -----END PGP SIGNATURE----- --VrqPEDrXMn8OVzN4-- --------------------------------------- Received: (at 320268-close) by bugs.debian.org; 17 Oct 2005 23:08:22 +0000 >From [EMAIL PROTECTED] Mon Oct 17 16:08:22 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ERdzd-0005fF-00; Mon, 17 Oct 2005 16:02:09 -0700 From: Tim Riker <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#320268: fixed in bzflag 2.0.4.20051017 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 17 Oct 2005 16:02:09 -0700 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.3 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, SUBJ_HAS_UNIQ_ID autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 4 Source: bzflag Source-Version: 2.0.4.20051017 We believe that the bug you reported is fixed in the latest version of bzflag, which is due to be installed in the Debian FTP archive: bzflag-server_2.0.4.20051017_i386.deb to pool/main/b/bzflag/bzflag-server_2.0.4.20051017_i386.deb bzflag_2.0.4.20051017.dsc to pool/main/b/bzflag/bzflag_2.0.4.20051017.dsc bzflag_2.0.4.20051017.tar.gz to pool/main/b/bzflag/bzflag_2.0.4.20051017.tar.gz bzflag_2.0.4.20051017_i386.deb to pool/main/b/bzflag/bzflag_2.0.4.20051017_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Tim Riker <[EMAIL PROTECTED]> (supplier of updated bzflag 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: SHA1 Format: 1.7 Date: Mon, 17 Oct 2005 16:34:32 +0000 Source: bzflag Binary: bzflag-server bzflag Architecture: source i386 Version: 2.0.4.20051017 Distribution: unstable Urgency: medium Maintainer: Tim Riker <[EMAIL PROTECTED]> Changed-By: Tim Riker <[EMAIL PROTECTED]> Description: bzflag - a 3D first person tank battle game bzflag-server - bzfs - BZFlag game server Closes: 169156 301950 314144 320268 323815 324170 324276 Changes: bzflag (2.0.4.20051017) unstable; urgency=medium . * upstream release - see ChangeLog * Previous NMU had network trouble. (Closes: #324276) * .de locale fix (Closes: #314144) * Closes: #301950, #169156, #320268, #323815, #324170 Files: a922757967cafe8c5dca967b779cb199 722 games optional bzflag_2.0.4.20051017.dsc e731ae5d6c3b5abbd4ec78d6e33740ed 12018854 games optional bzflag_2.0.4.20051017.tar.gz 7c2586070de7856b4fa6aff0435c56ca 10433780 games optional bzflag_2.0.4.20051017_i386.deb 24ec992c6d1caad5b40828089557c2e8 695104 games optional bzflag-server_2.0.4.20051017_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDU9YPWDyoFs2YsgoRAiLQAKCepfQ65Xnw32FbcCj2Tc5zmFczMQCbBhMD aW9gllF03pAhrdJRdN7Vujo= =7HGJ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]