Bug 236586 - databases/foundationdb: fails to build with boost 1.70
Summary: databases/foundationdb: fails to build with boost 1.70
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords: needs-patch, regression
Depends on:
Blocks: 235956
  Show dependency treegraph
 
Reported: 2019-03-17 05:21 UTC by Jan Beich
Modified: 2019-04-13 23:00 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (vanilla)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2019-03-17 05:21:08 UTC
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/databases/foundationdb
[...]
flow/Net2.actor.cpp:448:42: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
                   conn(new Connection( self->acceptor.get_io_service() )),
                                        ~~~~~~~~~~~~~~ ^
1 error generated.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2019-04-12 09:44:18 UTC
The port has been marked BROKEN in ports r498698.