[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Q] make demo fails



Erich Waelde wrote:
> 
> Hi all,
> 
> I checked out d-i from alioth ok, and e.g.
>   fakeroot make TYPE=cdrom cd-image
> works fine. however,
> 
> root# make TYPE=cdrom demo

The demo target chooses automatically "TYPE=demo"

> fails with this message:
> 
>     # Set up modules.dep, ensure there is at least one standard dir (kernel
>     # in this case), so depmod will use its prune list for archs with no
>     # modules.
>     set -e; \
>      mkdir -p ./tmp/demo/tree/lib/modules/2.4.22-1-386/kernel; \
> 	if [ -e ./tmp/demo/tree/boot/System.map ]; then \
> 	depmod -F ./tmp/demo/tree/boot/System.map -q -a -b \
> 	./tmp/demo/tree/ 2.4.22-1-386; rm -f \
> 	# ./tmp/demo/tree/boot/System.map; \
> 	else depmod -q -a -b ./tmp/demo/tree/ 2.4.22-1-386; fi ; 
> ==> depmod: QM_MODULES: Function not implemented
>     
>     make[1]: *** [demo-tree-stamp] Error 1
>     make: *** [demo] Error 2
> 
> What is the build system trying to tell me?
> 
> I'm running on kernel 2.6-test9-1 and required tools, is that a problem?

You need to run a kernel similiar enough to the 2.4.22-1-386 mentioned.


Thiemo



Reply to: