On Fri, Jul 08, 2011 at 07:43:04PM +0300, Paul Irofti wrote:
>
> /usr/src/usr.bin/ktrace/ktrace.c: In function 'main':
> /usr/src/usr.bin/ktrace/ktrace.c:66: error: 'KTRFAC_STRUCT' undeclared
> (first use in this function)
> /usr/src/usr.bin/ktrace/ktrace.c:66: error: (Each undeclared identifier
> is reported only once
> /usr/src/usr.bin/ktrace/ktrace.c:66: error: for each function it appears
> in.)
> *** Error code 1
>
> kdump(1) compiles fine.
I think you missed installing sys/ktrace.h. Though it's strange that
kdump compiles. Anyway, I now got a few reports, so it's is probably
something on your side.
-Otto