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.
Created attachment 85389 [details, diff] qc-usb patch
*** This bug has been marked as a duplicate of 129828 ***