Subject: Re: compiling i386 kernel fails...
To: Greg Oster <oster@cs.usask.ca>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 06/14/2007 14:09:29
On Wed, Jun 13, 2007 at 02:32:47PM -0600, Greg Oster wrote:
> Kurt Schreiner writes:
> > 	[...]
> >     compile  PADDI/linux_ptrace.o
> >     compile  PADDI/linux_sched.o
> > /u/NetBSD/src/sys/compat/linux/common/linux_sched.c: In function 'linux_sys=
> > _clone':
> > /u/NetBSD/src/sys/compat/linux/common/linux_sched.c:127: error: 'struct lin=
> > ux_sys_clone_args' has no member named 'parent_tidptr'
> [snip]
> 
> A proper fix should be coming soon, but as a workaround you can remove 
> this line:
> 
>  arch/i386/linux_machdep.h:#define LINUX_NPTL
> 
> from this file:
> 
>  src/sys/compat/linux/arch/i386/linux_machdep.h
> 
> and the kernels should build again.
Yep! Seems christos@ has checked in the "right bits" to make it compile
again in the meantime...

Thanks anyway

Kurt