Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge/python failure
Date: Fri, 15 Oct 2010 16:28:19
Message-Id: 1287160075.21472.3.camel@paska
In Reply to: [gentoo-user] emerge/python failure by Mark Knecht
1 On Fri, 2010-10-15 at 07:35 -0700, Mark Knecht wrote:
2 > File "/usr/lib64/portage/pym/_emerge/actions.py", line 2134, in
3 > action_sync
4 > "//" + user_name + ip + port + "/", 1))
5 > TypeError: cannot concatenate 'str' and 'int' objects
6
7 This is a bug... shuld be more something like:
8
9 uris.append(syncuri.replace(
10 "//%s%s%s/" % (user_name, hostname, port),
11 "//%s%s%s/" % (user_name, ip, port), 1))
12
13 Probably needs to be reported.

Replies

Subject Author
Re: [gentoo-user] emerge/python failure "Fatih Tümen" <fthtmn+gentoo@×××××.com>