Bug 233891 - dns/unbound: DNSTAP build failure
Summary: dns/unbound: DNSTAP build failure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-09 15:10 UTC by O. Hartmann
Modified: 2018-12-10 16:22 UTC (History)
2 users (show)

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


Attachments
Patch to fix problem (5.39 KB, patch)
2018-12-10 14:01 UTC, Jaap Akkerhuis
jaap: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!