[Bug 225605] dns/powerdns crashing during make
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 1 14:49:00 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225605
Bug ID: 225605
Summary: dns/powerdns crashing during make
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: sixday at sixday.hu
CC: tremere at cainites.net
Flags: maintainer-feedback?(tremere at cainites.net)
CC: tremere at cainites.net
I'm unable to compile the latest powerdns on FreeBSD 10.3 and 10.4
All dependencies are installed as these servers were running port based 4.0.3
previously, this was an upgrade which went sideways badly.
In file included from lua-auth4.cc:20:
../ext/luawrapper/include/LuaContext.hpp:2334:20: warning: class template
partial specialization contains a template parameter that can not be deduced;
this partial specialization will never be
used
struct LuaContext::Pusher<boost::variant<TTypes...>>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../ext/luawrapper/include/LuaContext.hpp:2333:22: note: non-deducible template
parameter 'TTypes'
template<typename... TTypes>
^
../ext/luawrapper/include/LuaContext.hpp:2720:20: warning: class template
partial specialization contains a template parameter that can not be deduced;
this partial specialization will never be
used
struct LuaContext::Reader<boost::variant<TTypes...>>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../ext/luawrapper/include/LuaContext.hpp:2719:22: note: non-deducible template
parameter 'TTypes'
template<typename... TTypes>
^
c++: error: unable to execute command: Killed
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.4
Thread model: posix
c++: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed
source, and associated run script.
c++: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/lua-auth4-c4fc81.cpp
c++: note: diagnostic msg: /tmp/lua-auth4-c4fc81.sh
c++: note: diagnostic msg:
********************
gmake[6]: *** [Makefile:2579: lua-auth4.o] Error 254
gmake[6]: Leaving directory '/usr/ports/dns/powerdns/work/pdns-4.1.0/pdns'
gmake[5]: *** [Makefile:2143: all] Error 2
gmake[5]: Leaving directory '/usr/ports/dns/powerdns/work/pdns-4.1.0/pdns'
gmake[4]: *** [Makefile:540: all-recursive] Error 1
gmake[4]: Leaving directory '/usr/ports/dns/powerdns/work/pdns-4.1.0'
gmake[3]: *** [Makefile:471: all] Error 2
gmake[3]: Leaving directory '/usr/ports/dns/powerdns/work/pdns-4.1.0'
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/dns/powerdns
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/dns/powerdns
*** Error code 1
Stop.
make: stopped in /usr/ports/dns/powerdns
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list