Your message dated Mon, 07 Mar 2005 13:49:40 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Closing Bugs #263244, #287657
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 13:59:08 +0000
>From [EMAIL PROTECTED] Tue Aug 03 06:59:08 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 1Brzoq-0003Ps-00; Tue, 03 Aug 2004 06:59:08 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1Brzop-0004vP-G0; Tue, 03 Aug 2004 15:59:07 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mminstance: FTBFS with gcc-3.4: `_hm' undeclared (first use this
function)
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 03 Aug 2004 15:59:07 +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: mminstance
Severity: normal
Tags: patch
When building 'mminstance' with gcc-3.4 I get the following error:
In file included from error.cc:24:
../include/lcdf/hashmap.hh: In member function `V& _HashMap_iterator<K,
V>::value() const':
../include/lcdf/hashmap.hh:106: error: `_hm' undeclared (first use this
function)
../include/lcdf/hashmap.hh:106: error: (Each undeclared identifier is reported
only once for each function it appears in.)
../include/lcdf/hashmap.hh:106: error: `_pos' undeclared (first use this
function)
../include/lcdf/hashmap.hh: In constructor `_HashMap_iterator<K,
V>::_HashMap_iterator(const HashMap<K, V>*, int)':
../include/lcdf/hashmap.hh:109: error: class `_HashMap_iterator<K, V>' does not
have any field named `const_iterator'
make[3]: *** [error.o] Error 1
make[3]: Leaving directory `/mminstance-1.26/liblcdf'
With the attached patch 'mminstance' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/mminstance-1.26/include/lcdf/hashmap.hh
./include/lcdf/hashmap.hh
--- ../tmp-orig/mminstance-1.26/include/lcdf/hashmap.hh 2003-08-10
23:31:11.000000000 +0200
+++ ./include/lcdf/hashmap.hh 2004-08-03 15:56:43.534496357 +0200
@@ -103,10 +103,10 @@
class _HashMap_iterator : public _HashMap_const_iterator<K, V> { public:
typedef _HashMap_iterator iterator;
- V &value() const { return _hm->_e[_pos].value; }
+ V &value() const { return
this->_hm->_e[this->_pos].value; }
private:
- _HashMap_iterator(const HashMap<K, V> *hm, int pos) : const_iterator(hm,
pos) { }
+ _HashMap_iterator(const HashMap<K, V> *hm, int pos) :
_HashMap_const_iterator<K, V>::const_iterator(hm, pos) { }
friend class HashMap<K, V>;
};
---------------------------------------
Received: (at 263244-close) by bugs.debian.org; 7 Mar 2005 21:50:00 +0000
>From [EMAIL PROTECTED] Mon Mar 07 13:50:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pop-a065c32.pas.sa.earthlink.net [207.217.121.247]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D8Q6g-0004Y1-00; Mon, 07 Mar 2005 13:49:42 -0800
Received: from lsanca1-ar45-4-62-164-110.lsanca1.elnk.dsl.genuity.net
([4.62.164.110] helo=fal.clawpaws.net)
by pop-a065c32.pas.sa.earthlink.net with esmtp (Exim 3.33 #1)
id 1D8Q6e-0001VC-00; Mon, 07 Mar 2005 13:49:40 -0800
Received: from fal.clawpaws.net ([EMAIL PROTECTED] [127.0.0.1])
by fal.clawpaws.net (8.13.3/8.13.3/Debian-7) with ESMTP id
j27LnefV000686;
Mon, 7 Mar 2005 13:49:40 -0800
Received: from fal.clawpaws.net ([EMAIL PROTECTED])
by fal.clawpaws.net (8.13.3/8.13.3/Submit) with ESMTP id j27LneYJ000682;
Mon, 7 Mar 2005 13:49:40 -0800
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
cc: Andreas Jochens <[EMAIL PROTECTED]>
From: "C.M. Connelly" <[EMAIL PROTECTED]>
Reply-To: "C.M. Connelly" <[EMAIL PROTECTED]>
Organization: The Debian Project
Subject: Closing Bugs #263244, #287657
X-Mailer: MH-E 7.82; nmh 1.1; GNU Emacs 21.3.1
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
micalg=pgp-sha1; protocol="application/pgp-signature"
Date: Mon, 07 Mar 2005 13:49:40 -0800
Sender: [EMAIL PROTECTED]
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-Status: No, hits=-0.3 required=4.0 tests=BAYES_00,SUBJ_HAS_UNIQ_ID
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--=-=-=
Content-Transfer-Encoding: quoted-printable
Hi, Andreas,
I'm closing the two bugs you filed against mminstance after
reassigning them to lcdf-typetools. Eddie Kohler has rolled
mminstance into lcdf-typetools, so there will be no future
releases of mminstance as a separate package. At the same time,
Eddie has continued to develop mminstance within the
lcdf-typetools package.
It looks like the issues you found in your bug reports have been
dealt with in the newer releases of lcdf-typetools. If you find
that there are still problems, please reopen the appropriate bug
and I'll get Eddie to fix the problem upstream.
I apologize for the amount of time it's taken me to deal with
these bugs. I've been very busy at work, and haven't had time to
spare for Debian until very recently (when I decided I needed to
make some time).
Thanks for your patience!
Claire
=2D-=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+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+
Man cannot be civilised, or be kept civilised by what he does in his
spare time; only by what he does as his work.
W.R. Lethaby
+=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+
C.M. Connelly [EMAIL PROTECTED] SHC, DS
+=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+
--=-=-=
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQBCLMx0zrFKeh3cmQ0RAutQAKDPfn3S/ZRFztTi4F+bze/AidRGbgCdG94A
Hqo9taxiCAC4UNMmz0e4UR8=
=aAUi
-----END PGP SIGNATURE-----
--=-=-=--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]