make depend:vm_zone.h not found

Robert Watson rwatson at FreeBSD.org
Sat Sep 24 16:51:02 GMT 2005


On Fri, 9 Sep 2005, panxj wrote:

> But there is no vm_zone.h in the source code! I think vm_zone.h was used 
> in some old versions like FreeBSD 3.x and we don't need it any more.
>
> By the way, My host is FreeBSD 5.4/x86, can it work well when trying to 
> compile the code ?
>
> thanks a again!

Could you try syncing up with the audit3 branch instead of the audit 
branch?  You'll also need to make sure you do a buildworld to make sure 
your compiler is up to date.  Our current FreeBSD base system version 
targets are FreeBSD 6.x and 7.x, so you might consider pulling down the 
most recent 6.0-BETA image and working from there.

In the most recent work, you can find audit-related files in:

sys/bsm			Various include files
sys/security/audit	Audit implementation
contrib/openbsm		OpenBSM implementation
usr.sbin/auditd		Audit daemon

Thanks,

Robert N M Watson

>
> On Fri, 09 Sep 2005 19:00:24 +0000
> SHANG_QingHua <qinghua02 at ios.cn> wrote:
>
>> Try to include vm??
>>
>> I didn't touch it, so I don't know
>> panxj wrote:
>>
>>> Hi everybody:
>>> 	I got the trustedbsd-audit source today, and then tried  to compile them. But when I did the "make depend"(had been config it before), I got the following error:
>>>
>>> ****************************************************************************************
>>> In file included from ../../../kern/kern_audit.c:46:
>>> ../../../sys/audit.h:50:24: vm/vm_zone.h: No such file or directory
>>> In file included from ../../../kern/vfs_syscalls.c:75:
>>> ../../../sys/audit.h:50:24: vm/vm_zone.h: No such file or directory
>>> mkdep: compile failed
>>> *** Error code 1
>>>
>>> Stop in /usr/src/trustedbsd/audit/sys/i386/compile/trustedbsd_kernel.
>>> *** Error code 1
>>> ****************************************************************************************
>>>
>>> What can I do now ?
>>> Thank you for your help!
>>> To Unsubscribe: send mail to majordomo at trustedbsd.org
>>> with "unsubscribe trustedbsd-audit" in the body of the message
>>>
>>>
>>>
>>
>>
> To Unsubscribe: send mail to majordomo at trustedbsd.org
> with "unsubscribe trustedbsd-audit" in the body of the message
>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-audit" in the body of the message



More information about the trustedbsd-audit mailing list