On Tue, Aug 19, 2008 at 08:16:50AM -0500, Kevin Hickey wrote: > Is anyone else having trouble compiling the HEAD of LMO? Under multiple > defconfigs, I get: > > In file included from init/main.c:32: > include/linux/security.h: In function ‘security_ptrace_traceme’: > include/linux/security.h:1760: error: ‘parent’ undeclared (first use in > this function) > include/linux/security.h:1760: error: (Each undeclared identifier is > reported only once > include/linux/security.h:1760: error: for each function it appears in.) > make[1]: *** [init/main.o] Error 1 > > I did a clean clone to be sure that it was not anything leftover in my > working directory. Is it just me? Broken code which I merged from upstream. If that happens I usually don't commit the fixes locally unless the fix affects MIPS files. So the issue may persist for a day or two. Ralf