From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P6lon-0002Fa-S8 for garchives@archives.gentoo.org; Fri, 15 Oct 2010 15:03:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A793E0967; Fri, 15 Oct 2010 15:02:56 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id F2E32E0967 for ; Fri, 15 Oct 2010 15:02:55 +0000 (UTC) Received: by ywo7 with SMTP id 7so812618ywo.40 for ; Fri, 15 Oct 2010 08:02:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=9ueAcizn7ZqlFS4QDEzkyYyeJ2DiNHGx31SaY4eKyLc=; b=iIgbc3IJRt4HyNR+Z6v5CPNACx1A9TuaNtPwj4G7A8WhzZXjSo8O+SqTOypjugSUGP Mpm6/6FVNlwu7LhmAIH5Fw2ntXfS9qidsnS9ygs5lNS44JRvZlSbo61MSk5OGlcWS7KS SN6lHi3qXXH3TO+BFEaVRj5n2QzBYmRuT+3jA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=xaBNTlcH+WzfkxCOVKC3RujzqItVOAfEixxWi2rCzspNdb6DAVPxKOd2JY3jaV0IDW MMSTWwcL3laXcJ5uINfbBoqlDDmnNWPiPfRIv1e0ZhDeidu6dTN26bgyPzqIp4kHsbeP S5pw7KV2HmzeEtEkT0b5vBn1aiIGKQ+/jxrus= Received: by 10.100.11.14 with SMTP id 14mr6622830ank.239.1287154975282; Fri, 15 Oct 2010 08:02:55 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: fthtmn@gmail.com Received: by 10.100.3.7 with HTTP; Fri, 15 Oct 2010 08:02:25 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Fatih_T=FCmen?= Date: Fri, 15 Oct 2010 18:02:25 +0300 X-Google-Sender-Auth: EsDRo-mcCIv9F0Eev7E7gk80l3Q Message-ID: Subject: Re: [gentoo-user] emerge/python failure To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dac7e73b-7fee-4bdf-9c34-303039d51039 X-Archives-Hash: 078272bb9896794803e7661c7d1f32cb On Fri, Oct 15, 2010 at 5:35 PM, Mark Knecht wrote: > c2stable ~ # eix-sync > =A0* Running emerge --sync > Traceback (most recent call last): > =A0File "/usr/bin/emerge", line 43, in > =A0 =A0retval =3D emerge_main() > =A0File "/usr/lib64/portage/pym/_emerge/main.py", line 1604, in emerge_ma= in > =A0 =A0return action_sync(settings, trees, mtimedb, myopts, myaction) > =A0File "/usr/lib64/portage/pym/_emerge/actions.py", line 2134, in action= _sync > =A0 =A0"//" + user_name + ip + port + "/", 1)) > TypeError: cannot concatenate 'str' and 'int' objects > =A0* emerge --sync failed > =A0* Time statistics: > =A0 =A0 4 seconds for syncing > =A0 =A0 4 seconds total > c2stable ~ # emerge --sync > Traceback (most recent call last): > =A0File "/usr/bin/emerge", line 43, in > =A0 =A0retval =3D emerge_main() > =A0File "/usr/lib64/portage/pym/_emerge/main.py", line 1604, in > emerge_main > =A0 =A0return action_sync(settings, trees, mtimedb, myopts, myaction) > =A0File "/usr/lib64/portage/pym/_emerge/actions.py", line 2134, in > action_sync > =A0 =A0"//" + user_name + ip + port + "/", 1)) > TypeError: cannot concatenate 'str' and 'int' objects > c2stable ~ # eselect python list > Available Python interpreters: > =A0[1] =A0 python2.6 * > =A0[2] =A0 python3.1 > c2stable ~ # > At first sight it seems to me that someone made a typo in there.. ip should be ips[0] Which specific version of portage and python are you using? -- Fatih