On Mon, 15 Aug 2011, Kip Macy wrote:

The module makefile needs to be updated evidently. Just add it to the dependencies until rwatson gets around to fixing it.

Building modules with world is pretty uncommon (I assume that's what is going on here -- MODULES_WITH_WORLD), so it looks like we missed this in testing. I'll enqueue something to re@ shortly.

In general, I'm a bit surprised we support doing this still, especially with -CURRENT where you really want modules tuned to a particular kernel configuration file, rather than built stand-alone. (Otherwise you get modules that aren't built for INVARIANTS but a GENERIC kernel that is built for INVARIANTS...) It sounds like a recipe for unfortunate things.

Robert


On Sun, Aug 14, 2011 at 11:50 PM, Alexander Best <arun...@freebsd.org> wrote:
hi there,

has anybody seen this buildworld failure?

===> sys/modules/portalfs (depend)
@ -> /usr/git-freebsd-head/sys
machine -> /usr/git-freebsd-head/sys/amd64/include
x86 -> /usr/git-freebsd-head/sys/x86/include
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
rm -f .depend
CC='clang' mkdep -f .depend -a   -nostdinc -DSTRIP_FBSDID -D_KERNEL 
-DKLD_MODULE -I. -I@ -I@/contrib/altq 
/usr/git-freebsd-head/sys/modules/portalfs/../../fs/portalfs/portal_vfsops.c 
/usr/git-freebsd-head/sys/modules/portalfs/../../fs/portalfs/portal_vnops.c
/usr/git-freebsd-head/sys/modules/portalfs/../../fs/portalfs/portal_vnops.c:41:10:
 fatal error: 'opt_capsicum.h' file not found
#include "opt_capsicum.h"
        ^
1 error generated.
mkdep: compile failed
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

cheers.
alex
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

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

Reply via email to