Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11288

Summary: Ebuild for module-init-tools, required for devel-kernel.
Product: Gentoo Linux Reporter: Tony Murray <tonymurray>
Component: New packagesAssignee: Brandon Low (RETIRED) <lostlogic>
Status: VERIFIED FIXED    
Severity: enhancement CC: vapier
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
URL: http://www.kernel.org/pub/linux/kernel/people/rusty/modules
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: module-init-tools 0.7 ebuild
module-init-tools-0.8.ebuild
module-init-tools-0.8-r1.ebuild
module-init-tools-0.9.ebuild beta
module-init-tools-0.9.1.ebuild

Description Tony Murray 2002-11-27 08:10:47 UTC
I am making an ebuild for module-init-tools. This is the new version of modutils
for the development kernel, if you have 2.5.47 or greater, you need this to make
modules work.

When the makefile installs, it moves the old mod utils to *.old (examp
/sbin/insmod -> /sbin/insmod.old). The reason it does this is that so when you
use an older kernel, it will use the older modutils...

I am not sure how to handle this with portage. Any thoughts on how I could make
this work?
Comment 1 Tony Murray 2002-11-27 08:13:21 UTC
Created attachment 5988 [details]
module-init-tools 0.7 ebuild
Comment 2 Tony Murray 2002-12-01 07:41:03 UTC
Created attachment 6093 [details]
module-init-tools-0.8.ebuild

This is a fully working ebuild...
The only problem is that it overwrites the modutils files.
It does manage to retain backawards compatability with them though.
Would be nice to change the development-kernel to depend on this.
Comment 3 Tony Murray 2002-12-01 23:05:00 UTC
Created attachment 6128 [details]
module-init-tools-0.8-r1.ebuild

New ebuild, added the translation of modules.conf -> modprobe.conf
(modules.conf is unchanged) and added dependency on development-kernel >=
2.5.47
Comment 4 Tony Murray 2002-12-01 23:24:42 UTC
Created attachment 6129 [details]
module-init-tools-0.9.ebuild    beta

ebuild updated for 0.9-beta. docs for moudule-init-tools fixed.
Comment 5 Tony Murray 2002-12-05 08:34:21 UTC
Created attachment 6229 [details]
module-init-tools-0.9.1.ebuild

Updates to new version, fixes needed for 2.5.48+ not 2.5.47.
Renaming the old modutils made much slicker, thanks to an change from rusty for
me ;)
Comment 6 Brandon Low (RETIRED) gentoo-dev 2002-12-10 18:36:38 UTC
ok, I'm poking at it, didn't work quite right the way it was, but I'll have it
under control momentarily.  Just ripping out the rename code from the makefile
since the makefile has /sbin specified literally not variably
Comment 7 Brandon Low (RETIRED) gentoo-dev 2002-12-10 18:47:23 UTC
in portage, check it out, enjoy, and e-mail me if I forked it in any way.
Comment 8 Tony Murray 2005-01-24 10:42:59 UTC
Closing old bugs.