Your message dated Sat, 11 Nov 2006 02:27:34 -0800
with message-id <[EMAIL PROTECTED]>
and subject line spca5xx-source: Compile failure with kernel 2.6.18
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: spca5xx-source
Version: 20060501-1
Severity: important
Tags: patch


Some v4l header information got shuffled around in kernel 2.6.18.  The
attached patch updates spca5xx.h to include media/v4l2-common.h.  Seems
to work after that.

You may want to check to see if the v4l changes came in during 2.6.17 and
update the patch accordingly.

-- Brad

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (80, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc5
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages spca5xx-source depends on:
ii  bzip2                         1.0.3-3    high-quality block-sorting file co
ii  debhelper                     5.0.37.3   helper programs for debian/rules
ii  module-assistant              0.10.6     tool to make module package creati

spca5xx-source recommends no packages.

-- no debconf information
--- spca5xx/drivers/usb/spca5xx.h	2006-05-08 07:01:40.000000000 -0400
+++ spca5xx.new/drivers/usb/spca5xx.h	2006-09-05 13:42:26.000000000 -0400
@@ -14,6 +14,10 @@
 #include <linux/usb.h>
 #include <linux/version.h>
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
+#include <media/v4l2-common.h>
+#endif
+
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,20) && LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
 
 #define urb_t struct urb

--- End Message ---
--- Begin Message ---
Version: 20060501-2

This bug was apparently fixed in 20060501-2, but the bug was not mentioned
in the changelog.  The extent of the changelog is:


spca5xx (20060501-2) unstable; urgency=low

  * Fix incompatibility with 2.6.18

 -- Kel Modderman <[EMAIL PROTECTED]>  Sat, 23 Sep 2006 00:11:35 +1000

I've confirmed that linux-modules-extra-2.6 builds this version of spca5xx
just fine against the Debian 2.6.18 packages.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

--- End Message ---

Reply via email to