Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5572 - Small bug in nvidia-kernel-1.0.2960.ebuild
Summary: Small bug in nvidia-kernel-1.0.2960.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 Linux
: Low trivial (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-25 13:10 UTC by Gustavo Felisberto (RETIRED)
Modified: 2011-10-30 23:16 UTC (History)
3 users (show)

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


Attachments
New ebuild with path fixed (nvidia-kernel-1.0.2960-r1.ebuild,2.14 KB, application/octet-stream)
2002-08-11 18:58 UTC, Gustavo Felisberto (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Felisberto (RETIRED) gentoo-dev 2002-07-25 13:10:26 UTC
The install process will install the nvidia kernel module in:<br>
"/lib/modules/${KV}/kernel/video"<br>
But if for some reason the user does a change to the kernel configuration and
does a make modules_install the all /lib/modules/${KV}/kernel is deleted. So the
next time the user tries to startx he will get an error and will have to redo a
emerge nvidia-kernel .<br>
This can be solved doing the install in for example:<br>
"/lib/modules/${KV}/video".<br>
The module will still be avilable and will not deleted when making a make
modules_install.
Comment 1 Brandon Low (RETIRED) gentoo-dev 2002-07-25 21:03:00 UTC
this is something that the portage developers are working on and a known issue. 

What has so far come of the idea of kernel version slotting?
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-07-26 14:21:05 UTC
This is actually not related to slotting -- reread the post, we just need to
move the module out of the "kernel" directory.
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-07-27 12:40:41 UTC
Daniel, does portage support multiple packages of the EXACT same version but
with different SLOTs? AFAIK it does not, and that is what this problem would
require as a solution, either that or support for maybe using the config-protect
(or similar) methodology for the kernel modules directories to prevent the
modules for previos kernels from being deleted upon compiling and installing
modules for a newer version.
Comment 4 Gustavo Felisberto (RETIRED) gentoo-dev 2002-08-11 18:58:53 UTC
Created attachment 3005 [details]
New ebuild with path fixed

This e-build comes with a fixed path.
Comment 5 Daniel Robbins (RETIRED) gentoo-dev 2002-08-16 18:56:07 UTC
Brandon, you're right, we don't support different slots for identical versions
of packages but we will eventually; it requires an update to our /var/db/pkg
database format. Closing this bug as the -r1 rev of the ebuild fixes the problem.