Your message dated Sun, 26 Feb 2017 13:04:40 +0000
with message-id <[email protected]>
and subject line Bug#811917: fixed in litecoin 0.13.2.1-1
has caused the Debian Bug report #811917,
regarding litecoin: FTBFS with GCC 6: ambiguous overload
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 [email protected]
immediately.)


-- 
811917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811917
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: litecoin
Version: 0.10.4.0-1
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6

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/config  -I. -I./obj -pthread -I/usr/include  
>   -I./secp256k1/include  -Wdate-time -D_FORTIFY_SOURCE=2 
> -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS  -g -O2 
> -fPIE -fstack-protector-strong -Wformat -Werror=format-security -fPIC 
> -fvisibility=hidden -c -o libbitcoin_common_a-hash.o `test -f 'hash.cpp' || 
> echo './'`hash.cpp
> chainparams.cpp: In constructor 'CMainParams::CMainParams()':
> chainparams.cpp:165:52: error: ambiguous overload for 'operator=' (operand 
> types are 'std::vector<unsigned char>' and 
> 'boost::assign_detail::generic_list<int>')
>          base58Prefixes[PUBKEY_ADDRESS] = list_of(48);
>                                                     ^
> 
> In file included from /usr/include/c++/6/vector:69:0,
>                  from chainparamsbase.h:9,
>                  from chainparams.h:9,
>                  from chainparams.cpp:6:
> /usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, 
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) 
> [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]
>      vector<_Tp, _Alloc>::
>      ^~~~~~~~~~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/vector:64:0,
>                  from chainparamsbase.h:9,
>                  from chainparams.h:9,
>                  from chainparams.cpp:6:
> /usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, 
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) 
> [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]
>        operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
>        ^~~~~~~~
> 
> /usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, 
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) 
> [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]
>        operator=(initializer_list<value_type> __l)
>        ^~~~~~~~
> 
> chainparams.cpp:166:51: error: ambiguous overload for 'operator=' (operand 
> types are 'std::vector<unsigned char>' and 
> 'boost::assign_detail::generic_list<int>')
>          base58Prefixes[SCRIPT_ADDRESS] = list_of(5);
>                                                    ^
> 
> In file included from /usr/include/c++/6/vector:69:0,
>                  from chainparamsbase.h:9,
>                  from chainparams.h:9,
>                  from chainparams.cpp:6:
> /usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, 
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) 
> [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]
>      vector<_Tp, _Alloc>::
>      ^~~~~~~~~~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/vector:64:0,
>                  from chainparamsbase.h:9,
>                  from chainparams.h:9,
>                  from chainparams.cpp:6:
> /usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, 
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) 
> [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]
>        operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
>        ^~~~~~~~
> 
> /usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, 
> _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) 
> [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>]
>        operator=(initializer_list<value_type> __l)
>        ^~~~~~~~
> 
> chainparams.cpp:167:53: error: ambiguous overload for 'operator=' (operand 
> types are 'std::vector<unsigned char>' and 
> 'boost::assign_detail::generic_list<int>')
>          base58Prefixes[SECRET_KEY] =     list_of(176);
>                                                      ^

--- End Message ---
--- Begin Message ---
Source: litecoin
Source-Version: 0.13.2.1-1

