View previous topic :: View next topic |
Author |
Message |
indietrash Guru
Joined: 17 Sep 2008 Posts: 353 Location: Norway
|
Posted: Sun May 24, 2009 8:40 pm Post subject: emerging linux-uvc fail [SOLVED] |
|
|
Code: | >>> Failed to emerge media-video/linux-uvc-0.1.0_pre250, Log file:
>>> '/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/build.log'
* Messages for package media-video/linux-uvc-0.1.0_pre250:
*
* ERROR: media-video/linux-uvc-0.1.0_pre250 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3298: Called linux-mod_src_compile
* environment, line 2548: Called die
* The specific snippet of code:
* eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}- LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
* The die message:
* Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= KERNEL_DIR=/usr/src/linux
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/environment'.
*
*
* The following package has failed to build or install:
*
* ('ebuild', '/', 'media-video/linux-uvc-0.1.0_pre250', 'merge') |
what?
Last edited by indietrash on Thu May 28, 2009 1:04 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54745 Location: 56N 3W
|
Posted: Sun May 24, 2009 10:25 pm Post subject: |
|
|
indietrash,
Its been in the kernel since about 2.6.23. Please use the in kernel UVC support. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
indietrash Guru
Joined: 17 Sep 2008 Posts: 353 Location: Norway
|
Posted: Tue May 26, 2009 10:02 am Post subject: |
|
|
and just how do I go about doing that? I tried googling a bit, but didn't stumble across anything of decent help. |
|
Back to top |
|
|
DaggyStyle Watchman
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Tue May 26, 2009 2:47 pm Post subject: |
|
|
indietrash wrote: | and just how do I go about doing that? I tried googling a bit, but didn't stumble across anything of decent help. |
simple:
- open terminal
- type su and enter root password or use sudo
- enter /usr/src/linux
- type make menuconfig
- goto Device Drivers->Multimedia devices->Video capture adapters->V4L USB devices and select USB Video Class (UVC).
- save, exit and run make && make modules_install
that's it. _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
|
indietrash Guru
Joined: 17 Sep 2008 Posts: 353 Location: Norway
|
Posted: Thu May 28, 2009 12:41 pm Post subject: |
|
|
thanks |
|
Back to top |
|
|
|