lkml.org 
[lkml]   [2003]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.0-test4-mm3
Hi,

I tried to "make modules_install" on the compiled tree.
It says:

# make modules_install
Install a current version of module-init-tools
See http://www.codemonkey.org.uk/post-halloween-2.5.txt
make: *** [_modinst_] Error 1

But I have installed it! It's called modutils-2.4.25-8
(was -5 previously) from RH rawhide, it works on older
(2.6.0-test4-mm1) kernels.
This modutils is united with module-init-tools-0.9.12,
it reports version 2.4.25 but detects newer kernels and uses
the new module interface.

I looked the kernel Makefile and found that it greps the version
it gets from depmod -V and wants module-init-tools.
My fix against the rawhide modutils is attached.

--
Best regards,
Zoltán Böszörményi

---------------------
What did Hussein say about his knife?
One in Bush worth two in the hand.
--- modutils.spec.old 2003-08-29 11:43:10.000000000 +0200
+++ modutils.spec 2003-08-29 11:45:06.000000000 +0200
@@ -4,7 +4,7 @@
Summary: Kernel module management utilities.
Name: modutils
Version: 2.4.25
-Release: 8
+Release: 8.1
Copyright: GPL
Group: System Environment/Kernel
Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-%{version}.tar.bz2
@@ -23,6 +23,7 @@
Patch13: module-init-tools-0.9.12-depmod-leak.patch
Patch101: modutils-2.4.18-small.patch
Patch1000: modutils-module-init-tools.patch
+Patch1001: module-init-tools-version-hack.patch
Exclusiveos: Linux
Prereq: /sbin/chkconfig sh-utils
Obsoletes: modules
@@ -58,6 +59,7 @@
%patch12 -p1 -b .updates
ln -s module-init-tools-%{mitver} module-init-tools
%patch13 -p1 -b .leak
+%patch1001 -p1 -b .version

%build
autoconf-2.13--- modutils-2.4.25/include/version.h.old 2003-08-29 11:41:54.000000000 +0200
+++ modutils-2.4.25/include/version.h 2003-08-29 11:41:54.000000000 +0200
@@ -1 +1 @@
-#define MODUTILS_VERSION "2.4.25"
+#define MODUTILS_VERSION "2.4.25 + module-init-tools-0.9.12 RedHat unified version"
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.091 / U:2.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site