public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Albert Hopkins <marduk@letterboxes.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] emerge/python failure
Date: Fri, 15 Oct 2010 12:27:55 -0400	[thread overview]
Message-ID: <1287160075.21472.3.camel@paska> (raw)
In-Reply-To: <AANLkTi=CDoqG-CELdV-goN4n3d_bPXTCcKonYW0+_kke@mail.gmail.com>

On Fri, 2010-10-15 at 07:35 -0700, Mark Knecht wrote:
>   File "/usr/lib64/portage/pym/_emerge/actions.py", line 2134, in
> action_sync
>     "//" + user_name + ip + port + "/", 1))
> TypeError: cannot concatenate 'str' and 'int' objects 

This is a bug... shuld be more something like:

                uris.append(syncuri.replace(
                    "//%s%s%s/" % (user_name, hostname, port),
                    "//%s%s%s/" % (user_name, ip, port), 1))

Probably needs to be reported.





  parent reply	other threads:[~2010-10-15 16:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-15 14:35 [gentoo-user] emerge/python failure Mark Knecht
2010-10-15 15:02 ` Fatih Tümen
2010-10-15 15:52   ` Fatih Tümen
2010-10-15 15:58   ` Mark Knecht
2010-10-15 16:19     ` Fatih Tümen
2010-10-15 17:29       ` Mark Knecht
2010-10-15 17:41         ` Fatih Tümen
2010-10-15 17:45           ` Mark Knecht
2010-10-15 16:27 ` Albert Hopkins [this message]
2010-10-15 16:55   ` Fatih Tümen
2010-10-15 18:19     ` Albert Hopkins
2010-10-15 18:38       ` Fatih Tümen
2010-10-15 16:34 ` Peter Ruskin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1287160075.21472.3.camel@paska \
    --to=marduk@letterboxes.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox