Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18897 - portage-2.0.47-r13 needs python-2.2.2 due to repoman
Summary: portage-2.0.47-r13 needs python-2.2.2 due to repoman
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 08:44 UTC by Tom Payne (RETIRED)
Modified: 2011-10-30 22:19 UTC (History)
0 users

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 Tom Payne (RETIRED) gentoo-dev 2003-04-07 08:44:51 UTC
spark dev-ruby # emerge --version
Portage 2.0.47-r13 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
spark dev-ruby # python -V       
Python 2.2.1
spark dev-ruby # repoman --pretend

RepoMan pretends to scour the neighborhood...
Traceback (most recent call last):
  File "/usr/bin/repoman", line 472, in ?
    if (myuse[mypos]!="-*") and (myuse[mypos].strip("~-") not in kwlist):
TypeError: strip() takes no arguments (1 given)

Upgrading to python 2.2.2 fixes it.

Regards,

Tom
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-04-07 18:12:47 UTC
I removed that call. No reason to force a python update for
something that trivial.