Summary: | sys-apps/portage: `portageq vdb_path` doesn't work with Python 2.6 | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | jer |
Priority: | High | Keywords: | InVCS, REGRESSION |
Version: | 2.2 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 210077, 230205 |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() The bug is in `portageq vdb_path`. $ portageq vdb_path Traceback (most recent call last): File "/usr/bin/portageq", line 511, in <module> main() File "/usr/bin/portageq", line 488, in main retval = function(sys.argv[2:]) File "/usr/bin/portageq", line 297, in vdb_path print portage.root+portage.VDB_PATH TypeError: unsupported operand type(s) for +: '_LegacyGlobalProxy' and 'str' $ |