On Tue, Jan 31, 2006 at 08:41:35AM -0800, Ryan Murray wrote:
> > gcc -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> > -D_LARGEFILE_SOURCE -DSYSV -fomit-frame-pointer -fno-strength-reduce 
> > -DFSSTND  -c ksym_mod.c
> > In file included from /usr/include/asm/atomic.h:26,
> >                  from module.h:31,
> >                  from ksym_mod.c:97:
> > /usr/include/asm/cpu-features.h:15:35: error: cpu-feature-overrides.h: No 
> > such file or directory
> > make[1]: *** [ksym_mod.o] Error 1
> > make[1]: Leaving directory `/build/buildd/sysklogd-1.4.1'
> > make: *** [build] Error 2

This fix for this is trivial.  module.h does not need to include
<asm/atomic.h>.  Nothing defined in atomic.h is needed for sysklogd at
all.  Removing #include <asm/atomic.h> fixes the build problem on mips*
and does not affect the ability to build this package.

I have prepared an NMU (version 1.4.1-17.2) to fix this bug.  Unless I
hear otherwise, I'll upload it sometime in the next 24 hours.

noah

Attachment: signature.asc
Description: Digital signature

Reply via email to