Bug 236600 - security/i2pd: fails to build with boost 1.70
Summary: security/i2pd: 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: Jan Beich
URL:
Keywords: needs-patch
Depends on:
Blocks: 235956
  Show dependency treegraph
 
Reported: 2019-03-17 14:37 UTC by Jan Beich
Modified: 2019-03-18 04:33 UTC (History)
1 user (show)

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


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 14:37:18 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/security/i2pd
[...]
daemon/HTTPServer.cpp:801:39: error: no member named 'get_io_service' in 'boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::executor>'
                m_Socket (socket), m_Timer (socket->get_io_service ()), m_BufferLen (0),
                                            ~~~~~~  ^
1 error generated.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-18 04:32:44 UTC
A commit references this bug:

Author: jbeich
Date: Mon Mar 18 04:32:14 UTC 2019
New revision: 496120
URL: https://svnweb.freebsd.org/changeset/ports/496120

Log:
  security/i2pd: unbreak with boost 1.70

  PR:		236600
  Obtained from:	upstream

Changes:
  head/security/i2pd/Makefile
  head/security/i2pd/distinfo