Your message dated Thu, 25 Aug 2005 03:28:47 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#318999: fixed in arkrpg 0.1.4b-7 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; 19 Jul 2005 06:04:29 +0000 >From [EMAIL PROTECTED] Mon Jul 18 23:04:29 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 1DulDQ-0004dC-00; Mon, 18 Jul 2005 23:04:28 -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 j6J64RPk004748 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Mon, 18 Jul 2005 23:04:28 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.50) id 1DuXCh-0000uH-L7 for [EMAIL PROTECTED]; Mon, 18 Jul 2005 08:06:47 -0700 Date: Mon, 18 Jul 2005 08:06:47 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Undeclared classes Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S1BNGpv0yoYahz37" 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.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --S1BNGpv0yoYahz37 Content-Type: multipart/mixed; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: arkrpg Version: 0.1.4b-6 Severity: serious Tags: patch arkrpg fails to build because some classes are not declared before they are used: if /bin/sh ../libtool --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.. = -g -Wall -O2 -Wall -fno-exceptions -g -O0 -MT ArkCache.lo -MD -MP -MF ".de= ps/ArkCache.Tpo" \ -c -o ArkCache.lo `test -f 'ArkCache.cpp' || echo './'`ArkCache.cpp; \ then mv -f ".deps/ArkCache.Tpo" ".deps/ArkCache.Plo"; \ else rm -f ".deps/ArkCache.Tpo"; exit 1; \ fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -Wall -fno-exceptions -g -O0= -MT ArkCache.lo -MD -MP -MF .deps/ArkCache.Tpo -c ArkCache.cpp -fPIC -DPI= C -o .libs/ArkCache.o =2E./Ark/ArkObject.h:99: error: 'Cache' has not been declared =2E./Ark/ArkObject.h:107: error: 'Cache' has not been declared =2E./Ark/ArkSkeleton.h:131: error: ISO C++ forbids declaration of 'Cache' w= ith no type =2E./Ark/ArkSkeleton.h:131: error: expected ';' before '*' token =2E./Ark/ArkSkeleton.h:134: error: 'Cache' has not been declared =2E./Ark/ArkModel.h:71: error: ISO C++ forbids declaration of 'ModelBuilder= ' with no type =2E./Ark/ArkModel.h:71: error: expected ';' before '*' token =2E./Ark/ArkModel.h:108: error: ISO C++ forbids declaration of 'ModelBuilde= r' with no type =2E./Ark/ArkModel.h:108: error: expected ';' before '*' token =2E./Ark/ArkLoader.h:37: warning: 'class Ark::Progress' has virtual functio= ns but non-virtual destructor ArkCache.cpp: In member function 'virtual Ark::Object* Ark::Cache::LoadObje= ct(Ark::ObjectType, const Ark::String&)': ArkCache.cpp:240: error: no matching function for call to 'Ark::Object::Loa= d(Ark::Cache* const, const std::basic_string<char, std::char_traits<char>, = std::allocator<char> >&)' =2E./Ark/ArkObject.h:99: note: candidates are: virtual bool Ark::Object::Lo= ad(int*, const Ark::String&) ArkCache.cpp:256: error: no matching function for call to 'Ark::Object::Pos= tLoad(Ark::Cache* const)' =2E./Ark/ArkObject.h:107: note: candidates are: virtual bool Ark::Object::P= ostLoad(int*) make[3]: *** [ArkCache.lo] Error 1 make[3]: Leaving directory `/tmp/buildd/arkrpg-0.1.4b/Ark' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/arkrpg-0.1.4b' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/arkrpg-0.1.4b' make: *** [debian/stamp-makefile-build] Error 2 The attached patch fixes this problem. --=20 Matt --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable --- arkrpg-0.1.4b.orig/Ark/ArkModel.h +++ arkrpg-0.1.4b/Ark/ArkModel.h @@ -65,6 +65,8 @@ void Optimize (); }; =20 + class ModelBuilder; + class ARK_DLL_API SubModel { friend class ModelBuilder; only in patch2: unchanged: --- arkrpg-0.1.4b.orig/Ark/ArkObject.h +++ arkrpg-0.1.4b/Ark/ArkObject.h @@ -42,6 +42,8 @@ V_FONT }; =20 + class Cache; + // =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /** * A object is an abstract class used which provides refcounting and na= ming only in patch2: unchanged: --- arkrpg-0.1.4b.orig/Modules/Renderer/Visual.h +++ arkrpg-0.1.4b/Modules/Renderer/Visual.h @@ -29,6 +29,7 @@ =20 namespace Ark { + class GLRenderer; =20 /* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D GL-Specific functions for textures */ class ARKRENDERER_DLL_API GLTexture : public Texture --61jdw2sOBCFtR2d/-- --S1BNGpv0yoYahz37 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) iD8DBQFC28WHfNdgYxVXvBARAhWJAJ40cZsxsqokcSR0kw8Qar7wqQ+1QACeMo67 Voh98CJDWgFpVe2cw0ljMuA= =N43D -----END PGP SIGNATURE----- --S1BNGpv0yoYahz37-- --------------------------------------- Received: (at 318999-close) by bugs.debian.org; 25 Aug 2005 10:38:03 +0000 >From [EMAIL PROTECTED] Thu Aug 25 03:38:03 2005 Return-path: <[EMAIL PROTECTED]> Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E8EyV-0001MR-00; Thu, 25 Aug 2005 03:28:47 -0700 From: =?utf-8?b?TWFyYyBEZXF1w6huZXMgKER1Y2sp?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#318999: fixed in arkrpg 0.1.4b-7 Message-Id: <[EMAIL PROTECTED]> Sender: Joerg Jaspert <[EMAIL PROTECTED]> Date: Thu, 25 Aug 2005 03:28:47 -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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: arkrpg Source-Version: 0.1.4b-7 We believe that the bug you reported is fixed in the latest version of arkrpg, which is due to be installed in the Debian FTP archive: arkrpg_0.1.4b-7.diff.gz to pool/main/a/arkrpg/arkrpg_0.1.4b-7.diff.gz arkrpg_0.1.4b-7.dsc to pool/main/a/arkrpg/arkrpg_0.1.4b-7.dsc arkrpg_0.1.4b-7_i386.deb to pool/main/a/arkrpg/arkrpg_0.1.4b-7_i386.deb libarkrpg-dev_0.1.4b-7_i386.deb to pool/main/a/arkrpg/libarkrpg-dev_0.1.4b-7_i386.deb libarkrpg0_0.1.4b-7_i386.deb to pool/main/a/arkrpg/libarkrpg0_0.1.4b-7_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. Marc Dequènes (Duck) <[EMAIL PROTECTED]> (supplier of updated arkrpg 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: Wed, 24 Aug 2005 00:36:33 +0200 Source: arkrpg Binary: libarkrpg0 libarkrpg-dev arkrpg Architecture: source i386 Version: 0.1.4b-7 Distribution: unstable Urgency: high Maintainer: Marc Dequènes (Duck) <[EMAIL PROTECTED]> Changed-By: Marc Dequènes (Duck) <[EMAIL PROTECTED]> Description: arkrpg - roleplaying kernel libarkrpg-dev - development headers for Arkrpg libarkrpg0 - shared libraries for Arkrpg Closes: 318999 Changes: arkrpg (0.1.4b-7) unstable; urgency=high . [ Frank Lichtenheld ] * Apply patch by Matt Kraai to fix FTBFS with g++ 4.0 (Closes: #318999) * Change build-depends and depends of -dev package from xlibmesa-glu-dev to libglu1-xorg-dev * C++ transition: rename libarkrpg to libarkrpg0 (since this seems to be the correct name anyway...) and conflict with the old package . [ Marc Dequènes (Duck) ] * Applied changes from Frank Lichtenheld (Thanks for this good work). Files: 23364236dec6bda6888f29f59686a0e1 863 games optional arkrpg_0.1.4b-7.dsc 25352d36a7cdd42fb5feb567705c81d2 482919 games optional arkrpg_0.1.4b-7.diff.gz 2af6c029bcca240434fb78e69ad2cac5 81962 games optional arkrpg_0.1.4b-7_i386.deb 1663cdc415570402808b073b55801830 601584 libs optional libarkrpg0_0.1.4b-7_i386.deb 8358b654e7e6413762e26503bea26453 893376 libdevel optional libarkrpg-dev_0.1.4b-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDC6jvsczZcpAmcIYRAptFAJ92+4j0QcdG3yO/zt1HQgIVySEEOwCfdwNp DzQlKTn5Z7oZxCdohnGJdmk= =HR6L -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]