Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159177 - spca5xx does not compile with 2.6.19-r2 (it did with 2.6.18-r5)
Summary: spca5xx does not compile with 2.6.19-r2 (it did with 2.6.18-r5)
Status: VERIFIED DUPLICATE of bug 159176
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 17:19 UTC by David Carlos Manuelda
Modified: 2006-12-26 20:58 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 David Carlos Manuelda 2006-12-26 17:19:43 UTC
This is what I get:

>>> Emerging (1 of 1) media-video/spca5xx-20060501-r2 to /
 * spca5xx-20060501.tar.gz MD5 ;-) ...                                                              [ ok ]
 * spca5xx-20060501.tar.gz RMD160 ;-) ...                                                           [ ok ]
 * spca5xx-20060501.tar.gz SHA1 ;-) ...                                                             [ ok ]
 * spca5xx-20060501.tar.gz SHA256 ;-) ...                                                           [ ok ]
 * spca5xx-20060501.tar.gz size ;-) ...                                                             [ ok ]
 * checking ebuild checksums ;-) ...                                                                [ ok ]
 * checking auxfile checksums ;-) ...                                                               [ ok ]
 * checking miscfile checksums ;-) ...                                                              [ ok ]
 * checking spca5xx-20060501.tar.gz ;-) ...                                                         [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.19-gentoo-r2/build
 * Found sources for kernel version:
 *     2.6.19-gentoo-r2
 * Checking for suitable kernel configuration options...                                            [ ok ]
>>> Unpacking source...
>>> Unpacking spca5xx-20060501.tar.gz to /var/tmp/portage/spca5xx-20060501-r2/work
tar: spca5xx-20060501/drivers: implausibly old time stamp 1970-01-01 01:00:00
 * Converting spca5xx-20060501/Makefile to use M= instead of SUBDIRS= ...                           [ ok ]
 * Applying spca-20060501-defines.patch ...                                                         [ ok ]
 * Applying spca-20060501-2.6.18.patch ...                                                          [ ok ]
 * Applying spca-20060501-LogitechQC92f.patch ...                                                   [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501 ...
 * Preparing spca5xx module
   Building SPCA5XX driver for 2.5/2.6 kernel.
   Remember: you must have read/write access to your kernel source tree.
make -C /usr/src/linux M=/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501 CC=x86_64-pc-linux-gnu-gcc modules
make[1]: Entering directory `/usr/src/linux-2.6.19-gentoo-r2'
  CC [M]  /var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.o
  CC [M]  /var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spcadecoder.o
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.c:39:26: error: linux/config.h: No such file or directory
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.c: In function 'spca50x_init_isoc':
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.c:1624: warning: assignment from incompatible pointer type
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.c: In function 'spca50x_create_sysfs':
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.c:3451: warning: ignoring return value of 'video_device_create_file', declared with attribute warn_unused_result
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.c:3452: warning: ignoring return value of 'video_device_create_file', declared with attribute warn_unused_result
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.c:3453: warning: ignoring return value of 'video_device_create_file', declared with attribute warn_unused_result
make[2]: *** [/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spca5xx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spcadecoder.c: In function 'fun_D':
/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501/drivers/usb/spcadecoder.c:809: warning: value computed is not used
make[1]: *** [_module_/var/tmp/portage/spca5xx-20060501-r2/work/spca5xx-20060501] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.19-gentoo-r2'
make: *** [default] Error 2

!!! ERROR: media-video/spca5xx-20060501-r2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called linux-mod_src_compile
  linux-mod.eclass, line 510:   Called die

!!! Unable to make  KERNELDIR=/usr/src/linux default.
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 David Carlos Manuelda 2006-12-26 17:29:16 UTC

*** This bug has been marked as a duplicate of 159176 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-26 20:58:25 UTC
Dupe.