Re: buildworld failure

From: Robert Watson <rwatson_at_FreeBSD.org>
Date: Mon, 15 Aug 2011 00:40:58 +0100 (BST)
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_at_ 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 <arundel_at_freebsd.org> wrote:
>> hi there,
>>
>> has anybody seen this buildworld failure?
>>
>> ===> sys/modules/portalfs (depend)
>> _at_ -> /usr/git-freebsd-head/sys
>> machine -> /usr/git-freebsd-head/sys/amd64/include
>> x86 -> /usr/git-freebsd-head/sys/x86/include
>> awk -f _at_/tools/vnode_if.awk _at_/kern/vnode_if.src -p
>> awk -f _at_/tools/vnode_if.awk _at_/kern/vnode_if.src -q
>> awk -f _at_/tools/vnode_if.awk _at_/kern/vnode_if.src -h
>> rm -f .depend
>> CC='clang' mkdep -f .depend -a   -nostdinc -DSTRIP_FBSDID -D_KERNEL -DKLD_MODULE -I. -I_at_ -I_at_/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_at_freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
>>
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
>
Received on Sun Aug 14 2011 - 21:40:58 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:16 UTC