Subject: Re: compiling i386 kernel fails...
To: None <ks@ub.uni-mainz.de>
From: Greg Oster <oster@cs.usask.ca>
List: current-users
Date: 06/13/2007 14:32:47
Kurt Schreiner writes:
> =2E..like see below:
>
> Kurt
>
> 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.
Later...
Greg Oster