Your message dated Wed, 10 Aug 2016 19:03:41 +0000
with message-id <e1bxymz-0001sh...@franck.debian.org>
and subject line Bug#811838: fixed in esys-particle 2.3.4+dfsg1-1
has caused the Debian Bug report #811838,
regarding esys-particle: FTBFS with GCC 6: no match for
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.)


-- 
811838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: esys-particle
Version: 2.3.3+dfsg1-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> mpicxx -DHAVE_CONFIG_H -I. -I../..  "-I../.." -I/usr/include 
> -I../../Foundation -I../../Geometry -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g 
> -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o 
> frame_vtk.o frame_vtk.cpp
> frame_vtk.cpp: In function 'void do_single_frame_sliced_vtk_r(const string&, 
> const string&, int, bool, const string&, double, double)':
> frame_vtk.cpp:1125:8: warning: unused variable 'hasMeshBondedInteractions' 
> [-Wunused-variable]
>    bool hasMeshBondedInteractions=false;
>         ^~~~~~~~~~~~~~~~~~~~~~~~~
> 
> frame_vtk.cpp: In function 'void writeMeshFile(const string&, const string&, 
> int)':
> frame_vtk.cpp:1279:29: error: no match for 'operator!=' (operand types are 
> 'std::basic_istream<char>' and 'long int')
>    while (datafile >> header != NULL){
>           ~~~~~~~~~~~~~~~~~~~^~~~
> 
> frame_vtk.cpp:1279:29: note: candidate: operator!=(int, long int) <built-in>
> frame_vtk.cpp:1279:29: note:   no known conversion for argument 1 from 
> 'std::basic_istream<char>' to 'int'
> In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/string:40,
>                  from frame_vtk.h:17,
>                  from frame_vtk.cpp:13:
> /usr/include/c++/6/bits/stl_pair.h:357:5: note: candidate: template<class 
> _T1, class _T2> constexpr bool std::operator!=(const std::pair<_T1, _T2>&, 
> const std::pair<_T1, _T2>&)
>      operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
>      ^~~~~~~~
> 
> /usr/include/c++/6/bits/stl_pair.h:357:5: note:   template argument 
> deduction/substitution failed:
> In file included from /usr/include/string.h:32:0,
>                  from /usr/include/c++/6/cstring:42,
>                  from /usr/include/boost/filesystem/path.hpp:36,
>                  from /usr/include/boost/filesystem.hpp:16,
>                  from frame_vtk.cpp:28:
> frame_vtk.cpp:1279:32: note:   'std::basic_istream<char>' is not derived from 
> 'const std::pair<_T1, _T2>'
>    while (datafile >> header != NULL){
>                                 ^
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:67:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/string:40,
>                  from frame_vtk.h:17,
>                  from frame_vtk.cpp:13:
> /usr/include/c++/6/bits/stl_iterator.h:304:5: note: candidate: template<class 
> _Iterator> bool std::operator!=(const std::reverse_iterator<_Iterator>&, 
> const std::reverse_iterator<_Iterator>&)
>      operator!=(const reverse_iterator<_Iterator>& __x,
>      ^~~~~~~~
> 
> /usr/include/c++/6/bits/stl_iterator.h:304:5: note:   template argument 
> deduction/substitution failed:
> In file included from /usr/include/string.h:32:0,
>                  from /usr/include/c++/6/cstring:42,
>                  from /usr/include/boost/filesystem/path.hpp:36,
>                  from /usr/include/boost/filesystem.hpp:16,
>                  from frame_vtk.cpp:28:
> frame_vtk.cpp:1279:32: note:   'std::basic_istream<char>' is not derived from 
> 'const std::reverse_iterator<_Iterator>'
>    while (datafile >> header != NULL){
>                                 ^
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:67:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/string:40,
>                  from frame_vtk.h:17,
>                  from frame_vtk.cpp:13:
> /usr/include/c++/6/bits/stl_iterator.h:354:5: note: candidate: template<class 
> _IteratorL, class _IteratorR> bool std::operator!=(const 
> std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)
>      operator!=(const reverse_iterator<_IteratorL>& __x,
>      ^~~~~~~~
> 
> /usr/include/c++/6/bits/stl_iterator.h:354:5: note:   template argument 
> deduction/substitution failed:
> In file included from /usr/include/string.h:32:0,
>                  from /usr/include/c++/6/cstring:42,
>                  from /usr/include/boost/filesystem/path.hpp:36,
>                  from /usr/include/boost/filesystem.hpp:16,
>                  from frame_vtk.cpp:28:
> frame_vtk.cpp:1279:32: note:   'std::basic_istream<char>' is not derived from 
> 'const std::reverse_iterator<_Iterator>'
>    while (datafile >> header != NULL){
>                                 ^

--- End Message ---
--- Begin Message ---
Source: esys-particle
Source-Version: 2.3.4+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
esys-particle, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated esys-particle 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, 10 Aug 2016 20:44:56 +0200
Source: esys-particle
Binary: esys-particle
Architecture: source
Version: 2.3.4+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
 esys-particle - Software for particle-based numerical modelling. MPI version.
Closes: 811838
Changes:
 esys-particle (2.3.4+dfsg1-1) unstable; urgency=medium
 .
   * [15dc089] Imported Upstream version 2.3.4+dfsg1
   * [677425a] Refresh patches.
   * [04eefeb] Fix FTBFS with gcc-6. (Closes: #811838)
Checksums-Sha1:
 3daae416e398f4bd336d398829d2f278c63a670f 2379 esys-particle_2.3.4+dfsg1-1.dsc
 00877d4b53840885f7439ca064b15016a99df8d3 3788348 
esys-particle_2.3.4+dfsg1.orig.tar.xz
 655a9e099dde1a4d22fb8659393655f54c788ac9 567208 
esys-particle_2.3.4+dfsg1-1.debian.tar.xz
Checksums-Sha256:
 82ebcfe983871e68c406ac4734dbee1287692ee78b916cb73bacc9ff341ddb9a 2379 
esys-particle_2.3.4+dfsg1-1.dsc
 ae2c001988bf7693e1c0ca2dc9adf40a0ca488f0699150d0c5865ee7917f6792 3788348 
esys-particle_2.3.4+dfsg1.orig.tar.xz
 6b632d23e7ec5e130cf90766480fdec89e282e1dfe1ec71f24e77770c2ab1263 567208 
esys-particle_2.3.4+dfsg1-1.debian.tar.xz
Files:
 3e679e0a834904343fa393ac0d532bdd 2379 science extra 
esys-particle_2.3.4+dfsg1-1.dsc
 70fcf0a02fa0bb5607a0d5ae69068da9 3788348 science extra 
esys-particle_2.3.4+dfsg1.orig.tar.xz
 a1ce04d68692cf0eb6763cb50e535dd2 567208 science extra 
esys-particle_2.3.4+dfsg1-1.debian.tar.xz

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

iQIcBAEBAgAGBQJXq3aAAAoJENPhc4PPp/8G82YP/3eyENZnqgPjPsLqX+42jIQY
WUlaI5atEYQoRdgiuYEWDMO91ibIj1Wq7XCgF0rmrFwqPSP3fycqof4in+EUrICS
W3WPSDZk0r/nWuT/WP0FYJVS98+RRMaGLhai4NBO02cRqZzMRJid+B/YHItnb1hY
S3MTwcnXeqPWJjLqkD29gNI5R94qi/3jDiWgyBqxF7R+rFCtAN1WSf42avq7ux9s
sp0KwB6JXHmoNJs6GjO1Y47rRfM4I613TEOft+I8XeY8//2V3wWqsZInofJVTC/b
PNcysQvYu2ziHoeLYomqPJAZuB3fa9wIMV//JBTmXvYjFd3dLQGw2wuujXMhKCAS
BT1utWHFZSURyrbewis8SkMzm5KvcgPsgRez4Ygtl3WsU0laiPoSOKYw/DdJccLs
gScOetSitiHWJipPcf2973LXXiHIjdO5UG6tODyc02mP3uQAdgupXt8XbRcSqKrt
+/cmB1SIYTOm0QMysAvhPZg64ORjkhIucddfKVqhNSn1lHIZnLbC6kLagTtlBixd
lmPUG85QrryK0B+EF3tcbfMlu67lZ70ADU9dBk7jzCRcfoZiQM8Clksbcd+UX9sp
al8CkVHnKK0VUqFybTdtfTgtojSIGf6vDS/PolOOHcUro6hLKg4WYtQQZ9PFgENe
G+PsqMlpSs7y37icC5Sj
=lVI3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to