/usr/bin/pychecker states: /usr/bin/python usr/lib/python2.6/site-packages/pychecker/checker.py "$@" As one can see: The leading / is missing :)
Created attachment 187649 [details, diff] pychecker-0.8.18-fix-package_path.patch In this version pychecker tries to determine automatically, when it is installed into a temporary directory by a package manager. But this method is buggy - it removes one slash too much. This patch fixes it
Created attachment 187650 [details, diff] pychecker-0.8.18.ebuild.diff The patch for the ebuild. Note that I also removed the sed-line (and therefore the complete src_install function), as pychecker handles this now by itself (which produced the bug as noted above)
Works, thanks.
Can someone push this to the main tree, please?
*** Bug 259945 has been marked as a duplicate of this bug. ***
Fixed.