[Bug 236588] net-p2p/libtorrent-rasterbar: fails to build with boost 1.70
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 17 05:27:19 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236588
Bug ID: 236588
Summary: net-p2p/libtorrent-rasterbar: 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: yuri at freebsd.org
Reporter: jbeich at FreeBSD.org
Blocks: 235956
Assignee: yuri at freebsd.org
Flags: maintainer-feedback?(yuri 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/libtorrent-rasterbar
[...]
In file included from .../work/libtorrent-rasterbar-1.1.10/src/alert.cpp:43:
In file included from
.../work/libtorrent-rasterbar-1.1.10/include/libtorrent/torrent.hpp:59:
In file included from
.../work/libtorrent-rasterbar-1.1.10/include/libtorrent/tracker_manager.hpp:74:
.../work/libtorrent-rasterbar-1.1.10/include/libtorrent/udp_socket.hpp:83:53:
error: no member named 'get_io_service' in
'boost::asio::basic_datagram_socket<boost::asio::ip::udp,
boost::asio::executor>'
io_service& get_io_service() { return
m_ipv4_sock.get_io_service(); }
~~~~~~~~~~~ ^
In file included from .../work/libtorrent-rasterbar-1.1.10/src/alert.cpp:43:
In file included from
.../work/libtorrent-rasterbar-1.1.10/include/libtorrent/torrent.hpp:59:
.../work/libtorrent-rasterbar-1.1.10/include/libtorrent/tracker_manager.hpp:287:51:
error: no member named 'get_io_service' in
'boost::asio::basic_waitable_timer<std::__1::chrono::steady_clock,
boost::asio::wait_traits<std::__1::chrono::steady_clock>,
boost::asio::executor>'
io_service& get_io_service() { return
m_timeout.get_io_service(); }
~~~~~~~~~ ^
2 errors 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