Your message dated Tue, 04 Aug 2009 23:17:37 +0100
with message-id <[email protected]>
and subject line gspca has been removed from Debian, closing #481752
has caused the Debian Bug report #481752,
regarding Cannot install on a custom kernel
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
481752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481752
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gspca-source
Version: 01.00.20-1
Severity: grave
Justification: Makes package uninstallable
Hi,
I just tried installing the gspca kernel module using module-assistant. I use
a custom kernel, downloaded straight from kernel.org, compiled and
installed myself, and because the kernel module package *depends* on a
kernel, the package installation fails for me:
dpkg -Ei /usr/src/gspca-modules-2.6.24.2_01.00.20-1_i386.deb
Selecting previously deselected package gspca-modules-2.6.24.2.
(Reading database ... 178712 files and directories currently installed.)
Unpacking gspca-modules-2.6.24.2 (from
.../gspca-modules-2.6.24.2_01.00.20-1_i386.deb) ...
dpkg: dependency problems prevent configuration of gspca-modules-2.6.24.2:
gspca-modules-2.6.24.2 depends on linux-image-2.6.24.2 |
kernel-image-2.6.24.2; however:
Package linux-image-2.6.24.2 is not installed.
Package kernel-image-2.6.24.2 is not installed.
dpkg: error processing gspca-modules-2.6.24.2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gspca-modules-2.6.24.2
I had a quick look at other packages that provide -source packages (for
example rt2500), and it looks like the kernel packages should be recommended,
not
depended on. I include a patch to fix this below:
diff -Nruad -Nruad gspca-01.00.20.orig/debian/control.modules.in
gspca-01.00.20/debian/control.modules.in
--- gspca-01.00.20.orig/debian/control.modules.in 2008-05-18
12:36:49.000000000 +0100
+++ gspca-01.00.20/debian/control.modules.in 2008-05-18
12:37:44.000000000 +0100
@@ -7,7 +7,7 @@
Package: gspca-modules-_KVERS_
Architecture: any
-Depends: linux-image-_KVERS_ | kernel-image-_KVERS_
+Recommends: linux-image-_KVERS_ | kernel-image-_KVERS_
Provides: gspca-modules
Conflicts: spca5xx-modules-_KVERS_
Description: gspca modules for Linux (kernel _KVERS_)
Kind regards,
--
Jonny Lamb, UK [email protected]
http://jonnylamb.com GPG: 0x2E039402
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 01.00.20-1+rm
The gspca package has been removed from Debian so we are closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/519463 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---