Subject: Re: kernel build fail
To: None <current-users@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 07/12/2007 09:53:32
On Thu, Jul 12, 2007 at 07:47:09AM +0100, David Laight wrote:
> On Wed, Jul 11, 2007 at 10:44:18PM +0100, David Laight wrote:
> > On Wed, Jul 11, 2007 at 10:04:10PM +0100, David Laight wrote:
> > > I suspect my set of test build kernels is longer than ad's :-)
> > 
> >     compile (profile) GENERIC/coda_subr.o
> > In file included from /bsd/current/src/sys/uvm/uvm_param.h:77,
> >                  from /bsd/current/src/sys/sys/vnode.h:42,
> >                  from /bsd/current/src/sys/coda/cnode.h:50,
> >                  from /bsd/current/src/sys/coda/coda_namecache.c:89:
> > /bsd/current/src/sys/sys/resourcevar.h:77: error: expected specifier-qualifier-list before 'kmutex_t'
> > /bsd/current/src/sys/sys/resourcevar.h:100: error: expected specifier-qualifier-list before 'kmutex_t'
> > 
> > nbmake: stopped in /bsd/current/obj_hp300/sys/arch/hp300/compile/GENERIC
> 
> Also:
> 
> irix_usema.o: In function `irix_usema_ioctl':
> irix_usema.c:(.text+0xc20): undefined reference to `selwait'
> irix_usema.c:(.text+0xc28): undefined reference to `selwait'
> 

Gah.. Another copy of select() I bet. I'll look this evening.

Andrew