Marc Blumentritt schrieb:
Hi,
when I try to compile a kernel again (meaning after compiling it and
building the modules), I get this error message:
hive linux # make && make modules_install && make
[...]
INSTALL sound/core/snd-timer.ko
INSTALL sound/core/snd.ko
INSTALL sound/drivers/mpu401/snd-mpu401-uart.ko
INSTALL sound/pci/ac97/snd-ac97-codec.ko
INSTALL sound/pci/snd-via82xx-modem.ko
INSTALL sound/pci/snd-via82xx.ko
INSTALL sound/soc/snd-soc-core.ko
INSTALL sound/soundcore.ko
DEPMOD 2.6.29-gentoo-r3
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
/usr/src/linux-2.6.29-gentoo-r3/usr/Makefile:41: *** mixed implicit and
normal rules. Stop.
make: *** [usr] Error 2
The same happens with stable gentoo-sources and stable vanilla sources.
This thing worked a few weeks again (I first noticed the error
yesterday, but this does not mean, that it was the first time the error
there).
Any ideas, what could be wrong or how to identify the problem?
I forgot to add the following information:
1.) I used fresh kernel sources (meaning fresh download and installation
via portage).
2.) When I try to remove the compiled file by running "make clean" I get
the following error:
hive linux # make clean
CLEAN arch/x86/boot/compressed
CLEAN arch/x86/boot
CLEAN /usr/src/linux-2.6.29-gentoo-r3
CLEAN arch/x86/kernel/acpi/realmode
CLEAN arch/x86/kernel/cpu
CLEAN arch/x86/kernel
CLEAN arch/x86/vdso
CLEAN drivers/char
CLEAN init
CLEAN kernel
CLEAN lib
/usr/src/linux-2.6.29-gentoo-r3/usr/Makefile:41: *** mixed implicit and
normal rules. Stop.
make: *** [_clean_usr] Error 2
Again, this happens with stable gentoo and vanilla sources, too.
Any ideas?
Marc