Your message dated Mon, 28 Mar 2005 08:12:44 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300168: fixed in arpack++ 2.2-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; 18 Mar 2005 06:21:13 +0000
>From [EMAIL PROTECTED] Thu Mar 17 22:21:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from web53702.mail.yahoo.com [206.190.37.23] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DCAr8-0005Rz-00; Thu, 17 Mar 2005 22:21:10 -0800
Received: (qmail 35698 invoked by uid 60001); 18 Mar 2005 06:20:35 -0000
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
  
b=1i5EIdJi21S20La/1O1L9mK3kOJ/lUbqjEpnhEu5tm1Fr/qBzppmJ2AzEoDBPTkZn95dntfFF5qy3xy7ZDqkphAwgcOJ7XURpKBsjdv3YQE9e4eZH8g3y/dFYDMKvTmI6H/eKye6XOh8uCo3FJ99jOv3zEKzwDp9uJF+I7+vSqA=
  ;
Message-ID: <[EMAIL PROTECTED]>
Received: from [69.157.181.59] by web53702.mail.yahoo.com via HTTP; Thu, 17 Mar 
2005 22:20:35 PST
Date: Thu, 17 Mar 2005 22:20:35 -0800 (PST)
From: "H. S." <[EMAIL PROTECTED]>
Subject: arpack++: fails to comple simple.cc example given in "nonsym" examples 
directory
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: arpack++
Version: 2.1-5
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
I am trying to comple an example that is included in the
package. The
compiler fails with an error (see below).

What I did was:
1) Copied the
/usr/share/doc/arpack++/examples/areig/nonsym to a
temporary directory
2) Copied the /usr/share/doc/arpack++/Makefile.inc to the
same directory
3) Edited the Makefile.inc to have the following lines:
ARPACKPP_DIR = /usr/share/doc/arpack++
#ARPACKPP_INC = $(ARPACKPP_DIR)/include
ARPACKPP_INC = /usr/include/arpack++
4) Edited the Makefile to have the following lines
#include ../../../Makefile.inc
include Makefile.inc
5) And tried to compile the simple.cc program:
$> make simple
6) And compile had a problem with this error (full
compiler output is
given as PS):
/usr/include/arpack++/arlsnsym.h:144: error: no matching
function for
call to `
  ARluNonSymStdEig<double>::DefineParameters(int, int&,
  ARluNonSymMatrix<double>*, <unknown type>, char*&, int&,
double&,
  int&,
  double*&, bool&)'


Do I need to change something else too to make this
example program run?

Here are other relevant packages I am using:
ii  g++         3.3.5-1    The GNU C++ compiler
ii  arpack++    2.1-5      Object-oriented version of the
ARPACK package


Thanks,
->HS

PS. Full compiler output:
########################################################
$> make simple
g++ -O  -I/usr/include/arpack++ 
-I/usr/share/doc/arpack++/examples/areig
-I/usr/share/doc/arpack++/examples/matrices/nonsym
-I/usr/include/arpack++ -c simple.cc
In file included from /usr/include/arpack++/arlsmat.h:26,
                 from /usr/include/arpack++/arlspen.h:28,
                 from /usr/include/arpack++/arlsmat.h:18,
                 from areig.h:364,
                 from simple.cc:20:
/usr/include/arpack++/arhbmat.h:400:8: warning: extra
tokens at end of #endif directive
In file included from /usr/include/arpack++/arlgnsym.h:26,
                 from areig.h:369,
                 from simple.cc:20:
/usr/include/arpack++/argnsym.h:40: warning:
`ARNonSymGenEig<FLOAT, FOP,
   FB>::TypeBx' is implicitly a typename
/usr/include/arpack++/argnsym.h:40: warning: implicit
typename is deprecated,
   please see the documentation for details
In file included from areig.h:369,
                 from simple.cc:20:
/usr/include/arpack++/arlgnsym.h:132: error: default
argument given for
   parameter 2 of `void
ARluNonSymGenEig<FLOAT>::ChangeShift(FLOAT, FLOAT)'
/usr/include/arpack++/arlgnsym.h:54: error: after previous
specification in `
   virtual void
ARluNonSymGenEig<FLOAT>::ChangeShift(FLOAT, FLOAT)'
simple.cc: In function `int main()':
simple.cc:53: error: `cout' undeclared (first use this
function)
simple.cc:53: error: (Each undeclared identifier is
reported only once for each
   function it appears in.)
simple.cc:53: error: `endl' undeclared (first use this
function)
/usr/include/arpack++/arlsnsym.h: In constructor `
   ARluNonSymStdEig<FLOAT>::ARluNonSymStdEig(int,
ARluNonSymMatrix<TYPE>&,
   char*, int, FLOAT, int, FLOAT*, bool) [with FLOAT =
double]':
areig.h:628:   instantiated from `int AREig(FLOAT*,
FLOAT*, FLOAT*, int, int, FLOAT*, int*, int*, int, char*,
int, FLOAT, int, FLOAT*, bool) [with FLOAT = double]'
simple.cc:49:   instantiated from here
/usr/include/arpack++/arlsnsym.h:144: error: no matching
function for call to `
   ARluNonSymStdEig<double>::DefineParameters(int, int&,
   ARluNonSymMatrix<double>*, <unknown type>, char*&,
int&, double&, int&,
   double*&, bool&)'
