Your message dated Wed, 05 Dec 2018 17:49:34 +0000
with message-id <e1gubik-000hll...@fasolo.debian.org>
and subject line Bug#914146: fixed in dogecoin 1.10.0-6
has caused the Debian Bug report #914146,
regarding dogecoin FTBFS with boost 1.67
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.)


-- 
914146: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dogecoin
Version: 1.10.0-5
Severity: serious
Tags: ftbfs buster sid

https://buildd.debian.org/status/package.php?p=dogecoin&suite=sid

...
g++ -DHAVE_CONFIG_H -I. -I../src/config  -I. -I./obj -pthread -I/usr/include 
-I./leveldb/include -I./leveldb/helpers/memenv   -I./secp256k1/include   
-Wdate-time -D_FORTIFY_SOURCE=2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO 
-D__STDC_FORMAT_MACROS  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wstack-protector -fstack-protector-all -fPIC -c -o 
libbitcoin_server_a-rpcserver.o `test -f 'rpcserver.cpp' || echo 
'./'`rpcserver.cpp
rpcserver.cpp:507:102: error: wrong number of template arguments (2, should be 
1)
 static void RPCAcceptHandler(boost::shared_ptr< 
basic_socket_acceptor<Protocol, SocketAcceptorService> > acceptor,
                                                                                
                      ^
In file included from /usr/include/boost/asio.hpp:30,
                 from rpcprotocol.h:15,
                 from rpcserver.h:10,
                 from rpcserver.cpp:6:
/usr/include/boost/asio/basic_socket_acceptor.hpp:73:7: note: provided for 
'template<class Protocol> class boost::asio::basic_socket_acceptor'
 class basic_socket_acceptor
       ^~~~~~~~~~~~~~~~~~~~~
rpcserver.cpp:507:104: error: template argument 1 is invalid
 static void RPCAcceptHandler(boost::shared_ptr< 
basic_socket_acceptor<Protocol, SocketAcceptorService> > acceptor,
                                                                                
                        ^
rpcserver.cpp:517:95: error: wrong number of template arguments (2, should be 1)
 static void RPCListen(boost::shared_ptr< basic_socket_acceptor<Protocol, 
SocketAcceptorService> > acceptor,
                                                                                
               ^
In file included from /usr/include/boost/asio.hpp:30,
                 from rpcprotocol.h:15,
                 from rpcserver.h:10,
                 from rpcserver.cpp:6:
/usr/include/boost/asio/basic_socket_acceptor.hpp:73:7: note: provided for 
'template<class Protocol> class boost::asio::basic_socket_acceptor'
 class basic_socket_acceptor
       ^~~~~~~~~~~~~~~~~~~~~
rpcserver.cpp:517:97: error: template argument 1 is invalid
 static void RPCListen(boost::shared_ptr< basic_socket_acceptor<Protocol, 
SocketAcceptorService> > acceptor,
                                                                                
                 ^
rpcserver.cpp: In function 'void RPCListen(int, boost::asio::ssl::context&, 
bool)':
rpcserver.cpp:522:109: error: base operand of '->' is not a pointer
     boost::shared_ptr< AcceptedConnectionImpl<Protocol> > conn(new 
AcceptedConnectionImpl<Protocol>(acceptor->get_io_service(), context, fUseSSL));
                                                                                
                             ^~
rpcserver.cpp:524:13: error: base operand of '->' is not a pointer
     acceptor->async_accept(
             ^~
rpcserver.cpp: At global scope:
rpcserver.cpp:540:102: error: wrong number of template arguments (2, should be 
1)
 static void RPCAcceptHandler(boost::shared_ptr< 
basic_socket_acceptor<Protocol, SocketAcceptorService> > acceptor,
                                                                                
                      ^
In file included from /usr/include/boost/asio.hpp:30,
                 from rpcprotocol.h:15,
                 from rpcserver.h:10,
                 from rpcserver.cpp:6:
/usr/include/boost/asio/basic_socket_acceptor.hpp:73:7: note: provided for 
'template<class Protocol> class boost::asio::basic_socket_acceptor'
 class basic_socket_acceptor
       ^~~~~~~~~~~~~~~~~~~~~
rpcserver.cpp:540:104: error: template argument 1 is invalid
 static void RPCAcceptHandler(boost::shared_ptr< 
basic_socket_acceptor<Protocol, SocketAcceptorService> > acceptor,
                                                                                
                        ^
rpcserver.cpp: In function 'void RPCAcceptHandler(int, 
boost::asio::ssl::context&, bool, boost::shared_ptr<AcceptedConnection>, const 
boost::system::error_code&)':
rpcserver.cpp:547:67: error: base operand of '->' is not a pointer
     if (error != boost::asio::error::operation_aborted && acceptor->is_open())
                                                                   ^~
rpcserver.cpp:548:45: error: no matching function for call to 'RPCListen(int&, 
boost::asio::ssl::context&, const bool&)'
         RPCListen(acceptor, context, fUseSSL);
                                             ^
rpcserver.cpp:517:13: note: candidate: 'template<class Protocol, class 
SocketAcceptorService> void RPCListen(int, boost::asio::ssl::context&, bool)'
 static void RPCListen(boost::shared_ptr< basic_socket_acceptor<Protocol, 
SocketAcceptorService> > acceptor,
             ^~~~~~~~~
rpcserver.cpp:517:13: note:   template argument deduction/substitution failed:
rpcserver.cpp:548:45: note:   couldn't deduce template parameter 'Protocol'
         RPCListen(acceptor, context, fUseSSL);
                                             ^
rpcserver.cpp: In function 'void StartRPCThreads()':
rpcserver.cpp:634:77: error: no matching function for call to 
'boost::asio::ssl::context::context(boost::asio::io_service&, 
boost::asio::ssl::context_base::method)'
     rpc_ssl_context = new ssl::context(*rpc_io_service, ssl::context::sslv23);
                                                                             ^
In file included from /usr/include/boost/asio/ssl/context.hpp:757,
                 from /usr/include/boost/asio/ssl.hpp:18,
                 from rpcprotocol.h:16,
                 from rpcserver.h:10,
                 from rpcserver.cpp:6:
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note: candidate: 
'boost::asio::ssl::context::context(boost::asio::ssl::context&&)'
 context::context(context&& other)
 ^~~~~~~
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note:   candidate expects 1 
argument, 2 provided
/usr/include/boost/asio/ssl/impl/context.ipp:63:1: note: candidate: 
'boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)'
 context::context(context::method m)
 ^~~~~~~
/usr/include/boost/asio/ssl/impl/context.ipp:63:1: note:   candidate expects 1 
argument, 2 provided
rpcserver.cpp:653:50: error: 'class boost::asio::ssl::context' has no member 
named 'impl'
         SSL_CTX_set_cipher_list(rpc_ssl_context->impl(), strCiphers.c_str());
                                                  ^~~~
rpcserver.cpp:713:58: error: no matching function for call to 
'RPCListen(boost::shared_ptr<boost::asio::basic_socket_acceptor<boost::asio::ip::tcp>
 >&, boost::asio::ssl::context&, const bool&)'
             RPCListen(acceptor, *rpc_ssl_context, fUseSSL);
                                                          ^
rpcserver.cpp:517:13: note: candidate: 'template<class Protocol, class 
SocketAcceptorService> void RPCListen(int, boost::asio::ssl::context&, bool)'
 static void RPCListen(boost::shared_ptr< basic_socket_acceptor<Protocol, 
SocketAcceptorService> > acceptor,
             ^~~~~~~~~
rpcserver.cpp:517:13: note:   template argument deduction/substitution failed:
rpcserver.cpp:713:58: note:   couldn't deduce template parameter 'Protocol'
             RPCListen(acceptor, *rpc_ssl_context, fUseSSL);
                                                          ^
make[3]: *** [Makefile:4198: libbitcoin_server_a-rpcserver.o] Error 1

--- End Message ---
--- Begin Message ---
Source: dogecoin
Source-Version: 1.10.0-6

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

Debian distribution maintenance software
pp.
Keng-Yu Lin <ken...@lexical.tw> (supplier of updated dogecoin 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: Thu, 06 Dec 2018 00:15:04 +0800
Source: dogecoin
Binary: dogecoin
Architecture: source amd64
Version: 1.10.0-6
Distribution: unstable
Urgency: low
Maintainer: Keng-Yu Lin <ken...@lexical.tw>
Changed-By: Keng-Yu Lin <ken...@lexical.tw>
Description:
 dogecoin   - peer-to-peer network based digital currency
Closes: 914146
Changes:
 dogecoin (1.10.0-6) unstable; urgency=low
 .
   * Update Standards-Version to 4.2.1
   * Use boost 1.62 to prevent FTBFS with boost 1.67 (Closes: #914146)
     - When I fixed this bug, boost 1.62 is in buster repo.
   * Remove debian/dogecoin.triggers to fix lintian error:
     repeated-trigger-name
Checksums-Sha1:
 ddd79f26bc67e25ed66db4f151b94a8ff2e79c6c 2074 dogecoin_1.10.0-6.dsc
 f88bf846fed30bf3fcb36e0626cfa628e1498ccd 15476 dogecoin_1.10.0-6.debian.tar.xz
 655542401580cb681c61fec1beb0f34f751980a9 96306856 
dogecoin-dbgsym_1.10.0-6_amd64.deb
 7b1a1604a588617889c0a38629c8328cd2694a23 12827 
dogecoin_1.10.0-6_amd64.buildinfo
 0dff1832f3dca33e8ed7c64de816942f42c61f9e 4592544 dogecoin_1.10.0-6_amd64.deb
Checksums-Sha256:
 36b6dfba6fda551177c129e5af2b81a5ad6869ffeb94231b38c310e931e892d3 2074 
dogecoin_1.10.0-6.dsc
 70217d6bfbd17acec3e7874e085e979cd4c451d007f48672a92afcea45929db4 15476 
dogecoin_1.10.0-6.debian.tar.xz
 7956dd68b55710524869dbd62cf1052b506f666291172a31ad698a8441691c24 96306856 
dogecoin-dbgsym_1.10.0-6_amd64.deb
 2f3825c54373c58d667d5f52efec6536a46c08cf476d97f253cbaf4f691016da 12827 
dogecoin_1.10.0-6_amd64.buildinfo
 920e65d4c950d3b1c916662b98d787faccc8a67ce9b92e20369e5488359140d5 4592544 
dogecoin_1.10.0-6_amd64.deb
Files:
 3079015c2983ac1036455a153f31b96f 2074 utils optional dogecoin_1.10.0-6.dsc
 6ff356541583681bef3ad47656e0b3ce 15476 utils optional 
dogecoin_1.10.0-6.debian.tar.xz
 a570e0f6b48b19fcb8c3cf095d31e155 96306856 debug optional 
dogecoin-dbgsym_1.10.0-6_amd64.deb
 b082539ecb1038b0bb69bc90a50e3076 12827 utils optional 
dogecoin_1.10.0-6_amd64.buildinfo
 4bbdedbf6c0debcc9d68ddf2d2631a3e 4592544 utils optional 
dogecoin_1.10.0-6_amd64.deb

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

iQJGBAEBCgAwFiEEdwtc2/tLhothQ0hFxheGnxR4UE4FAlwICy4SHGtlbmd5dUBs
ZXhpY2FsLnR3AAoJEMYXhp8UeFBOGPoP+wUBDhOBRAdnHqqUEcNKzZLVJdzmXN6S
sQ+Uphn82jSAxTvs01mLek7+zlbrNIpSjl4v1YBgy4qrhJJNDrxkMXOk0iPcV19Z
SOtzBvdvW1KiiCUael1/ISiwxyLvD2rqzTavRPF5s3HJF0hEmaBLWg2Yeo2N1kXv
l6YoaMS6HdYj+Apw9gTtIsdFG3wOjchBmrgmLiwTqcwVsY2UfYfkcgCO/ddIp3rz
iyLQw5JL/wd5mt1GP7WipcQVHViDU6antTYfeX4vYAZedCZbeGGKOT5BNI/ov2zT
QIkLzZ6Xk+vBF+Js2POQg3xV/jE5vt04+BCUl86OOBx4L3DukxWrGqTcur3pu8Ir
d2AOeFR0KJjd+qF2F22nzwDlc7ItHeVT1d3RKrlBNAf3djZneGC7yW10SMQ8z/Q0
qlo4Tuo7s33WNKj5GGkxHPcOuvaK7DfFP12taxvWI+uydnV5+F4XKw2IWQUDP6hV
sMElFzdxIfsj3+2tkNj562+uD5NFZmmeSgNIAEVnE0vFjRbSsslwN9ZaToZ4DvQ7
nMSmUDxTuiu0lAPI7TeoxnfDcSuk70BtjcCM7pyzlxzXA4lIIv28u2OAe3Avp+3N
ScnN5VS4D8lCcqxtrKV9NMWBI+YaUEUtTfC6w5kiLTuazKMuabYK5HjM+wvX41CB
VomOMgt3pKoz
=FZjZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to