Comment 19 for bug 183663

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Vitaliy wrote:
> 2. negative
> If u install *kvm-source* in case of *kvm* isn't installed .. so, welcome to hell

debian/control has for kvm-source:
Enhances: kvm

I believe that this is correct. kvm could be aded the Depends, but I don't think that's so.

> 3. critical *I'm out*
> After install *kvm-source* .. i try remove *kvm-source* by
> sudo dkms remove -m kvm -v 72 -k 2.6.27-14-generic
...
> Error! There are no instances of module: kvm
> 72 located in the DKMS tree.
> dpkg: error processing kvm-source (--purge):
> subprocess pre-removal script returned error exit status 3

This is definitely fixed in jaunty by "|| true" the following in the prerm script:
dkms remove -m $PKG -v $PKGVER --all >/dev/null || true

As far as I can tell, this bug is fixed in Jaunty. I don't believe that an SRU is warranted for Intrepid. However, if you disagree, please talk to the SRU team and propose for release against 8.10 -- the decision will be theirs.

For now, I'm marking this bug 'Fix Released', again.

:-Dustin