Your message dated Mon, 01 Aug 2005 09:32:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#263267: fixed in aptitude 0.2.15.9-4 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; 3 Aug 2004 15:30:38 +0000 >From [EMAIL PROTECTED] Tue Aug 03 08:30:38 2004 Return-path: <[EMAIL PROTECTED]> Received: from c173031.adsl.hansenet.de (localhost) [213.39.173.31] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bs1FN-0004ah-00; Tue, 03 Aug 2004 08:30:38 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Bs1FM-0000IJ-Je; Tue, 03 Aug 2004 17:30:36 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: aptitude: FTBFS with gcc-3.4: an explicit specialization must be preceded by 'template <>' Message-Id: <[EMAIL PROTECTED]> Date: Tue, 03 Aug 2004 17:30:36 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (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_2004_03_25 X-Spam-Level: Package: aptitude Severity: normal Tags: patch When building 'aptitude' with gcc-3.4 I, get the following error: g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -Wall -I../../ -I. -I../../lib -I../../intl -g -O2 -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -D_REENTRANT -c apt.cc In file included from config_signal.h:63, from apt.cc:26: strhash.h:32: error: an explicit specialization must be preceded by 'template <>' make[4]: *** [apt.o] Error 1 make[4]: Leaving directory `/aptitude-0.2.15.4/src/generic' With the attached patch 'aptitude' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/aptitude-0.2.15.4/src/generic/strhash.h ./src/generic/strhash.h --- ../tmp-orig/aptitude-0.2.15.4/src/generic/strhash.h 2004-03-09 00:33:48.000000000 +0100 +++ ./src/generic/strhash.h 2004-07-22 21:52:05.536740380 +0200 @@ -28,7 +28,7 @@ #if defined(HAVE_HASH_MAP) || defined(HAVE_EXT_HASH_MAP) namespace HASH_NAMESPACE { - struct hash<std::string> + template <> struct hash<std::string> { inline size_t operator()(const std::string &s) const { --------------------------------------- Received: (at 263267-close) by bugs.debian.org; 1 Aug 2005 16:39:18 +0000 >From [EMAIL PROTECTED] Mon Aug 01 09:39:18 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1DzdCw-0000XI-00; Mon, 01 Aug 2005 09:32:06 -0700 From: Daniel Burrows <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#263267: fixed in aptitude 0.2.15.9-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 01 Aug 2005 09:32:06 -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: aptitude Source-Version: 0.2.15.9-4 We believe that the bug you reported is fixed in the latest version of aptitude, which is due to be installed in the Debian FTP archive: aptitude-doc-cs_0.2.15.9-4_all.deb to pool/main/a/aptitude/aptitude-doc-cs_0.2.15.9-4_all.deb aptitude-doc-en_0.2.15.9-4_all.deb to pool/main/a/aptitude/aptitude-doc-en_0.2.15.9-4_all.deb aptitude-doc-fr_0.2.15.9-4_all.deb to pool/main/a/aptitude/aptitude-doc-fr_0.2.15.9-4_all.deb aptitude_0.2.15.9-4.diff.gz to pool/main/a/aptitude/aptitude_0.2.15.9-4.diff.gz aptitude_0.2.15.9-4.dsc to pool/main/a/aptitude/aptitude_0.2.15.9-4.dsc aptitude_0.2.15.9-4_i386.deb to pool/main/a/aptitude/aptitude_0.2.15.9-4_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. Daniel Burrows <[EMAIL PROTECTED]> (supplier of updated aptitude 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: Thu, 28 Jul 2005 09:08:34 -0700 Source: aptitude Binary: aptitude-doc-cs aptitude-doc-fr aptitude-doc-en aptitude Architecture: source all i386 Version: 0.2.15.9-4 Distribution: unstable Urgency: low Maintainer: Daniel Burrows <[EMAIL PROTECTED]> Changed-By: Daniel Burrows <[EMAIL PROTECTED]> Description: aptitude - terminal-based apt frontend aptitude-doc-cs - Czech manual for aptitude, a terminal-based apt frontend aptitude-doc-en - English manual for aptitude, a terminal-based apt frontend aptitude-doc-fr - French manual for aptitude, a terminal-based apt frontend Closes: 263267 317692 Changes: aptitude (0.2.15.9-4) unstable; urgency=low . * C++ transition upload. (Closes: #317692, #263267) Files: be9728a6597d962a2db52221e9724bde 787 admin optional aptitude_0.2.15.9-4.dsc 244513b6a74edc5ea464e4b6b02a7d69 146770 admin optional aptitude_0.2.15.9-4.diff.gz 5aa3e134479122b29b5638c855cbd0f3 365674 doc optional aptitude-doc-cs_0.2.15.9-4_all.deb 24a90a331595d711154f3902ca759fa5 349492 doc optional aptitude-doc-en_0.2.15.9-4_all.deb 92f4f3e1526b192bedbcdef52d494ff5 361730 doc optional aptitude-doc-fr_0.2.15.9-4_all.deb cc900d1965607323a78d780ea6e3ccdf 1936598 admin optional aptitude_0.2.15.9-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC7kmCch6xsM7kSXgRAriDAKDgPoatas2dJiITwOO7RaLzpzBpGACfUz6h zocQF1WjFFQJ2+YM/SlcH+M= =Djro -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]