From: Boszormenyi Zoltan <zboszor@freemail.hu>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.0-test4-mm3
Date: Fri, 29 Aug 2003 11:54:27 +0200 [thread overview]
Message-ID: <3F4F22D3.9080104@freemail.hu> (raw)
[-- Attachment #1: Type: text/plain, Size: 808 bytes --]
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.
[-- Attachment #2: modutils.spec.diff --]
[-- Type: text/plain, Size: 829 bytes --]
--- 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
[-- Attachment #3: module-init-tools-version-hack.patch --]
[-- Type: text/plain, Size: 284 bytes --]
--- 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"
next reply other threads:[~2003-08-29 9:54 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-29 9:54 Boszormenyi Zoltan [this message]
2003-08-29 12:52 ` 2.6.0-test4-mm3 Bas Mevissen
2003-08-29 13:00 ` 2.6.0-test4-mm3 Valdis.Kletnieks
[not found] ` <1062168946.19599.114.camel@workshop.saharacpt.lan>
2003-08-30 7:35 ` 2.6.0-test4-mm3 Martin Schlemmer
[not found] ` <200308291553.h7TFrcGG009390@turing-police.cc.vt.edu>
2003-09-01 20:23 ` 2.6.0-test4-mm3 Martin Schlemmer
2003-09-01 20:34 ` 2.6.0-test4-mm3 Sam Ravnborg
2003-09-01 23:52 ` 2.6.0-test4-mm3 Valdis.Kletnieks
2003-09-02 4:14 ` 2.6.0-test4-mm3 Martin Schlemmer
2003-09-02 14:31 ` 2.6.0-test4-mm3 Valdis.Kletnieks
2003-08-29 15:35 ` 2.6.0-test4-mm3 Andrew Morton
2003-08-29 16:22 ` 2.6.0-test4-mm3 Valdis.Kletnieks
2003-08-29 16:27 ` 2.6.0-test4-mm3 Cliff White
2003-08-29 16:34 ` 2.6.0-test4-mm3 Andrew Morton
2003-08-30 6:16 ` 2.6.0-test4-mm3 Martin Schlemmer
-- strict thread matches above, loose matches on Subject: below --
2003-08-29 6:56 2.6.0-test4-mm3 Andrew Morton
2003-08-29 6:56 ` 2.6.0-test4-mm3 Andrew Morton
2003-08-29 7:45 ` 2.6.0-test4-mm3 Andrew Morton
2003-08-29 7:45 ` 2.6.0-test4-mm3 Andrew Morton
2003-08-29 15:42 ` 2.6.0-test4-mm3 Ed Sweetman
2003-08-29 15:42 ` 2.6.0-test4-mm3 Ed Sweetman
2003-08-29 15:57 ` 2.6.0-test4-mm3 Andrew Morton
2003-08-29 15:57 ` 2.6.0-test4-mm3 Andrew Morton
2003-08-29 15:59 ` 2.6.0-test4-mm3 Felipe Alfaro Solana
2003-08-29 15:59 ` 2.6.0-test4-mm3 Felipe Alfaro Solana
2003-09-10 18:53 ` 2.6.0-test4-mm3 Mike Fedyk
2003-09-10 18:53 ` 2.6.0-test4-mm3 Mike Fedyk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F4F22D3.9080104@freemail.hu \
--to=zboszor@freemail.hu \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.