make buildkernel fails
Christopher Illies
christopher.illies at web.de
Wed Dec 28 09:44:36 PST 2005
Hi Peter,
Peter Grehan <grehan at freebsd.org> schrieb am 28.12.05 15:59:49:
> The KTR_COMPILE line needs to be commented out: it causes the GEOM
> code to do stack backtraces. You'll find the same problem (feature?) on
> all archs.
>
> #options KTR_COMPILE=0xffffffff
Thanks for the hint. I actually needed to comment out
all of the KTR related options for it to work:
#options KTR
#options KTR_COMPILE=0xffffffff
#options KTR_MASK=KTR_SIG
#options KTR_VERBOSE
I could not find any documentation on this in NOTES,
UPDATING et al. nor with google. Maybe GENERIC should
be changed if this is a known and persistent issue?
Christopher
More information about the freebsd-ppc
mailing list