Your message dated Tue, 19 Jul 2005 06:02:04 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#318526: fixed in atom4 4.1-3 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; 16 Jul 2005 01:40:08 +0000 >From [EMAIL PROTECTED] Fri Jul 15 18:40:08 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 1Dtbex-0004We-00; Fri, 15 Jul 2005 18:40:08 -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 j6G1e6Oc023445 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Fri, 15 Jul 2005 18:40:07 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.50) id 1DtRgv-0000q2-00 for [EMAIL PROTECTED]; Fri, 15 Jul 2005 08:01:30 -0700 Date: Fri, 15 Jul 2005 08:01:28 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Declaration with no type Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --pvezYHf7grwyp3Bc Content-Type: multipart/mixed; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: atom4 Version: 4.1-1 Severity: serious atom4 fails to build from source because it declares server with no type: g++ -pedantic -DDATADIR=3D\"/usr/share/games/atom4\" -O2 -Iinclude -Iprogli= b/include -c net/server.cc -o net/server.o net/server.h:31: error: ISO C++ forbids declaration of 'server' with no type net/server.h:31: error: expected ';' before '*' token net/server.h:78: error: expected `)' before '*' token net/server.cc: In member function 'void clientconn::p_requ()': net/server.cc:69: error: 'serv' was not declared in this scope net/server.cc: In member function 'void clientconn::p_move()': net/server.cc:84: error: 'serv' was not declared in this scope net/server.cc: In member function 'void clientconn::p_play()': net/server.cc:126: error: 'serv' was not declared in this scope net/server.cc: In member function 'void clientconn::p_who()': net/server.cc:147: error: 'serv' was not declared in this scope net/server.cc: In member function 'void clientconn::enter_connected_state()= ': net/server.cc:212: error: 'serv' was not declared in this scope net/server.cc: In member function 'virtual void clientconn::disconnected()': net/server.cc:263: error: 'serv' was not declared in this scope net/server.cc: At global scope: net/server.cc:268: error: prototype for 'clientconn::clientconn(server*, in= t, int, char*, eventloop*, int)' does not match any in class 'clientconn' net/server.h:28: error: candidates are: clientconn::clientconn(const client= conn&) net/server.h:28: error: clientconn::clientconn() net/server.cc: In constructor 'clientconn::clientconn(server*, int, int, ch= ar*, eventloop*, int)': net/server.cc:269: error: class 'clientconn' does not have any field named = 'serv' net/server.cc: In member function 'int server::new_client()': net/server.cc:437: error: no matching function for call to 'clientconn::cli= entconn(server* const, int&, int&, char*&, eventloop*&, int)' net/server.h:28: note: candidates are: clientconn::clientconn() net/server.h:28: note: clientconn::clientconn(const clientc= onn&)cons: *** [net/server.o] Error 1 cons: errors constructing net/server.o make: *** [install] Error 2 The attached patch fixes this problem by predeclaring server as a class. --=20 Matt --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="atom4_4.1-1.patch" Content-Transfer-Encoding: quoted-printable only in patch2: unchanged: --- atom4-4.1.orig/net/server.h +++ atom4-4.1/net/server.h @@ -24,6 +24,7 @@ #define MAX_CLIENTS 12 // NOTE: must be < FD_SETSIZE #define SERVER_BACKLOG 2 // socket backlog limit =20 +class server; =20 class clientconn : public netconn { friend class server; --UugvWAfsgieZRqgk-- --pvezYHf7grwyp3Bc 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) iD8DBQFC18/GfNdgYxVXvBARAiTgAJ43KjSUeTN1C2s7ONyWl3GIc1C+qQCcCO2c BBAww7N/GEjLgBYIGpiGy0o= =iedi -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- --------------------------------------- Received: (at 318526-close) by bugs.debian.org; 19 Jul 2005 10:08:12 +0000 >From [EMAIL PROTECTED] Tue Jul 19 03:08:12 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Dup1I-0007FK-00; Tue, 19 Jul 2005 03:08:12 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DuovM-00056y-00; Tue, 19 Jul 2005 06:02:04 -0400 From: Hwei Sheng Teoh <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#318526: fixed in atom4 4.1-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 19 Jul 2005 06:02:04 -0400 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: atom4 Source-Version: 4.1-3 We believe that the bug you reported is fixed in the latest version of atom4, which is due to be installed in the Debian FTP archive: atom4_4.1-3.diff.gz to pool/main/a/atom4/atom4_4.1-3.diff.gz atom4_4.1-3.dsc to pool/main/a/atom4/atom4_4.1-3.dsc atom4_4.1-3_i386.deb to pool/main/a/atom4/atom4_4.1-3_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. Hwei Sheng Teoh <[EMAIL PROTECTED]> (supplier of updated atom4 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: Tue, 19 Jul 2005 02:50:43 -0700 Source: atom4 Binary: atom4 Architecture: source i386 Version: 4.1-3 Distribution: unstable Urgency: low Maintainer: Hwei Sheng Teoh <[EMAIL PROTECTED]> Changed-By: Hwei Sheng Teoh <[EMAIL PROTECTED]> Description: atom4 - An original two-player color puzzle game Closes: 318526 Changes: atom4 (4.1-3) unstable; urgency=low . * Actually fix missing forward declaration (Closes: #318526) * Quote values in debian/menu. Files: e5b4d221b978cef43a95b66d6e23ffc3 598 games optional atom4_4.1-3.dsc 51ad5bd46ea19f1240f177ea511d339f 4060 games optional atom4_4.1-3.diff.gz 2f9c9ce9f807542055544edd3a229b26 47832 games optional atom4_4.1-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC3M3HBgxOY7BxxAoRAiU+AJ99MXeYKNgfO/FV6sk9EWZKadsgbgCaAopZ lD55m2PcCoyKAmaIJrJib+A= =phS7 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]