Got a build error in Poudriere. May be related to enabling DNSTAP in options: Full build log is available here: https://builder.area536.com/data/14-1-release-latest/2024-09-13_23h18m29s/logs/errors/nsd-4.10.1.log Relevant snippet: ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building for nsd-4.10.1 --- simdzone/libzone.a --- --- dnstap/dnstap.pb-c.h --- --- answer.o --- --- axfr.o --- --- ixfr.o --- --- ixfrcreate.o --- --- buffer.o --- --- dname.o --- --- dns.o --- --- edns.o --- --- iterated_hash.o --- --- ixfr.o --- cc -I/usr/local/include -I. -I./simdzone/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include/google -c ./ixfr.c In file included from ./ixfr.c:29: ./simdzone/include/zone.h:24:10: fatal error: 'zone/export.h' file not found 24 | #include "zone/export.h" | ^~~~~~~~~~~~~~~ 1 error generated. *** [ixfr.o] Error code 1 make: stopped in /wrkdirs/usr/ports/dns/nsd/work/nsd-4.10.1
Tried again after an update to my ports and my jails. Works just fine now. Not sure what changed, but cannot reproduce so closing.
(In reply to bas from comment #1) I was trying to recreate the problem without success. Thanks for letting me know the problem went away.