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 1P6mbT-0001Iq-9U for garchives@archives.gentoo.org; Fri, 15 Oct 2010 15:53:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28687E0462; Fri, 15 Oct 2010 15:52:32 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A909DE0462 for ; Fri, 15 Oct 2010 15:52:32 +0000 (UTC) Received: by gxk24 with SMTP id 24so851726gxk.40 for ; Fri, 15 Oct 2010 08:52:32 -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=tYCDNkRoRg6+00JNYW8xFg2wfKjM/4CgkdEQqwGQqrY=; b=XzULcNm1POAElwrH9gxnbwLRbiK25I4Jz6TYQ993rY2I4kC1Jfv4bGDj9IIm9n8b/O S0lZQUfJSVDHN5WEcfS7yktF5n+IuqeZt/Yix/w9WPvbR7M9QoSOf8TWE6iuL33ah56S AoLroifrpTJqDF2Sz3LkivivvARqYvSziKb6Y= 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=jCiwYFfLifhHas4MZ3crzH6xwEiiQTsEIrECc2IUSyxy4sQLoM44FF3/kuY52SsCbW MLCQfdVzHeS86UcAmzM7nGQJGtfMilgU8Bv08thG/rtQ1mozQCTzpj50EELCzvyjoeDl ldQM6fqvcsO/voLC82gGGu5KPZR5xrI7y5Lq0= Received: by 10.100.136.7 with SMTP id j7mr29865and.64.1287157951296; Fri, 15 Oct 2010 08:52:31 -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:52:01 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Fatih_T=FCmen?= Date: Fri, 15 Oct 2010 18:52:01 +0300 X-Google-Sender-Auth: qhu4Nwc7Wl81TJLFJbFeonMokfs 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: 538e6f67-7ed6-427b-ad7c-73ece12d5b62 X-Archives-Hash: ba70a239de863d9bb139359993f20b5e 2010/10/15 Fatih T=FCmen : > 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_m= ain >> =A0 =A0return action_sync(settings, trees, mtimedb, myopts, myaction) >> =A0File "/usr/lib64/portage/pym/_emerge/actions.py", line 2134, in actio= n_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.. =A0ip > should be ips[0] > Which specific version of portage and python are you using? > > -- > =A0 =A0Fatih > I just checked the code to verify myself. I was wrong, ip is the loop variable of ips list I recalled which is being iterated over. Rsync server maybe down or smth, Did you try with a differnt rsync server? Btw, AFAIR eix-sync can sync overlays, why you sync them individually? -- Fatih