Summary: | www-client/uzbl - /usr/bin/uzbl-browser should specify python version in shebang | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | max <meinemsnaddy> |
Component: | Current packages | Assignee: | tharvik |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 513446 | ||
Bug Blocks: | 490348 | ||
Attachments: |
Ebuild seding to use python2
Ebuild using python_fix_shebang Ebuild using python-single rather than python-utils |
Description
max
2013-02-09 13:32:49 UTC
Created attachment 378082 [details]
Ebuild seding to use python2
The given ebuild should fix the issue.
Comment on attachment 378082 [details]
Ebuild seding to use python2
The fix is not correct, you should use python_fix_shebang script from python-single-r1 eclass
Created attachment 378158 [details]
Ebuild using python_fix_shebang
Then this should work (using EPYTHON=python2 because pygtk does not have python3 as target).
Comment on attachment 378158 [details]
Ebuild using python_fix_shebang
fix_shebang string looks ok, except for EPYTHON thingie
you should not define EPYTHON directly and also - do not use python-utils-r1 directly in ebuilds
Use python-single-r1 and define PYTHON_COMPAT properly
Created attachment 378172 [details]
Ebuild using python-single rather than python-utils
Hopefully this will be the last version.
Remaining mistake could be calling python-single-r1_pkg_setup directly in pkg_setup.
Ebuild update has been committed to the tree |