[classic-discuss] broken kernel development package

Jaakko Heinonen jh at tinysofa.org
Fri Oct 7 04:43:47 UTC 2005


Hi,

On 2005-10-07, Michael Honeyfield wrote:
> Hi, trying to build a kernel module and I get this when it enters the 
> source tree to start the build:

Are trying to build a kernel module which is included in kernel or "3rd
party" module? For "3rd party" modules kernel-devel works just fine.

> [michael at athena 2.6.13-1ts-i586]$ sudo make mrproper
> fs/hostfs/Makefile:11: arch/um/scripts/Makefile.rules: No such file or 
> directory
> make[2]: *** No rule to make target `arch/um/scripts/Makefile.rules'.  Stop.
> make[1]: *** [fs/hostfs] Error 2
> make: *** [_clean_fs] Error 2

kernel-devel has minimum files to build kernel modules. It's not a
complete kernel source. You are not supposed to run make commands in
/usr/src/kernels/* . If you need the full kernel source you need to
use source rpm package.

-- 
Jaakko



More information about the Classic-discuss mailing list