Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 20:27:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 232525] devel/boost-all: Update to 1.69.0 (currently, develop snapshot)
Message-ID:  <bug-232525-25061-XSo2d7HYfg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232525-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232525-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232525

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Oct 22 20:26:30 UTC 2018
New revision: 482779
URL: https://svnweb.freebsd.org/changeset/ports/482779

Log:
  net-p2p/libtorrent-rasterbar: unbreak with boost 1.69

  In file included from include/libtorrent/chained_buffer.hpp:37:
  include/libtorrent/disk_io_job.hpp:78:12: error: expected class name
                  , boost::noncopyable
                           ^
  In file included from src/http_stream.cpp:33:
  In file included from include/libtorrent/http_stream.hpp:44:
  include/libtorrent/proxy_base.hpp:49:20: error: unknown class name
'noncopyable'; did you mean 'boost::asio::noncopyable'?
  class proxy_base : boost::noncopyable
                     ^~~~~~~~~~~~~~~~~~
                     boost::asio::noncopyable
  /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note:
'boost::asio::noncopyable' declared here
  using boost::asio::detail::noncopyable;
                             ^
  In file included from src/session.cpp:58:
  include/libtorrent/tracker_manager.hpp:274:5: error: unknown class name
'noncopyable'; did you mean 'boost::asio::noncopyable'?
                  , boost::noncopyable
                    ^~~~~~~~~~~~~~~~~~
                    boost::asio::noncopyable
  /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note:
'boost::asio::noncopyable' declared here
  using boost::asio::detail::noncopyable;
                             ^
  In file included from src/session.cpp:58:
  include/libtorrent/tracker_manager.hpp:363:5: error: unknown class name
'noncopyable'; did you mean 'boost::asio::noncopyable'?
                  , boost::noncopyable
                    ^~~~~~~~~~~~~~~~~~
                    boost::asio::noncopyable
  /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note:
'boost::asio::noncopyable' declared here
  using boost::asio::detail::noncopyable;
                             ^
  src/kademlia/dht_storage.cpp:186:74: error: unknown class name 'noncopyab=
le';
did you mean 'boost::asio::noncopyable'?
          class dht_default_storage TORRENT_FINAL : public
dht_storage_interface, boost::noncopyable
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
  ^~~~~~~~~~~~~~~~~~
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
  boost::asio::noncopyable
  /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note:
'boost::asio::noncopyable' declared here
  using boost::asio::detail::noncopyable;
                             ^

  In file included from include/libtorrent/kademlia/rpc_manager.hpp:56:
  include/libtorrent/kademlia/observer.hpp:60:40: error: unknown class name
'noncopyable'; did you mean 'boost::asio::noncopyable'?
  struct TORRENT_EXTRA_EXPORT observer : boost::noncopyable
                                         ^~~~~~~~~~~~~~~~~~
                                         boost::asio::noncopyable
  /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note:
'boost::asio::noncopyable' declared here
  using boost::asio::detail::noncopyable;
                             ^

  PR:           232525

Changes:
  head/net-p2p/libtorrent-rasterbar/files/patch-boost-1.69

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232525-25061-XSo2d7HYfg>