An error in the ebuild means that program qcset doesn't get installed into /usr/bin Reproducible: Always Steps to Reproduce: 1. Run emerge qc-usb and look at the output Actual Results: Error message "couldn't stat /usr/bin/qcset" Expected Results: The "dobin" command in the ebuild should have copied the program into /usr/bin The ebuild contains the command "dobin /usr/bin/qcset". I believe this should be changed to "dobin qcset".
fixed. thanks for your report!