On Jan 14, 2010, at 2:11 PM, Pete French wrote:

>> Also enable INVARIANTS.
> 
> Including INVARIANTS stops my kernel from building. It
> has been this way since 8.0 (this is why I only
> had WITNESS compiled in). It fails with many many
> errors like this:
> 
> /usr/src/sys/vm/vm_map.c:575: undefined reference to `_mtx_assert'
> 
> My kernel config file looks like this:
> 
>       include         GENERIC
>       ident           WITNESS
> 
>       options         KDB
>       options         DDB
>       options         WITNESS
>       options         INVARIANTS
INVARIANTS requires INVARIANT_SUPPORT [sic] in the kernel config (see comments 
in GENERIC).

Regards,
Thomas_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to