Date: Fri, 13 Apr 2018 13:06:06 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 227427] devel/boost-all: Update to 1.67.0 Message-ID: <bug-227427-25061-jjrayiXTE2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227427-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-227427-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=3D227427 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Apr 13 13:05:17 UTC 2018 New revision: 467238 URL: https://svnweb.freebsd.org/changeset/ports/467238 Log: net-p2p/libtorrent-rasterbar: unbreak with boost 1.67 In file included from disk_buffer_holder.cpp:34: In file included from ../include/libtorrent/aux_/session_impl.hpp:73: ../include/libtorrent/ip_filter.hpp:168:34: error: no member named 'prior= ' in namespace 'boost'; did you mean 'perror'? boost::uint32_t last_access =3D boost::prior(j)->access; ^~~~~~~~~~~~ perror /usr/include/stdio.h:266:7: note: 'perror' declared here void perror(const char *); ^ In file included from disk_buffer_holder.cpp:34: In file included from ../include/libtorrent/aux_/session_impl.hpp:73: ../include/libtorrent/ip_filter.hpp:174:43: error: no member named 'prior= ' in namespace 'boost'; did you mean 'perror'? else if (i !=3D m_access_list.begin() && boost::prior(i)->access =3D=3D flags) ^~~~~~~~~~= ~~ perror /usr/include/stdio.h:266:7: note: 'perror' declared here void perror(const char *); ^ In file included from disk_buffer_holder.cpp:34: In file included from ../include/libtorrent/aux_/session_impl.hpp:73: ../include/libtorrent/ip_filter.hpp:182:43: error: no member named 'next'= in namespace 'boost' if (i !=3D j) m_access_list.erase(boost::next(i),= j); ~~~~~~~^ kademlia/routing_table.cpp:716:26: error: no member named 'next' in names= pace 'boost'; did you mean 'std::next'? bool const can_split =3D (boost::next(i) =3D=3D m_buckets.end() ^~~~~~~~~~~ std::next /usr/include/c++/v1/iterator:519:1: note: 'std::next' declared here next(_ForwardIter __x, ^ kademlia/routing_table.cpp:719:40: error: no member named 'prior' in namespace 'boost' && (i =3D=3D m_buckets.begin() || boost::prior(i)->live_nodes.size() > 1); ~~~~~~~^ PR: 227427 Obtained from: upstream Changes: head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent-rasterbar/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227427-25061-jjrayiXTE2>