Bug 281493 - dns/nsd missing header zone/export.h
Summary: dns/nsd missing header zone/export.h
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-14 08:46 UTC by bas
Modified: 2024-09-15 13:27 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jaap)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bas 2024-09-14 08:46:47 UTC
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
Comment 1 bas 2024-09-14 17:33:11 UTC
Tried again after an update to my ports and my jails. Works just fine now. Not sure what changed, but cannot reproduce so closing.
Comment 2 Jaap Akkerhuis 2024-09-15 13:27:41 UTC
(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.