Your message dated Sat, 7 May 2005 18:55:55 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 0.1.14-1
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; 17 Aug 2004 08:50:50 +0000
>From [EMAIL PROTECTED] Tue Aug 17 01:50:50 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d001143.adsl.hansenet.de (localhost) [80.171.1.143] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BwzgA-0000mS-00; Tue, 17 Aug 2004 01:50:50 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BwzgO-0003eJ-D3; Tue, 17 Aug 2004 10:51:04 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gnuift: FTBFS with gcc-3.4: there are no arguments to `begin' that 
depend on a template parameter, so a declaration of `begin' must be available
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 17 Aug 2004 10:51:04 +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: gnuift
Severity: normal
Tags: patch

When building 'gnuift' with gcc-3.4 I get the following error:

In file included from 
../../libGIFTAcDistanceMatrix/include/CPersistentMatrix.h:26,
                 from 
../../libGIFTAcDistanceMatrix/include/CPersistentTranslatedIndexMatrix.h:31,
                 from 
../../libGIFTAcDistanceMatrix/include/CDistanceCalculator.h:27,
                 from 
../../libGIFTAcDistanceMatrix/include/CAcDistanceMatrix.h:53,
                 from CAcDistanceMatrix.cc:24:
../../libGIFTAcDistanceMatrix/include/CPersistentVector.h: In member function 
`bool CPersistentVector<T>::write(std::ostream&) const':
../../libGIFTAcDistanceMatrix/include/CPersistentVector.h:119: error: there are 
no arguments to `begin' that depend on a template parameter, so a declaration 
of `begin' must be available
../../libGIFTAcDistanceMatrix/include/CPersistentVector.h:119: error: (if you 
use `-fpermissive', G++ will accept your code, but allowing the use of an 
undeclared name is deprecated)
../../libGIFTAcDistanceMatrix/include/CPersistentVector.h:120: error: there are 
no arguments to `end' that depend on a template parameter, so a declaration of 
`end' must be available
make[4]: *** [CAcDistanceMatrix.lo] Error 1
make[4]: Leaving directory 
`/gnuift-0.1.13/build-tree/gift-0.1.13/libGIFTAcDistanceMatrix/cc'

With the attached patch 'gnuift' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gnuift-0.1.13/debian/patches/06_gcc-3.4.diff 
./debian/patches/06_gcc-3.4.diff
--- ../tmp-orig/gnuift-0.1.13/debian/patches/06_gcc-3.4.diff    1970-01-01 
01:00:00.000000000 +0100
+++ ./debian/patches/06_gcc-3.4.diff    2004-08-17 10:07:29.905724417 +0200
@@ -0,0 +1,14 @@
+diff -urN tmp/libGIFTAcDistanceMatrix/include/CPersistentVector.h 
gift-0.1.13/libGIFTAcDistanceMatrix/include/CPersistentVector.h
+--- tmp/libGIFTAcDistanceMatrix/include/CPersistentVector.h    2004-08-05 
17:14:22.000000000 +0200
++++ gift-0.1.13/libGIFTAcDistanceMatrix/include/CPersistentVector.h    
2004-08-17 09:49:01.454234657 +0200
+@@ -116,8 +116,8 @@
+ 
+ template<class T>
+ bool CPersistentVector<T>::write(ostream& outStream)const{
+-  for(typename CPersistentVector<T>::const_iterator i=begin();
+-      i!=end();
++  for(typename CPersistentVector<T>::const_iterator i=this->begin();
++      i!=this->end();
+       i++){
+     binary_writer(outStream,
+                 *i);

---------------------------------------
Received: (at 266259-done) by bugs.debian.org; 7 May 2005 16:55:58 +0000
>From [EMAIL PROTECTED] Sat May 07 09:55:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wiggis.ethz.ch [129.132.86.197] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DUSar-0008Sp-00; Sat, 07 May 2005 09:55:57 -0700
Received: from wiggis1.ethz.ch (wiggis1.ethz.ch [192.168.127.2])
        by wiggis.ethz.ch (Postfix) with ESMTP
        id 7F1914258; Sat,  7 May 2005 18:55:56 +0200 (CEST)
Received: from kermit (80-219-13-28.dclient.hispeed.ch [80.219.13.28])
        (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
        (No client certificate requested)
        by wiggis.ethz.ch (Postfix) with ESMTP
        id A4F814250; Sat,  7 May 2005 18:55:55 +0200 (CEST)
Received: by kermit (Postfix, from userid 1000)
        id 3CC238037; Sat,  7 May 2005 18:55:55 +0200 (CEST)
Date: Sat, 7 May 2005 18:55:55 +0200
From: Robert Jordens <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: fixed in 0.1.14-1
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="10jrOL3x2xqLmOsH"
Content-Disposition: inline
X-GPG-Fingerprint: 1024D/E02FEF11:F01946CCF910B59289E8D6341D28E4BFE02FEF11
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at phys.ethz.ch
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--10jrOL3x2xqLmOsH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

both patches have been included in 0.1.14-1 which has been uploaded to
sid but is waiting in NEW due to an SONAME change

gnuift (0.1.14-1) unstable; urgency=3Dlow

  * new upstream release
  * 06_gcc-3.4.diff: applied upstream; 06_gcc-4.0.diff: fixed
  * libmrml0 -> libmrml1, SONAME change.

 -- Robert Jordens <[EMAIL PROTECTED]>  Sat,  7 May 2005 15:00:35 +0200

gnuift (0.1.13-2) unstable; urgency=3Dlow

  * debian/patches/06_gcc-3.4.diff: gcc-3.4 fixes from Andreas Jochens
    <[EMAIL PROTECTED]>: closes: Bug#266259
  * debian/patches/07_gcc_4.0.diff: gcc-4.0 and amd64 fixes from Andreas
    Jochens <[EMAIL PROTECTED]>closes: Bug#286878

 -- Robert Jordens <[EMAIL PROTECTED]>  Mon,  3 Jan 2005 20:19:01 +0100

        Robert.

--=20
Computer programmers never die, they just get lost in the processing.

--10jrOL3x2xqLmOsH
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCfPMbHSjkv+Av7xERAngrAKCB2vgyqVe/AcdQ8JUuUPKneSgI6wCeML9d
m2pZIm4LzibVbTvpQXqFWY4=
=2iBL
-----END PGP SIGNATURE-----

--10jrOL3x2xqLmOsH--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to