Your message dated Fri, 16 Sep 2005 14:02:49 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#328036: fixed in tripwire 2.3.1.2.0-5 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; 13 Sep 2005 06:14:27 +0000 >From [EMAIL PROTECTED] Mon Sep 12 23:14:27 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 1EF43i-0004Kd-00; Mon, 12 Sep 2005 23:14:26 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j8D6EJTk036573 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Mon, 12 Sep 2005 23:14:21 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1EEvmA-000168-Uo for [EMAIL PROTECTED]; Mon, 12 Sep 2005 14:23:43 -0700 Date: Mon, 12 Sep 2005 14:23:42 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Missing forward class declarations Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="98e8jtXdkpgskNou" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1080/Mon Sep 12 19:02:46 2005 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 --98e8jtXdkpgskNou Content-Type: multipart/mixed; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: tripwire Version: 2.3.1.2.0-4 Severity: serious Tags: patch tripwire fails to build because it is missing some forward class declarations: > g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -g -Wall -O2 -c > -o f= codatasourceiter.o `test -f 'fcodatasourceiter.cpp' || echo './'`fcodatasou= rceiter.cpp > ../../src/core/typed.h:57: warning: 'class iTyped' has virtual functions = but non-virtual destructor > ../../src/core/serializable.h:79: warning: 'class iSerializable' has virt= ual functions but non-virtual destructor > ../../src/core/serializable.h:91: warning: 'class iTypedSerializable' has= virtual functions but non-virtual destructor > fconameinfo.h:46: warning: 'class iFCONameInfo' has virtual functions but= non-virtual destructor > fconame.h:147: error: ISO C++ forbids declaration of 'cFCOName_i' with no= type > fconame.h:147: error: expected ';' before '*' token --=20 Matt --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable only in patch2: unchanged: --- tripwire-2.3.1.2.0.orig/src/fco/fconame.h +++ tripwire-2.3.1.2.0/src/fco/fconame.h @@ -49,6 +49,7 @@ //////////////////////////////////////////////////////////////////////////= ///// class cFCONameTblNode; class cFCONameIter; +class cFCOName_i; =20 class cFCOName : public iTypedSerializable { only in patch2: unchanged: --- tripwire-2.3.1.2.0.orig/src/fco/fcosetimpl.h +++ tripwire-2.3.1.2.0/src/fco/fcosetimpl.h @@ -46,6 +46,8 @@ #include "fconame.h" #endif =20 +class cFCOIterImpl; + class cFCOSetImpl : public iFCOSet { friend class cFCOIterImpl; only in patch2: unchanged: --- tripwire-2.3.1.2.0.orig/src/tw/fcoreport.h +++ tripwire-2.3.1.2.0/src/tw/fcoreport.h @@ -85,6 +85,7 @@ class cFileHeaderID; class cErrorQueue; class cFCOReportGenreHeader; +class cFCOReportSpecIter; =20 class cFCOReport : public iTypedSerializable { --HcAYCG3uE/tztfnV-- --98e8jtXdkpgskNou 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) iD8DBQFDJfHefNdgYxVXvBARAl/VAKCFlXw/EfRxgfCp6GfbRheuPOqXZQCgiCWu J+VfC1ZgDmd5TE7H57EitGo= =Iqq+ -----END PGP SIGNATURE----- --98e8jtXdkpgskNou-- --------------------------------------- Received: (at 328036-close) by bugs.debian.org; 16 Sep 2005 21:12:29 +0000 >From [EMAIL PROTECTED] Fri Sep 16 14:12:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EGNM9-0000wh-00; Fri, 16 Sep 2005 14:02:49 -0700 From: Luk Claes <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#328036: fixed in tripwire 2.3.1.2.0-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 14:02:49 -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 X-CrossAssassin-Score: 2 Source: tripwire Source-Version: 2.3.1.2.0-5 We believe that the bug you reported is fixed in the latest version of tripwire, which is due to be installed in the Debian FTP archive: tripwire_2.3.1.2.0-5.diff.gz to pool/main/t/tripwire/tripwire_2.3.1.2.0-5.diff.gz tripwire_2.3.1.2.0-5.dsc to pool/main/t/tripwire/tripwire_2.3.1.2.0-5.dsc tripwire_2.3.1.2.0-5_i386.deb to pool/main/t/tripwire/tripwire_2.3.1.2.0-5_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. Luk Claes <[EMAIL PROTECTED]> (supplier of updated tripwire 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: Fri, 16 Sep 2005 20:49:40 +0200 Source: tripwire Binary: tripwire Architecture: source i386 Version: 2.3.1.2.0-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Luk Claes <[EMAIL PROTECTED]> Description: tripwire - file and directory integrity checker Closes: 318861 328036 Changes: tripwire (2.3.1.2.0-5) unstable; urgency=low . * Set maintainer to Debian QA Group * Updated Standards-Version * Removed versioned dependency on debconf as even oldstable has a high enough version * debian/po/cs.po: New Czech translation (Closes: #318861) * Fix FTBFS due to missing forward declarations (Closes: #328036) Files: d8a8b793403e255435ba8dae82f56c29 602 utils optional tripwire_2.3.1.2.0-5.dsc 06b88348adb5af8921b93d6890df969e 124897 utils optional tripwire_2.3.1.2.0-5.diff.gz 10098a237b70fd3a6a87094dc505e79c 1891718 utils optional tripwire_2.3.1.2.0-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDKxjw5UTeB5t8Mo0RApXBAKCwLpr4pkRtrA9XhR96UZTYgX24ygCeMCny eq0c29J2bLb6aldZXGwp+qE= =EfEk -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]