Re: dtrace failing with "no struct pkt_node definition is available"

2015-06-04 Thread Mark Johnston
On Thu, Jun 04, 2015 at 01:06:23PM -0400, Ryan Stone wrote: > I'm getting this error when I try to run dtrace on a recent head: > > dtrace: failed to compile script error.d: "/usr/lib/dtrace/tcp.d", line > 292: operator -> cannot be applied to a forward declaration: no struct > pkt_node definition

dtrace failing with "no struct pkt_node definition is available"

2015-06-04 Thread Ryan Stone
I'm getting this error when I try to run dtrace on a recent head: dtrace: failed to compile script error.d: "/usr/lib/dtrace/tcp.d", line 292: operator -> cannot be applied to a forward declaration: no struct pkt_node definition is available. I confirmed that I do have ctf data in my kernel. I w