lkml.org 
[lkml]   [2003]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: install problem with kernel 2.6.0
From
Date
On Thu, 28 Aug 2003 03:41:23 +0800, Sum <ellenyip@netvigator.com>  said:
> Hi there. I just compile the kernel 2.6.0 version. However, there is not any
/lib/modules/2.6.0-test4/modules.dep created. When I type "depmod -a", there is
an error message said "depmod: QM_MODULES: Function not implemented".

Sum: You need a new version of module-init-tools.

See http://ww.codemonkey.org.uk/post-halloween-2.5.txt for all the OTHER info
you will probably be needing.

All: We can put an end to this:

--- Makefile 2003-08-27 01:52:20.000000000 -0400
+++ Makefile.fixed 2003-08-27 15:59:56.768341551 -0400
@@ -594,6 +594,11 @@

.PHONY: _modinst_
_modinst_:
+ @if [ -z "`depmod -V | grep module-init-tools`" ]; then \
+ echo "Install a current version of module-init-tools"; \
+ echo "See http://www.codemonkey.org.uk/post-halloween-2.5.txt"; \
+ exit 1; \
+ fi
@rm -rf $(MODLIB)/kernel
@rm -f $(MODLIB)/build
@mkdir -p $(MODLIB)/kernel

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.033 / U:0.984 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site