Bug 191157

Summary: net/netatalk3 does not build with DTRACE enabled
Product: Ports & Packages Reporter: Bradley T. Hughes <bhughes>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed Overcome By Events    
Severity: Affects Some People CC: marino
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bradley T. Hughes freebsd_committer freebsd_triage 2014-06-18 13:07:16 UTC
DTRACE is not enabled by default. Enabling it breaks the build with the following error:

/bin/sh ../../libtool --mode=execute dtrace -o afp_dtrace.h -h -s ../../include/atalk/afp_dtrace.d
dtrace: failed to compile script ../../include/atalk/afp_dtrace.d: "/usr/lib/dtrace/io.d", line 7: type redeclared: struct pktinfo
gmake[5]: *** [afp_dtrace.h] Error 1
Comment 1 John Marino freebsd_committer freebsd_triage 2014-06-19 12:35:41 UTC
over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2014-07-28 18:33:02 UTC
I have disabled the DTRACE option since I don't have enough insight to why it is broken.  Patches welcome, though.