Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131159 - qc-usb emerge problem
Summary: qc-usb emerge problem
Status: RESOLVED DUPLICATE of bug 129828
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 15:48 UTC by oc666
Modified: 2006-04-24 16:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
qc-usb patch (qc-patch.diff,223 bytes, patch)
2006-04-24 15:52 UTC, oc666
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description oc666 2006-04-24 15:48:56 UTC
while emerging qc-usb-0.6.3, the following error message is displayed:
"install: cannot stat `quickcam.': No such file or directory"

the kernel module, quickcam.ko, although created well, is not copied to the relevant kernel lib directory, and the above error explains why: it tries to copy the wrong file name.
this happens because the environment variable $KV_OBJ doesn't exist (it should be "ko" usually), and the ebuild relies on its existance.
to fix, please see the attached patch.
Comment 1 oc666 2006-04-24 15:52:19 UTC
Created attachment 85389 [details, diff]
qc-usb patch
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-04-24 16:12:51 UTC

*** This bug has been marked as a duplicate of 129828 ***