Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32288 - 2.6.0-test9: installed modules in wrong place, etc.
Summary: 2.6.0-test9: installed modules in wrong place, etc.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-29 12:42 UTC by John (EBo) David
Modified: 2003-10-29 13:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John (EBo) David 2003-10-29 12:42:03 UTC
linux-2.6.0-test9 + patchset-0.2 attempts to install modules into a nonexistant directory </lib/modules/2.6.0-test9-patchset-0.2> then the kernel loads modules from /lib/modules/2.6.0-test9.

This is probably a minor issue since this covers patchsets to developmenta kernels, however I marked it critical since odd behaviour can result such as not installing recompiled modules then loading these originally compiled and installed from the first linux-2.6.0-test9 distribution!

Simple workaround is a symbolic link:

  ln -s /lib/modules/2.6.0-test9 /lib/modules/2.6.0-test9-patchset-0.2

EBo --
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2003-10-29 13:13:06 UTC
I blundered a little with this ebuild eh!
not to worry, I shall package mask this version and the next version will
explain all :)
Comment 2 John (EBo) David 2003-10-29 13:18:13 UTC
;-) no biggy, just trying to do what I can to help on the ol' bug hunt!