Date: Mon, 21 Nov 2016 04:21:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214470] dns/powerdns-recursor: fails to build and crashes with boost 1.62 Message-ID: <bug-214470-13-HqMvFrSjiO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214470-13@https.bugs.freebsd.org/bugzilla/> References: <bug-214470-13@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=3D214470 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Mon Nov 21 04:21:20 UTC 2016 New revision: 426688 URL: https://svnweb.freebsd.org/changeset/ports/426688 Log: dns/powerdns-recursor: unbreak build with boost 1.62 In file included from mtasker_context.cc:27: ./mtasker_fcontext.cc:33:7: error: no member named 'make_fcontext' in namespace 'boost::context'; did you mean 'boost::context::detail::make_fcontext'? using boost::context::make_fcontext; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from mtasker_context.cc:27: ./mtasker_fcontext.cc:64:7: error: no member named 'fcontext_t' in namesp= ace 'boost::context'; did you mean 'boost::context::detail::fcontext_t'? using boost::context::fcontext_t; ^~~~~~~~~~~~~~~~~~~~~~~~~~ [...] PR: 214470 Submitted by: antoine Obtained from: upstream Approved by: portmgr blanket Changes: head/dns/powerdns-recursor/files/patch-mtasker__fcontext.cc --=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-214470-13-HqMvFrSjiO>