Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218337 - x11-drivers/nvidia-drivers-169.09-r1 | unmerge does not remove nvidia.ko
Summary: x11-drivers/nvidia-drivers-169.09-r1 | unmerge does not remove nvidia.ko
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 21:47 UTC by Christian Franke
Modified: 2008-04-19 18:50 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 Christian Franke 2008-04-18 21:47:58 UTC
"emerge --unmerge x11-drivers/nvidia-drivers" left behind /lib/modules/<kernelver>/video/nvidia.ko" (The module was _not_ loaded)

Reproducible: Didn't try

Steps to Reproduce:
Probably:
1. emerge --unmerge x11-drivers/nvidia-drivers
2. emerge x11-drivers/nvidia-drivers # Will most likely complain about collision
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-04-19 14:04:04 UTC
That's how CONFIG_PROTECT works. Mainly because if you remerge it for a new kernel version, it won't remove it from the old version.