Your message dated Wed, 30 Nov 2005 14:49:30 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337604: fixed in acovea 5.1.1-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; 5 Nov 2005 09:30:24 +0000
>From [EMAIL PROTECTED] Sat Nov 05 01:30:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mobilewave.waldi.eu.org [82.139.201.22] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EYKNT-0003Q3-00; Sat, 05 Nov 2005 01:30:24 -0800
Received: by mobilewave.waldi.eu.org (Postfix, from userid 1000)
        id DB98D183B4; Sat,  5 Nov 2005 10:29:07 +0100 (CET)
Date: Sat, 5 Nov 2005 10:29:07 +0100
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: acovea - FTBFS: error: invalid abstract return type
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: acovea
Version: 4.0.0-4.0.1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of acovea_4.0.0-4.0.1 on debian01 by sbuild/s390 69
[...]
> if s390-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 
> -DHAVE_STDBOOL_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1  -I. 
> -I. -DACOVEA_CONFIG_DIR=\""/etc/acovea/config/"\" 
> -DACOVEA_BENCHMARK_DIR=\""/etc/acovea/benchmarks/"\"    -g -O2 -MT acovea.o 
> -MD -MP -MF ".deps/acovea.Tpo" -c -o acovea.o acovea.cpp; \
> then mv -f ".deps/acovea.Tpo" ".deps/acovea.Po"; else rm -f 
> ".deps/acovea.Tpo"; exit 1; fi
> acovea.h:685: error: invalid abstract return type for member function 
> 'acovea::acovea_landscape acovea::acovea_world::generate()'
> acovea.h:590: note:   because the following virtual functions are pure within 
> 'acovea::acovea_landscape':
> /usr/include/libevocosm/landscape.h:104: note:  double 
> libevocosm::landscape<OrganismType>::test(OrganismType&) const [with 
> OrganismType = acovea::acovea_organism]
> acovea.cpp: In constructor 
> 'acovea::acovea_landscape::acovea_landscape(std::string, const 
> acovea::compiler&)':
> acovea.cpp:992: error: no matching function for call to 
> 'libevocosm::landscape<acovea::acovea_organism>::landscape()'
> /usr/include/libevocosm/landscape.h:73: note: candidates are: 
> libevocosm::landscape<OrganismType>::landscape(const 
> libevocosm::landscape<OrganismType>&) [with OrganismType = 
> acovea::acovea_organism]
> /usr/include/libevocosm/landscape.h:66: note:                 
> libevocosm::landscape<OrganismType>::landscape(libevocosm::listener&) [with 
> OrganismType = acovea::acovea_organism]
> acovea.cpp: In copy constructor 
> 'acovea::acovea_landscape::acovea_landscape(const acovea::acovea_landscape&)':
> acovea.cpp:999: error: no matching function for call to 
> 'libevocosm::landscape<acovea::acovea_organism>::landscape()'
> /usr/include/libevocosm/landscape.h:73: note: candidates are: 
> libevocosm::landscape<OrganismType>::landscape(const 
> libevocosm::landscape<OrganismType>&) [with OrganismType = 
> acovea::acovea_organism]
> /usr/include/libevocosm/landscape.h:66: note:                 
> libevocosm::landscape<OrganismType>::landscape(libevocosm::listener&) [with 
> OrganismType = acovea::acovea_organism]
> acovea.cpp: In constructor 'acovea::acovea_world::acovea_world(std::string, 
> const acovea::compiler&, size_t, size_t, double, double, double, double, 
> acovea::scaling_mode, size_t)':
> acovea.cpp:1565: error: 'VERSION' is not a member of 'libevocosm::globals'
> acovea.cpp:1591: error: no matching function for call to 
> 'libevocosm::evocosm<acovea::acovea_organism, 
> acovea::acovea_landscape>::evocosm(size_t&, size_t&, int, int, 
> acovea::acovea_mutator&, acovea::acovea_reproducer&, 
> libevocosm::scaler<acovea::acovea_organism>&, 
> libevocosm::random_pool_migrator<acovea::acovea_organism>&, 
> libevocosm::elitism_selector<acovea::acovea_organism>&, 
> acovea::acovea_reporter&, acovea::acovea_world&, acovea::acovea_world&, bool)'
> /usr/include/libevocosm/evocosm.h:341: note: candidates are: 
> libevocosm::evocosm<OrganismType, LandscapeType>::evocosm(const 
> libevocosm::evocosm<OrganismType, LandscapeType>&) [with OrganismType = 
> acovea::acovea_organism, LandscapeType = acovea::acovea_landscape]
> /usr/include/libevocosm/evocosm.h:291: note:                 
> libevocosm::evocosm<OrganismType, 
> LandscapeType>::evocosm(libevocosm::listener&, size_t, size_t, size_t, 
> size_t, libevocosm::mutator<OrganismType>&, 
> libevocosm::reproducer<OrganismType>&, libevocosm::scaler<OrganismType>&, 
> libevocosm::migrator<OrganismType>&, libevocosm::selector<OrganismType>&, 
> libevocosm::reporter<OrganismType, LandscapeType>&, 
> libevocosm::organism_factory<OrganismType>&, 
> libevocosm::landscape_factory<LandscapeType>&, bool) [with OrganismType = 
> acovea::acovea_organism, LandscapeType = acovea::acovea_landscape]
> acovea.cpp: In member function 'virtual acovea::acovea_landscape 
> acovea::acovea_world::generate()':
> acovea.cpp:1606: error: invalid abstract return type for member function 
> 'virtual acovea::acovea_landscape acovea::acovea_world::generate()'
> acovea.h:590: note:   since type 'acovea::acovea_landscape' has pure virtual 
> functions
> acovea.cpp:1608: error: cannot allocate an object of abstract type 
> 'acovea::acovea_landscape'
> acovea.h:590: note:   since type 'acovea::acovea_landscape' has pure virtual 
> functions
> make[2]: *** [acovea.o] Error 1
> make[2]: Leaving directory `/build/buildd/acovea-4.0.0/acovea'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/acovea-4.0.0'
> make: *** [build-stamp] Error 2
> ******************************************************************************
> Build finished at 20051105-0921
> FAILED [dpkg-buildpackage died]

---------------------------------------
Received: (at 337604-close) by bugs.debian.org; 30 Nov 2005 22:53:34 +0000
>From [EMAIL PROTECTED] Wed Nov 30 14:53:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 4.50)
        id 1EhalW-0002sY-Fm; Wed, 30 Nov 2005 14:49:30 -0800
From: Al Stone <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.31 $
Subject: Bug#337604: fixed in acovea 5.1.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Wed, 30 Nov 2005 14:49:30 -0800
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: acovea
Source-Version: 5.1.1-1

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

acovea_5.1.1-1.diff.gz
  to pool/main/a/acovea/acovea_5.1.1-1.diff.gz
acovea_5.1.1-1.dsc
  to pool/main/a/acovea/acovea_5.1.1-1.dsc
acovea_5.1.1-1_i386.deb
  to pool/main/a/acovea/acovea_5.1.1-1_i386.deb
acovea_5.1.1.orig.tar.gz
  to pool/main/a/acovea/acovea_5.1.1.orig.tar.gz
libacovea-5.1-5_5.1.1-1_i386.deb
  to pool/main/a/acovea/libacovea-5.1-5_5.1.1-1_i386.deb
libacovea-dev_5.1.1-1_i386.deb
  to pool/main/a/acovea/libacovea-dev_5.1.1-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.
Al Stone <[EMAIL PROTECTED]> (supplier of updated acovea 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: Sat, 26 Nov 2005 17:53:24 -0700
Source: acovea
Binary: acovea libacovea-dev libacovea-5.1-5
Architecture: source i386
Version: 5.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Al Stone <[EMAIL PROTECTED]>
Changed-By: Al Stone <[EMAIL PROTECTED]>
Description: 
 acovea     - analysis of compiler options via evolutionary algorithms
 libacovea-5.1-5 - library for analyzing compiler options via evolutionary 
algorithm
 libacovea-dev - library for analyzing compiler options via evolutionary 
algorithm
Closes: 337604 340924
Changes: 
 acovea (5.1.1-1) unstable; urgency=low
 .
   * New upstream source, and new name for the upstream tarball (libacovea),
     even though it produces essentially the same functionality.
   * Update Standards-Version
   * Closes: bug#337604: -- FTBFS: error: invalid abstract return type
   * Closes: bug#340924: -- acovea: package cannot be installed (acovea was
     not upgraded to latest libevocosm and libcoyotl yet)
Files: 
 01aedf93e3caf8af5b1d6691a10b991c 654 devel optional acovea_5.1.1-1.dsc
 e3bfa6b782205bad083ba58a8b882158 363048 devel optional acovea_5.1.1.orig.tar.gz
 d58c95b82cc425d7cfd27ceecbeb8d57 113978 devel optional acovea_5.1.1-1.diff.gz
 fc0f419ea63f870e3225ccb40e4cce15 75470 libs optional 
libacovea-5.1-5_5.1.1-1_i386.deb
 8cee2460f1649d653cde4acab4379782 76402 devel optional 
libacovea-dev_5.1.1-1_i386.deb
 faf6f2b9ee92d50dd1658602dd85ba62 127746 devel optional acovea_5.1.1-1_i386.deb

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

iD8DBQFDiRF4so6+T7qY4V0RAvKxAJ0cAnuKxBgGUc1HLVHM40wHoDxM0ACfV+VE
pbnVnkKU2QdwLi+eCzdD48U=
=9XVg
-----END PGP SIGNATURE-----


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

Reply via email to