Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262132 - fix-db.py (from sys-apps/portage-2.1.6.7) crashes with TypeError
Summary: fix-db.py (from sys-apps/portage-2.1.6.7) crashes with TypeError
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 210077 261959
  Show dependency tree
 
Reported: 2009-03-11 13:45 UTC by Horst Prote
Modified: 2009-03-17 20:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Horst Prote 2009-03-11 13:45:55 UTC
fix-db.py (from sys-apps/portage-2.1.6.7) crashes with TypeError

Reproducible: Always

Steps to Reproduce:
1. Run /usr/lib/portage/bin/fix-db.py

Actual Results:  
Traceback (most recent call last):
  File "/usr/lib/portage/bin/fix-db.py", line 49, in <module>
    vardbdir = root+VDB_PATH+"/"
TypeError: unsupported operand type(s) for +: '_LegacyGlobalProxy' and 'str'


Expected Results:  
No Error :-)
Comment 1 Zac Medico gentoo-dev 2009-03-17 05:44:14 UTC
Since the fix-db.py script isn't really needed, I've removed it in svn r13117. It's been broken since 2.1.6 and you were the first person to notice.
Comment 2 Zac Medico gentoo-dev 2009-03-17 20:49:24 UTC
This is fixed in 2.1.6.9 and 2.2_rc26.