Your message dated Mon, 8 Aug 2005 08:16:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Fwd: Bug#262324: marked as done (Add support for NetMOS 9805 parport) 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 20:11:48 +0000 >From [EMAIL PROTECTED] Tue Aug 03 13:11:48 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 1Bs5dT-0000f5-00; Tue, 03 Aug 2004 13:11:48 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Bs5dS-0007dX-Gi; Tue, 03 Aug 2004 22:11:46 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: criticalmass: FTBFS with gcc-3.4: an explicit specialization must be preceded by 'template <>' Message-Id: <[EMAIL PROTECTED]> Date: Tue, 03 Aug 2004 22:11:46 +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: criticalmass Severity: normal Tags: patch When building 'criticalmass' with gcc-3.4 I get the following error: c++ -DHAVE_CONFIG_H -I. -I. -I.. -W -Wall -fno-exceptions -O2 -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -c Config.cpp In file included from ./Config.hpp:28, from Config.cpp:21: ./HashString.hpp:25: error: an explicit specialization must be preceded by 'template <>' ./HashString.hpp:36: error: an explicit specialization must be preceded by 'template <>' make[3]: *** [Config.o] Error 1 make[3]: Leaving directory `/criticalmass-0.99/utils' With the attached patch 'criticalmass' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/criticalmass-0.99/game/Input.hpp ./game/Input.hpp --- ../tmp-orig/criticalmass-0.99/game/Input.hpp 2003-03-03 03:33:08.000000000 +0100 +++ ./game/Input.hpp 2004-08-03 22:03:53.680994807 +0200 @@ -28,7 +28,7 @@ namespace HASH_NAMESPACE { - struct hash<Trigger> + template <> struct hash<Trigger> { //a simple hash function for Trigger int operator()(const Trigger &t) const diff -urN ../tmp-orig/criticalmass-0.99/utils/HashString.hpp ./utils/HashString.hpp --- ../tmp-orig/criticalmass-0.99/utils/HashString.hpp 2003-03-03 03:32:13.000000000 +0100 +++ ./utils/HashString.hpp 2004-08-03 22:01:41.256616930 +0200 @@ -21,7 +21,7 @@ namespace HASH_NAMESPACE { - struct hash<const string> + template <> struct hash<const string> { //a simple hash function for string int operator()(const string & s) const @@ -32,7 +32,7 @@ } }; - struct hash<string> + template <> struct hash<string> { //a simple hash function for string int operator()(string s) const --------------------------------------- Received: (at 263324-done) by bugs.debian.org; 8 Aug 2005 15:50:06 +0000 >From [EMAIL PROTECTED] Mon Aug 08 08:50:06 2005 Return-path: <[EMAIL PROTECTED]> Received: from smtp2.vzavenue.net [66.171.59.141] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E29t7-0005Qw-00; Mon, 08 Aug 2005 08:50:05 -0700 Received: from mail.vzavenue.net (mail.vzavenue.net [66.171.59.142]) by smtp2.vzavenue.net (MOS 3.4.8-GR) with ESMTP id CJA03174; Mon, 8 Aug 2005 11:16:51 -0400 (EDT) Received: from [192.168.0.100] (244.173.171.66.subscriber.vzavenue.net [66.171.173.244]) by mail.vzavenue.net (MOS 3.4.8-GR) with ESMTP id CSI03709; Mon, 8 Aug 2005 11:16:40 -0400 (EDT) From: Daniel Burrows <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Fwd: Bug#262324: marked as done (Add support for NetMOS 9805 parport) Date: Mon, 8 Aug 2005 08:16:09 -0700 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1477718.9cnm9hTUpn"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <[EMAIL PROTECTED]> X-Junkmail-Status: score=32/50, host=smtp2.vzavenue.net 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=-5.8 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, MIME_QP_NO_CHARSET autolearn=no version=2.60-bugs.debian.org_2005_01_02 --nextPart1477718.9cnm9hTUpn Content-Type: multipart/mixed; boundary="Boundary-01=_5c39C0OYoi8bu/O" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_5c39C0OYoi8bu/O Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I typoed in the changelog, which arguably is just as well since I shouldn= 't=20 have been closing this bug there anyway. Anyway, this bug is fixed. I thi= nk=20 maybe it was fixed in the last upstream update in April; regardless of how = it=20 happened, though, since the program compiles with g++-4.0, this is no longe= r=20 an issue. Daniel =2D-=20 /------------------- Daniel Burrows <[EMAIL PROTECTED]> -----------------= =2D\ | Thank you for reading me, but the real .signature is in another email. = | \---------------- The Turtle Moves! -- http://www.lspace.org --------------= =2D/ --Boundary-01=_5c39C0OYoi8bu/O Content-Type: message/rfc822; name="forwarded message" Content-Transfer-Encoding: quoted-printable Content-Description: Debian Bug Tracking System <[EMAIL PROTECTED]>: Bug#262324: marked as done (Add support for NetMOS 9805 parport) Content-Disposition: inline Return-Path: <[EMAIL PROTECTED]> Received: from tr12n04.aset.psu.edu (tr12g04.aset.psu.edu [128.118.146.130]) by seawolf.aset.psu.edu (8.12.11/8.12.11) with ESMTP id j77L9wx33264530 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 17:09:58 -0400 Received: from spohr.debian.org (spohr.debian.org [140.211.166.43]) by tr12n04.aset.psu.edu (8.13.2/8.13.2) with ESMTP id j77L9vDf1667288 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 17:09:57 -0400 Received: from debbugs by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E1sIh-00016Z-00; Sun, 07 Aug 2005 14:03:19 -0700 X-Loop: [EMAIL PROTECTED] =46rom: [EMAIL PROTECTED] (Debian Bug Tracking System) To: Daniel Burrows <[EMAIL PROTECTED]> Cc: Debian Kernel Team <debian-kernel@lists.debian.org> Subject: Bug#262324: marked as done (Add support for NetMOS 9805 parport) Message-ID: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED] opatra.math.tu-berlin.de> Precedence: bulk X-Debian-PR-Message: closed 262324 X-Debian-PR-Package: kernel-source-2.4.26 X-Debian-PR-Keywords:=20 Sender: Debian BTS <[EMAIL PROTECTED]> Date: Sun, 07 Aug 2005 14:03:19 -0700 X-Virus-Scanned: amavisd-sophos X-PSU-Spam-Flag: NO X-PSU-Spam-Hits: -2.599 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on jester X-Spam-Level:=20 X-Spam-Status: No, score=3D-2.5 required=3D5.0 tests=3DAWL,BAYES_00 autolea= rn=3Dham=20 version=3D3.0.4 X-UID:=20 X-KDE-PR-Keywords: debbugs Content-Type:=20 Your message dated Sun, 07 Aug 2005 13:47:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#262324: fixed in criticalmass 1:0.9.11-2 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) =2D------------------------------------- Received: (at submit) by bugs.debian.org; 30 Jul 2004 15:49:49 +0000 =46rom [EMAIL PROTECTED] Fri Jul 30 08:49:49 2004 Return-path: <[EMAIL PROTECTED]> Received: from mail.math.tu-berlin.de [130.149.12.212]=20 by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BqZdk-0006EG-00; Fri, 30 Jul 2004 08:49:48 -0700 Received: from mail (mail.math.TU-Berlin.DE [130.149.12.212]) by mail.math.TU-Berlin.DE (8.12.0.Beta10/8.12.0.Beta10) with ESMTP id i6UF= njDv002951 for <[EMAIL PROTECTED]>; Fri, 30 Jul 2004 17:49:46 +0200 (MEST) =46rom: Thomas Richter <[EMAIL PROTECTED]> Received: from cleopatra.math.TU-Berlin.DE ([130.149.13.150]) by mail.math.TU-Berlin.DE (MailMonitor for SMTP v1.2.2 ) ; Fri, 30 Jul 2004 17:49:45 +0200 (MEST) Received: (from [EMAIL PROTECTED]) by cleopatra.math.tu-berlin.de (8.9.3/8.8.8) id RAA27892 for [EMAIL PROTECTED]; Fri, 30 Jul 2004 17:49:45 +0200 Message-Id: <[EMAIL PROTECTED]> Subject: Add support for NetMOS 9805 parport To: [EMAIL PROTECTED] Date: Fri, 30 Jul 2004 17:49:45 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL100 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=3DUS-ASCII Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25=20 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=3D-7.0 required=3D4.0 tests=3DBAYES_01,HAS_PACKAGE= =20 autolearn=3Dno version=3D2.60-bugs.debian.org_2004_03_25 X-Spam-Level:=20 Package: kernel-source-2.4.26 Version: 2.4.26-4 Severity: wishlist Please add support for the NetMOS 9805 parport PCI interface. This is a pretty commonly used interface here in germany and very well available. =46or support, please apply the following patch to parport/parport_pc.c in the kernel directory /* snip */ =2D-- parport_pc_old.c Wed Jul 28 10:26:23 2004 +++ parport_pc.c Wed Jul 28 10:28:16 2004 @@ -2692,6 +2692,7 @@ syba_2p_epp, syba_1p_ecp, titan_010l, + titan_1284p1, titan_1284p2, avlab_1p, avlab_2p, @@ -2759,6 +2760,7 @@ /* syba_2p_epp AP138B */ { 2, { { 0, 0x078 }, { 0, 0x178 }, } }, /* syba_1p_ecp W83787 */ { 1, { { 0, 0x078 }, } }, /* titan_010l */ { 1, { { 3, -1 }, } }, + /* titan_1284p1 */ { 1, { { 0, 1 }, } }, /* titan_1284p2 */ { 2, { { 0, 1 }, { 2, 3 }, } }, /* avlab_1p */ { 1, { { 0, 1}, } }, /* avlab_2p */ { 2, { { 0, 1}, { 2, 3 },} }, @@ -2826,6 +2828,7 @@ PCI_ANY_ID, PCI_ANY_ID, 0, 0, syba_1p_ecp }, { PCI_VENDOR_ID_TITAN, PCI_DEVICE_ID_TITAN_010L, PCI_ANY_ID, PCI_ANY_ID, 0, 0, titan_010l }, + { 0x9710, 0x9805, 0x1000, 0x0010, 0, 0, titan_1284p1 }, { 0x9710, 0x9815, 0x1000, 0x0020, 0, 0, titan_1284p2 }, /* PCI_VENDOR_ID_AVLAB/Intek21 has another bunch of cards ...*/ { 0x14db, 0x2120, PCI_ANY_ID, PCI_ANY_ID, 0, 0, avlab_1p}, /* AFAVLAB_TK9= 902 */ /* snip */ Several other chips are available from the same NetMOS family, including serial/parallel ports, though I don't have the hardware to test patches.=20 The above patch has been proven to work fine in a beige G3 Mac. So long, Thomas =2D-------------------------------------- Received: (at 262324-close) by bugs.debian.org; 7 Aug 2005 20:54:30 +0000 =46rom [EMAIL PROTECTED] Sun Aug 07 13:54:30 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E1s30-0005Ml-00; Sun, 07 Aug 2005 13:47:06 -0700 =46rom: Daniel Burrows <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#262324: fixed in criticalmass 1:0.9.11-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 07 Aug 2005 13:47:06 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02=20 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level:=20 X-Spam-Status: No, hits=3D-6.0 required=3D4.0 tests=3DBAYES_00,HAS_BUG_NUMB= ER=20 autolearn=3Dno version=3D2.60-bugs.debian.org_2005_01_02 Source: criticalmass Source-Version: 1:0.9.11-2 We believe that the bug you reported is fixed in the latest version of criticalmass, which is due to be installed in the Debian FTP archive: criticalmass-data_0.9.11-2_all.deb to pool/main/c/criticalmass/criticalmass-data_0.9.11-2_all.deb criticalmass_0.9.11-2.diff.gz to pool/main/c/criticalmass/criticalmass_0.9.11-2.diff.gz criticalmass_0.9.11-2.dsc to pool/main/c/criticalmass/criticalmass_0.9.11-2.dsc criticalmass_0.9.11-2_i386.deb to pool/main/c/criticalmass/criticalmass_0.9.11-2_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 criticalmass pack= age) (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]) =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =46ormat: 1.7 Date: Sun, 7 Aug 2005 12:49:05 -0700 Source: criticalmass Binary: criticalmass criticalmass-data Architecture: source i386 all Version: 1:0.9.11-2 Distribution: unstable Urgency: low Maintainer: Daniel Burrows <[EMAIL PROTECTED]> Changed-By: Daniel Burrows <[EMAIL PROTECTED]> Description:=20 criticalmass - Shoot-em-up a la galaxian criticalmass-data - Shoot-em-up a la galaxian (data files) Closes: 262324 319972 Changes:=20 criticalmass (1:0.9.11-2) unstable; urgency=3Dlow . * Fix ambiguous calls to findHash (Closes: #319972) . * Build with g++-4.0 (Closes: #262324) =46iles:=20 6184877b321ef311bf4c60bb669bad72 740 games optional criticalmass_0.9.11-2.= dsc e34b5a1fe2f6a03f0abf72aa7d9f2bb2 59288 games optional criticalmass_0.9.11-= 2.diff.gz 6cea1534179d26ded0813a8bd3408162 2140832 games optional criticalmass-data_= 0.9.11-2_all.deb 0b847e632c33f025a53832fabbfafde2 236368 games optional criticalmass_0.9.11= =2D2_i386.deb =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC9mrech6xsM7kSXgRAsA8AKCcNjqeu/INymMxUWHCWjbxPN4Y4ACdEXZq bWux+iEkJXJ8hHVOQqfuQC4=3D =3D9qxJ =2D----END PGP SIGNATURE----- --Boundary-01=_5c39C0OYoi8bu/O-- --nextPart1477718.9cnm9hTUpn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBC93dFch6xsM7kSXgRAjmYAKDiAt6zR6u4F2/0QD46n+lqrF0L+ACgkawV tq4f/WvjL6w4VPdvVwDQYfQ= =hekl -----END PGP SIGNATURE----- --nextPart1477718.9cnm9hTUpn-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]