Date: Fri, 02 Nov 2018 02:10:29 +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-GooxYd8obk@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 #27 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Nov 2 02:09:29 UTC 2018 New revision: 483766 URL: https://svnweb.freebsd.org/changeset/ports/483766 Log: net-p2p/py-libtorrent-rasterbar: unbreak with boost 1.69 bindings/python/src/error_code.cpp:119:10: error: no matching member func= tion for call to 'def' .def("message", &error_category::message) ~^~~ /usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F' self& def(char const* name, F f) ^ /usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments we= re provided self& def(def_visitor<Derived> const& visitor) ^ /usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided self& def(char const* name, A1 a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 con= st& a3) ^ bindings/python/src/error_code.cpp:127:10: error: no matching member func= tion for call to 'def' .def("message", &error_code::message) ~^~~ /usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F' self& def(char const* name, F f) ^ /usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments we= re provided self& def(def_visitor<Derived> const& visitor) ^ /usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided self& def(char const* name, A1 a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 con= st& a3) ^ PR: 232525 Obtained from: upstream (libtorrent 1.1.11) Changes: head/net-p2p/py-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-GooxYd8obk>