Bug 233891

Summary: dns/unbound: DNSTAP build failure
Product: Ports & Packages Reporter: O. Hartmann <ohartmann>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Many People CC: jaap, swills
Priority: --- Flags: bugzilla: maintainer-feedback? (jaap)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to fix problem jaap: maintainer-approval+

Description O. Hartmann 2018-12-09 15:10:36 UTC
When option DNSTAP is enabled, build of port dns/unbound fails with the error (taken from poudriere log):

[...]
===>  Building for unbound-1.8.2
--- dnstap/dnstap.pb-c.h ---
make[1]: make[1]: don't know how to make ./dnstap/dnstap.pb-c.h. Stop

make[1]: stopped in /wrkdirs/usr/ports/dns/unbound/work/unbound-1.8.2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Comment 1 Jaap Akkerhuis 2018-12-10 14:01:50 UTC
Created attachment 200007 [details]
Patch to fix problem

This is patch to the Makefile.in fixes the problem.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-10 16:21:05 UTC
A commit references this bug:

Author: swills
Date: Mon Dec 10 16:20:21 UTC 2018
New revision: 487181
URL: https://svnweb.freebsd.org/changeset/ports/487181

Log:
  dns/unbound: fix DNSTAP build failure

  PR:		233891
  Submitted by:	jaap@NLnetLabs.nl (maintainer)
  Reported by:	O. Hartmann <ohartmann@walstatt.org>

Changes:
  head/dns/unbound/Makefile
  head/dns/unbound/files/patch-Makefile.in
Comment 3 Steve Wills freebsd_committer freebsd_triage 2018-12-10 16:22:55 UTC
Committed, thanks!