[Bug 237017] net-p2p/zetacoin: fails to build with boost 1.70

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 4 15:50:08 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237017

            Bug ID: 237017
           Summary: net-p2p/zetacoin: fails to build with boost 1.70
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: daniel at morante.net
            Blocks: 235956
                CC: daniel at morante.net
             Flags: maintainer-feedback?(daniel at morante.net)

While preparing for Boost upgrade this port failed to build. Can you help to
avoid marking it as BROKEN?

$ fetch -qo- 'https://reviews.freebsd.org/D19303?download=true' |
  patch -Efsp0 -d /usr/ports
$ make all deinstall install clean -C/usr/ports/devel/boost-jam
$ make all deinstall install clean -C/usr/ports/devel/boost-libs
$ make -C/usr/ports/net-p2p/zetacoin
[...]
rpcserver.cpp:511:111: error: no member named 'get_io_service' in
'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp,
boost::asio::executor>'
    boost::shared_ptr< AcceptedConnectionImpl<Protocol> > conn(new
AcceptedConnectionImpl<Protocol>(acceptor->get_io_service(), context,
fUseSSL));
                                                                               
                    ~~~~~~~~  ^
rpcserver.cpp:702:13: note: in instantiation of function template
specialization 'RPCListen<boost::asio::ip::tcp>' requested here
            RPCListen(acceptor, *rpc_ssl_context, fUseSSL);
            ^
1 error generated.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235956
[Bug 235956] devel/boost-all: Update to 1.70.0 (currently, Beta phase)
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list