/usr/include/arpack++/arseig.h:137: error: candidates are:
void ARStdEig<FLOAT,
   TYPE, FOP>::DefineParameters(int, int, FOP*, void
(FOP::*)(TYPE*, TYPE*),
   char*, int, FLOAT, int, TYPE*, bool) [with FLOAT =
double, TYPE = double,
   FOP = ARluNonSymMatrix<double>]
/usr/include/arpack++/arlnsmat.h: In member function `void
   ARluNonSymMatrix<TYPE>::ClearMem() [with TYPE =
double]':
/usr/include/arpack++/arlnsmat.h:116:   instantiated from
`ARluNonSymMatrix<TYPE>::~ARluNonSymMatrix() [with TYPE =
double]'
areig.h:623:   instantiated from `int AREig(FLOAT*,
FLOAT*, FLOAT*, int, int, FLOAT*, int*, int*, int, char*,
int, FLOAT, int, FLOAT*, bool) [with FLOAT = double]'
simple.cc:49:   instantiated from here
/usr/include/arpack++/arlnsmat.h:207: warning: deleting
`void*' is undefined
make: *** [simple.o] Error 1

########################################################

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9.20041123.hs
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15
(charmap=ISO-8859-15)

Versions of packages arpack++ depends on:
ii  libarpack2-dev                2.1-8      Fortran77
subroutines to solve lar

-- no debconf information




                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

---------------------------------------
Received: (at 300168-close) by bugs.debian.org; 28 Mar 2005 13:30:50 +0000
>From [EMAIL PROTECTED] Mon Mar 28 05:30:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DFuKP-0005VM-00; Mon, 28 Mar 2005 05:30:49 -0800
Received: from joerg by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DFu2u-0004Zi-00; Mon, 28 Mar 2005 08:12:44 -0500
From: Christophe Prud'homme <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#300168: fixed in arpack++ 2.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Mon, 28 Mar 2005 08:12:44 -0500
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: arpack++
Source-Version: 2.2-1

We believe that the bug you reported is fixed in the latest version of
arpack++, which is due to be installed in the Debian FTP archive:

arpack++_2.2-1.diff.gz
  to pool/main/a/arpack++/arpack++_2.2-1.diff.gz
arpack++_2.2-1.dsc
  to pool/main/a/arpack++/arpack++_2.2-1.dsc
arpack++_2.2.orig.tar.gz
  to pool/main/a/arpack++/arpack++_2.2.orig.tar.gz
libarpack++2-dev_2.2-1_i386.deb
  to pool/main/a/arpack++/libarpack++2-dev_2.2-1_i386.deb
libarpack++2_2.2-1_i386.deb
  to pool/main/a/arpack++/libarpack++2_2.2-1_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.
Christophe Prud'homme <[EMAIL PROTECTED]> (supplier of updated arpack++ 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, 25 Mar 2005 15:25:10 +0100
Source: arpack++
Binary: libarpack++2-dev libarpack++2
Architecture: source i386
Version: 2.2-1
Distribution: unstable
Urgency: low
Maintainer: Christophe Prud'homme <[EMAIL PROTECTED]>
Changed-By: Christophe Prud'homme <[EMAIL PROTECTED]>
Description: 
 libarpack++2 - Object-oriented version of the ARPACK package (runtime)
 libarpack++2-dev - Object-oriented version of the ARPACK package (development)
Closes: 300168
Changes: 
 arpack++ (2.2-1) unstable; urgency=low
 .
   * Fixed all examples, autotools-ified, added testsuite
   * arpack++: fails to comple simple.cc example given in "nonsym" examples
     directory (closes: #300168)
Files: 
 51c5beb751881f15499ccfae88355778 603 math optional arpack++_2.2-1.dsc
 4cb1f5daf1281082c3cd157e89f24648 521376 math optional arpack++_2.2.orig.tar.gz
 cb7bea90fe02bed80f0625097157585b 2555 math optional arpack++_2.2-1.diff.gz
 32d5d2776ca3e7f7e2c51c0a19a8e016 6904 math optional libarpack++2_2.2-1_i386.deb
 db5f4e57c40410dd001f79ef9673fc10 421750 math optional 
libarpack++2-dev_2.2-1_i386.deb

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

iD8DBQFCRCK2oY+0C9S+FFARAvaqAJ9sJj6mC5Zp6ElN9oHUmKBQTrdhJgCfRe2V
uGIr4trxPTnAH1CjP1Z9uUY=
=AxB3
-----END PGP SIGNATURE-----


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

Reply via email to