Your message dated Wed, 19 Oct 2016 11:50:42 +0000
with message-id <e1bwpom-0002mx...@franck.debian.org>
and subject line Bug#811836: fixed in libavg 1.8.1-3
has caused the Debian Bug report #811836,
regarding libavg: 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.)


-- 
811836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libavg
Version: 1.8.1-2
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
...
> g++ -DHAVE_CONFIG_H -I. -I../../src  -I.. -I/usr/include/libxml2 -pthread 
> -Wdate-time -D_FORTIFY_SOURCE=2  -msse2 -O3 -ffast-math -Wall -pipe 
> -Wno-invalid-offsetof -Woverloaded-virtual -Wswitch -Wuninitialized 
> -Wempty-body -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -c -o testbase.o testbase.cpp
> In file included from StringHelper.cpp:22:0:
> StringHelper.h: In instantiation of 'void avg::fromString(const string&, T&) 
> [with T = int; std::__cxx11::string = std::__cxx11::basic_string<char>]':
> StringHelper.cpp:70:20:   required from here
> StringHelper.h:115:35: error: no match for 'operator!=' (operand types are 
> 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' and 
> 'int')
>      bool bOk = (stream >> result) != 0;
>                 ~~~~~~~~~~~~~~~~~~~^~~~
> 
> StringHelper.h:115:35: note: candidate: operator!=(int, int) <built-in>
> StringHelper.h:115:35: note:   no known conversion for argument 1 from 
> 'std::basic_istream<char>::__istream_type {aka 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 Exception.h:26,
>                  from StringHelper.h:26,
>                  from StringHelper.cpp:22:
> /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 StringHelper.cpp:22:0:
> StringHelper.h:115:35: note:   'std::basic_istream<char>::__istream_type {aka 
> std::basic_istream<char>}' is not derived from 'const std::pair<_T1, _T2>'
>      bool bOk = (stream >> result) != 0;
>                 ~~~~~~~~~~~~~~~~~~~^~~~
> 
> 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 Exception.h:26,
>                  from StringHelper.h:26,
>                  from StringHelper.cpp:22:
> /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 StringHelper.cpp:22:0:
> StringHelper.h:115:35: note:   'std::basic_istream<char>::__istream_type {aka 
> std::basic_istream<char>}' is not derived from 'const 
> std::reverse_iterator<_Iterator>'
>      bool bOk = (stream >> result) != 0;
>                 ~~~~~~~~~~~~~~~~~~~^~~~
> 
> 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 Exception.h:26,
>                  from StringHelper.h:26,
>                  from StringHelper.cpp:22:
> /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 StringHelper.cpp:22:0:
> StringHelper.h:115:35: note:   'std::basic_istream<char>::__istream_type {aka 
> std::basic_istream<char>}' is not derived from 'const 
> std::reverse_iterator<_Iterator>'
>      bool bOk = (stream >> result) != 0;
>                 ~~~~~~~~~~~~~~~~~~~^~~~
> 
> 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 Exception.h:26,
>                  from StringHelper.h:26,
>                  from StringHelper.cpp:22:
> /usr/include/c++/6/bits/stl_iterator.h:1118:5: note: candidate: 
> template<class _IteratorL, class _IteratorR> bool std::operator!=(const 
> std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)
>      operator!=(const move_iterator<_IteratorL>& __x,
>      ^~~~~~~~

--- End Message ---
--- Begin Message ---
Source: libavg
Source-Version: 1.8.1-3

We believe that the bug you reported is fixed in the latest version of
libavg, 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.
Dimitri John Ledkov <x...@ubuntu.com> (supplier of updated libavg 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: SHA512

Format: 1.8
Date: Wed, 19 Oct 2016 09:29:30 +0200
Source: libavg
Binary: python-libavg
Architecture: source
Version: 1.8.1-3
Distribution: unstable
Urgency: medium
Maintainer: Dimitri John Ledkov <x...@debian.org>
Changed-By: Dimitri John Ledkov <x...@ubuntu.com>
Description:
 python-libavg - High-level development platform for media-centric applications
Closes: 811836
Changes:
 libavg (1.8.1-3) unstable; urgency=medium
 .
   * Patch bool casting for >> operator
   * Cast display pointer to bool
   * Fixes FTBFS Closes: #811836
Checksums-Sha1:
 dcbbd8b324e1fb131e2b6cdb4ec558a37a87e2d6 1763 libavg_1.8.1-3.dsc
 a4ac8d2d7a8d3acc59256aac4dcd7cea1d202d6c 12616 libavg_1.8.1-3.debian.tar.xz
Checksums-Sha256:
 8d5fd0b1643ca739217324e117068ea8b1feb66192da8f0691d12fec0e8dc9b3 1763 
libavg_1.8.1-3.dsc
 b2628823373286f9ba163b017b24e071fe3fc32cf75b3b51a93c806510a1e2c3 12616 
libavg_1.8.1-3.debian.tar.xz
Files:
 ef68eb1d85cfbb112fcf3feb6ea09199 1763 python optional libavg_1.8.1-3.dsc
 db8893e57e17d99fa4a92ad520aea803 12616 python optional 
libavg_1.8.1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQEtBAEBCgAXBQJYB1zTEBx4bm94QGRlYmlhbi5vcmcACgkQysLYuc0spfmjPwgA
wpJ4N2j8o+F2qkLLiS+U9duhZ+WaEMIuLIXgFoT5X2sDfNVzu67rl3rl9ruBsQkx
3eKyBQv4AuzJIOtzSkXvkkVeyG4A8CStGlKCMTMjb7cr59f4a5kIHrwYb22HdfWn
J8EjmAOER4BuIB93SdByzwdr99c3yl+56LhOty1bEP7o1PP3UOZsTpqZH8I8b65/
Auo6NTXcGL877MhRB+b6PCXP9zIbAdpERKe8wCLz24Ht7IJ112XtwvSXBgA+psuG
lkm/l/ojaT1cRWOjFl+MA/E9xzFZYLbbdScM2MQ8iLuJQqU0KXnZu3sjmjftJ1wD
AMk4d6FKQZ9NwDjKA6kB0w==
=hQRU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to