Subject: Re: make kernel failed ( Mar 6, 1999)
To: Chan Yiu Wah <c5666305@hkstar.com>
From: Bill Studenmund <skippy@macro.Stanford.EDU>
List: current-users
Date: 03/08/1999 10:42:32
On Sun, 7 Mar 1999, Chan Yiu Wah wrote:
> Hi,
>
> I tried to make kernel with source upto Mar 6, 1999 and encountered an error
> which I didn' know how to fixed. Any idea ? Thanks.
>
>
> Clarence
>
> ======= Error =======
> /../../../dev/usb/ulpt.c ../../../../dev/usb/ums.c swapnetbsd.c
> ../../../../nfs/nfs_subs.c:2223: macro `VFS_FHTOVP' used with only 3 args
> mkdep: compile failed.
> *** Error code 1
Both this an your other error are due to stale sources. You need
$NetBSD: nfsmount.h,v 1.17 1999/02/26 23:44:48 wrstuden Exp $
for sys/nfs/nfsmount.h and
$NetBSD: mount.h,v 1.73 1999/02/27 00:47:35 wrstuden Exp $
for sys/sys/mount.h.
Try re-supping.
Take care,
Bill