[Bug 236597] net-p2p/monero-cli: fails to build with boost 1.70
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 17 13:49:28 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236597
Bug ID: 236597
Summary: net-p2p/monero-cli: 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: vd at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 235956
Flags: maintainer-feedback?(vd at FreeBSD.org)
Assignee: vd at FreeBSD.org
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/monero-cli
[...]
In file included from .../work/monero-0.13.0.4/src/rpc/daemon_handler.cpp:29:
In file included from .../work/monero-0.13.0.4/src/rpc/daemon_handler.h:36:
In file included from .../work/monero-0.13.0.4/src/p2p/net_node.h:41:
In file included from
.../work/monero-0.13.0.4/contrib/epee/include/net/levin_server_cp2.h:32:
In file included from
.../work/monero-0.13.0.4/contrib/epee/include/net/abstract_tcp_server2.h:339:
.../work/monero-0.13.0.4/contrib/epee/include/net/abstract_tcp_server2.inl:218:20:
error: no member named 'get_io_service' in
'boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::executor>'
return socket_.get_io_service();
~~~~~~~ ^
.../work/monero-0.13.0.4/contrib/epee/include/net/abstract_tcp_server2.inl:386:28:
error: no member named 'get_io_service' in
'boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::executor>'
size_t cnt = socket_.get_io_service().run_one();
~~~~~~~ ^
.../work/monero-0.13.0.4/contrib/epee/include/net/abstract_tcp_server2.inl:396:28:
error: no member named 'get_io_service' in
'boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::executor>'
size_t cnt = socket_.get_io_service().poll_one();
~~~~~~~ ^
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