Your message dated Wed, 04 May 2016 19:21:31 +0000
with message-id <e1ay2mv-00038c...@franck.debian.org>
and subject line Bug#822501: fixed in bagel 0.0~git20150902-2
has caused the Debian Bug report #822501,
regarding bagel: FTBFS: error: 'inner_product' is not a member of 'std'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
822501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bagel
Version: 0.0~git20150902-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -g -O2 
> -DNDEBUG -std=c++11 -c distzmatrix.cc -o distzmatrix.o
> In file included from algo.cc:27:0:
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product(T, size_t, U)':
> ../../../src/util/math/algo.h:151:12: error: 'inner_product' is not a member 
> of 'std'
>      return std::inner_product(p, p+n, q, static_cast<ResultType>(0.0), 
> std::plus<ResultType>(), [](decltype(*p) i, decltype(*q) j) { return 
> detail::conj(i)*j; });
>             ^
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product_noconj(T, size_t, U)':
> ../../../src/util/math/algo.h:168:12: error: 'inner_product' is not a member 
> of 'std'
>      return std::inner_product(p, p+n, q, static_cast<ResultType>(0.0), 
> std::plus<ResultType>(), [](decltype(*p) i, decltype(*q) j) { return i*j; });
>             ^
> In file included from ztranspose.cc:26:0:
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product(T, size_t, U)':
> ../../../src/util/math/algo.h:151:12: error: 'inner_product' is not a member 
> of 'std'
>      return std::inner_product(p, p+n, q, static_cast<ResultType>(0.0), 
> std::plus<ResultType>(), [](decltype(*p) i, decltype(*q) j) { return 
> detail::conj(i)*j; });
>             ^
> ../../../src/util/math/algo.h: At global scope:
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
>    auto average(const T& container) -> 
> decltype(std::accumulate(container.begin(), container.end(), 
> 0.0)/container.size()) {
>                                                 ^
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
> ../../../src/util/math/algo.h: In function 'decltype ((<expression error> / 
> container.size())) bagel::blas::{anonymous}::average(const T&)':
> ../../../src/util/math/algo.h:197:12: error: 'accumulate' is not a member of 
> 'std'
>      return std::accumulate(container.begin(), container.end(), 0.0) / 
> container.size();
>             ^
> ../../../src/util/math/algo.h: In function 'decltype (((* p) * (* q))) 
> bagel::blas::{anonymous}::dot_product_noconj(T, size_t, U)':
> ../../../src/util/math/algo.h:168:12: error: 'inner_product' is not a member 
> of 'std'
>      return std::inner_product(p, p+n, q, static_cast<ResultType>(0.0), 
> std::plus<ResultType>(), [](decltype(*p) i, decltype(*q) j) { return i*j; });
>             ^
> ../../../src/util/math/algo.h: At global scope:
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
>    auto average(const T& container) -> 
> decltype(std::accumulate(container.begin(), container.end(), 
> 0.0)/container.size()) {
>                                                 ^
> ../../../src/util/math/algo.h:196:48: error: 'accumulate' is not a member of 
> 'std'
> ../../../src/util/math/algo.h: In function 'decltype ((<expression error> / 
> container.size())) bagel::blas::{anonymous}::average(const T&)':
> ../../../src/util/math/algo.h:197:12: error: 'accumulate' is not a member of 
> 'std'
>      return std::accumulate(container.begin(), container.end(), 0.0) / 
> container.size();
>             ^
> Makefile:461: recipe for target 'algo.lo' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: bagel
Source-Version: 0.0~git20150902-2

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

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 822...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Banck <mba...@debian.org> (supplier of updated bagel 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 04 May 2016 15:50:47 +0200
Source: bagel
Binary: bagel bagel-data
Architecture: source
Version: 0.0~git20150902-2
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Michael Banck <mba...@debian.org>
Description:
 bagel      - Computational Chemistry Package
 bagel-data - Computational Chemistry Package (data files)
Closes: 822501
Changes:
 bagel (0.0~git20150902-2) unstable; urgency=medium
 .
   * debian/patches/add_missing_includes.patch: New patch, fixes a build
     failure, partly taken from upstream commit 8baa3058 (Closes: #822501).
Checksums-Sha1:
 9268732dbe2a9e102b76ff2bb8fdeded3cf79cd5 2169 bagel_0.0~git20150902-2.dsc
 6a67e6390b1f52f3c9b95d375c55af211b79df62 6220 
bagel_0.0~git20150902-2.debian.tar.xz
Checksums-Sha256:
 9089c890d1008ab491ab6c6573b1a3f9aefdc9470f6b2a94543b482a910fc0f8 2169 
bagel_0.0~git20150902-2.dsc
 4b3df59e8ceca1426d34f4bd1a041419837bfb257693b726a5b224fce32aa8c6 6220 
bagel_0.0~git20150902-2.debian.tar.xz
Files:
 14a92a78bdbe297cdcfa65cfe24277eb 2169 science optional 
bagel_0.0~git20150902-2.dsc
 e3ef3e724ed179af8ce5228f679eae87 6220 science optional 
bagel_0.0~git20150902-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXKf5XAAoJENxoaie0NIGwumsQAJgn0O90saiuErDUq0tvuNrL
ftEG/fvEmm4NPY7zEUfN2+g3gx1HAHFN5i7OJJhrV7yF8pMGSQECSmiSKdFGrlKJ
KKFiFtl5R6h7zKi33a+mAaPcxaF7vu7XFQe7lKbYCdm336s2bsEDs2gxRYdDqyFq
uq51/ellXTIPdDrzdpbRFbTAzDkg551M5nO78p+id/SE9I8NIRWN2qbzke9D7RhQ
YLnMDgKl7J8ia0bJ2B3Qpk8EuLuiNtd8LVWnMDep6XfIlHJA5xwupxsYdfpAffzj
K9XOZx3u6EGaPWOWqowBxyK1rf3utBZntNPR2MfD7W/BgMVAYtY8vSRhUb61qsuM
/WiiDz6S1HkXsYr0TGpfEAmngUlAQ9frOxSSHpNrWE59MDDue6YWADi0oVEzsThS
udg4iylO9eN7nHY3uG3cEg9qzKTQjyKCaB2CmRehvI5EpiWOjPvcX+V1lJ7JKJSN
ZeLPnhtB7eh2gfRrIQAXrnl6UrUbdBu2W0t88EGwUSAf+ZOX6kvj2yIMBfm1jx7t
MJZXRvxsfgL5m76VC7riR9mmBKYsnMDa9SxEzUfezRe2yMyLS8pYZMMVW4j55bZ+
q/ehpueDkg4OTxeNPzXk+4IlGjHTp7uC3MbUpZ5unIUdCe2ERJi+up8jXRpP9D0g
hJp+K/DVptVYcApgMFy9
=EVVa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to