We believe that the bug you reported is fixed in the latest version of
litecoin, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <[email protected]> (supplier of updated litecoin 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: SHA256

Format: 1.8
Date: Sun, 26 Feb 2017 22:57:35 +1100
Source: litecoin
Binary: litecoind litecoin-qt
Architecture: source amd64
Version: 0.13.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Bitcoin Packaging Team 
<[email protected]>
Changed-By: Dmitry Smirnov <[email protected]>
Description:
 litecoin-qt - peer-to-peer network based digital currency - Qt GUI
 litecoind  - peer-to-peer network based digital currency - daemon
Closes: 811917 828425 854157
Changes:
 litecoin (0.13.2.1-1) unstable; urgency=medium
 .
   * New upstream release [January 2017]:
     + Fixed FTBFS with openssl 1.1.0 (Closes: #828425).
     + Fixed FTBFS with GCC 6 (Closes: #811917).
     + Fixed segmentation fault (Closes: #854157).
   * Removed obsolete "gcc6.patch".
   * Updated "system-leveldb.patch".
   * Build-Depends += "libevent-dev".
   * debhelper/compat to version 10.
   * Standards-Version: 3.9.8.
   * Modernised Vcs URLs.
Checksums-Sha1:
 91953cde3d7f3d980054698dca2fd04d6a26eed5 2243 litecoin_0.13.2.1-1.dsc
 df954cff3628b10561d0e29c967751f2c57d77c1 5518220 litecoin_0.13.2.1.orig.tar.gz
 b85cff9594a7181ec62c463d6a1c5e8c56c33d27 13820 
litecoin_0.13.2.1-1.debian.tar.xz
 b1ba99a0c664799d81dcc69d16f9c4ed3adeccfa 40345666 
litecoin-qt-dbgsym_0.13.2.1-1_amd64.deb
 a578bffd1e7e8fd8dbfb05e83a3dae30f87eb1a1 2997608 
litecoin-qt_0.13.2.1-1_amd64.deb
 9fa3ca99d83559cea36aa9d757418f07e748081e 16404 
litecoin_0.13.2.1-1_amd64.buildinfo
 185052a683103090ede270cc1cf854017a075a50 27602154 
litecoind-dbgsym_0.13.2.1-1_amd64.deb
 babe8b68dfe75d966ba8b11f461aaa7dba4040c9 1528092 litecoind_0.13.2.1-1_amd64.deb
Checksums-Sha256:
 17a1c381faf6f7575a98c73fbf33655bd4933d80e0ab2c647d3059587d28dfa7 2243 
litecoin_0.13.2.1-1.dsc
 cb07472b32f713bb37ea37cfcc336816a38c8684844c259c89203ed9fe54f85b 5518220 
litecoin_0.13.2.1.orig.tar.gz
 034e336608dd6a9f3da80f9db512ecefece0f9f36542e4736bf605d85116bb40 13820 
litecoin_0.13.2.1-1.debian.tar.xz
 92f9d9143126cba7412545fee6c28fc787b75971b6cffa4a270d07455f6394fe 40345666 
litecoin-qt-dbgsym_0.13.2.1-1_amd64.deb
 560d1f504168522f9839ac837f85547f7cf4aefed23c4cc29c7fe9fdf1376bbd 2997608 
litecoin-qt_0.13.2.1-1_amd64.deb
 f031e654dc5d339c2aa97340e8a76c57832b781c40f48ea177b8d962da325279 16404 
litecoin_0.13.2.1-1_amd64.buildinfo
 f28506ed91b409545825a45be2c10c6f8a5cd7204881ef9e205644329227e703 27602154 
litecoind-dbgsym_0.13.2.1-1_amd64.deb
 3f62ed3fee5bfdcb39268269fb70d88001aa8a008af34a0b9ba88b9a90e92c64 1528092 
litecoind_0.13.2.1-1_amd64.deb
Files:
 a1272269da062d532264e5fd1bd45124 2243 utils optional litecoin_0.13.2.1-1.dsc
 819bb091dbf8618bf4c75cb8f4908643 5518220 utils optional 
litecoin_0.13.2.1.orig.tar.gz
 0be84bd6269923fbd9c77a1e8974371b 13820 utils optional 
litecoin_0.13.2.1-1.debian.tar.xz
 3a7d36b839464ff2e58e50ec95c249b4 40345666 debug extra 
litecoin-qt-dbgsym_0.13.2.1-1_amd64.deb
 7fedaab1abb4323131b897f569aef46e 2997608 utils optional 
litecoin-qt_0.13.2.1-1_amd64.deb
 17feb7f99c652beb13f2aede4a7e9e88 16404 utils optional 
litecoin_0.13.2.1-1_amd64.buildinfo
 919d0fbcaba10a1e276b0c1d17df0a21 27602154 debug extra 
litecoind-dbgsym_0.13.2.1-1_amd64.deb
 78475c5d62dc1c49999a055bd8e44697 1528092 utils optional 
litecoind_0.13.2.1-1_amd64.deb

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

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAliyxtwACgkQUra72VOW
jRsAHA/+LgRmAaBn96elnpnDn06itB4jTNKKyHfPSeIu1URHoS0yr8gF39uvjarN
bcOnksHgNC7LDdz2AIK7oOTeyGSwsCyo6Y+ae5SPcVGJt7KnTyISNttyKNDhTbSz
wtcfHdSKH+VAZs1iAH9p1frzxZO22r0wWzWCRUdkXjw36mYHGpxCQMAh3qKfQj3F
Khxr5b/AmClEHPlAphkmxjN/S3+ux6K/1RLAJOcqjJgOBRZYusfi/dO5GjNWBokM
uE0U4G5r+fZ8hYbXTucr8O8Umw8LbEjccfyQhMlD70nUTM6Y918LJlASSsvsSzlR
3ShuRRFJ9e5J7DlpzvWWBVDlTIvnQVIOeBNyoWwtQe2O3M9OQVgOxNAOe0xI9N/t
juyS+4bxRyVhYi2LB13HTgDdv10+sAuoh7sDaiD0eXuFsgiiHHb/+p8lYNJueNe9
hgQcnh4/tf7Ep9ISlEN2fp0UVlazDhJywO0LbdGckOYuA6sLCfu3hlPo7xVgvHUd
F1J38mjwGTHFch5ljQbinAx0laU7qXiVtizbIboPnNrUmOXY/QmVWSCvBfXXuFq+
yE9r3WRqQ5WHnWU3mEyJ84LtNzpmY9yQpRFth4t47Z3wZcIXLsX9ybOAGYpYhS4O
S3RiQ92cJwHcQxd6ZlJUcC2CkGs/IibDbCJghCEz3PKdksSFdNo=
=/2V7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to