Your message dated Mon, 11 Feb 2019 14:53:06 +0000
with message-id <e1gtcxg-000fgm...@fasolo.debian.org>
and subject line Bug#914146: fixed in dogecoin 1.10.0-7.1
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-7.1
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.
Mattia Rizzolo <mat...@debian.org> (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: Mon, 11 Feb 2019 13:47:53 +0100
Source: dogecoin
Architecture: source
Version: 1.10.0-7.1
Distribution: unstable
Urgency: medium
Maintainer: Keng-Yu Lin <ken...@lexical.tw>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Closes: 914146
Changes:
dogecoin (1.10.0-7.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Run wrap-and-sort.
* Use unversioned Build-Depends on boost libraries. Closes: #914146
Checksums-Sha1:
0562f513f2971b7e65ed611abcf85f0bcc1d767e 2175 dogecoin_1.10.0-7.1.dsc
9d76214ef3aef73013b9faa5b0c19562efdffddd 16400
dogecoin_1.10.0-7.1.debian.tar.xz
Checksums-Sha256:
26d386ab5c9e9f154d262778d2736c478567db274e001cb62e14728f48fbd026 2175
dogecoin_1.10.0-7.1.dsc
c0423171754bb35a7cc18dcfdfd6208e4cfe80f9512dce105a122569b770d645 16400
dogecoin_1.10.0-7.1.debian.tar.xz
Files:
c656982924cba2bc1068268ae804bee7 2175 utils optional dogecoin_1.10.0-7.1.dsc
93cb2ae9e138f34b7fcf4c8c371f371f 16400 utils optional
dogecoin_1.10.0-7.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlxhdEESHG1hdHRpYUBk
ZWJpYW4ub3JnAAoJEAgWueGMdiutZOMP/jX63/hvpGeLJP4d8THYfa9HoaL+9NYY
2Q+911lFdGK8TNXrTrat0YsGChgzk0FPNDDOybZfndo7cWYi1exMK5HiaGMujoRY
3vZdRu8U/AdTwqxIcGZRl4jQ9SMIyr839faR/O9vv4y/1K8QkJizXC6m/KEs1+iJ
c7hD5ij3/sGsRw7eb6As4d1i4JolV/K1w/xsPi8kdAMLfQ27TmA7I5qnr3ZQUutx
onxrCNF6XCrKDlXuuwwXBDFY1AF9RCKuGO3FowzPMziqfDJDtEZ8ByJ766W8V/dW
QjFxaUFtMwKeFaU/Y0ajpzALp8i+FgAPZZDaW7q/yYVTPLGT9nEUMMFLcnUFRSsU
7NxpDZhQ+DnCw587t+q6GCnOQQYcP9lpCvAaeNpLpgO9sPQlkd28dLjxrRGdK/ma
/MLQ+Ual06+R+rNrKOSPQXVbD6WsSQkLcaSkRVCQpBhRfsFpf6HBXBqyR9VwxHJ6
ccvkXOCrLNCCVJCxHM0bEhbQQTCokkmYwEv3eyKHC+pGeGwVefidvJDcvbZmTHmn
3IRGoEMupbKyMG46bWgx3Odt48iZwd9yszMr0g1wogbHSy1nno4Sdq5aoo2a4xhS
CI9kMhy0T9FcGvEv+1e2Qvl8fLU4R24f5egEUhtFekcHxjB8oVGvLxzUVspREUlZ
uPoEMyiR+hL5
=njm9
-----END PGP SIGNATURE-----
--- End Message ---