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 1P6lTH-0007Hl-Qa for garchives@archives.gentoo.org; Fri, 15 Oct 2010 14:41:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A079E0830; Fri, 15 Oct 2010 14:40:48 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id BE58FE0830 for ; Fri, 15 Oct 2010 14:40:47 +0000 (UTC) Received: by wyf22 with SMTP id 22so1022159wyf.40 for ; Fri, 15 Oct 2010 07:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=DsQPEfIJKtGx91VSa5cTC+IxUX3C7UMAvePTVrsW0Ok=; b=O2VfkbDlrj1EJbwIGzT9MZBjc1VIA/A2OXRMDQI4dmHCy3bO6dTW6bvjhNkMifF1sL ujOYz95fkfQUKPspNoKMFcASxrIXj8iwupYgj+uMFM6Q7KFVAUTvZWYNClsifkQtLfm9 pdrQLIKeLGjwHa21A/aHVmMU5B87qn7RkX5Ls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=teO8kYD94K3qi0B8D1dxXA52mTQozRuYBlqpei1WWYy3UEev89eSiJjaXo6xuprENi nERNoBLjb/u+cFKan5mo0275MaW9aNRcA0Jka0XnUaX1ARyog/q5u1IR3ykB6HgZE5wu PHaO8kUnUUp5KYILYDXr72JkWx/TaBh7IBAgQ= 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 Received: by 10.216.54.132 with SMTP id i4mr1669876wec.50.1287153337995; Fri, 15 Oct 2010 07:35:37 -0700 (PDT) Received: by 10.216.3.138 with HTTP; Fri, 15 Oct 2010 07:35:37 -0700 (PDT) Date: Fri, 15 Oct 2010 07:35:37 -0700 Message-ID: Subject: [gentoo-user] emerge/python failure From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 70a518b3-ca62-4e4e-bbfd-4b059243c1f7 X-Archives-Hash: 7df8785f37530c366fa1d3ffef030c50 Just ran into this on a machine that I updated a couple of days ago. Tried to sync this morning and the machine is in pain: c2stable ~ # !lay layman -S * Running command "/usr/bin/svn up "/var/lib/layman/pro-audio""... At revision 1766. * Running command "/usr/bin/svn up "/var/lib/layman/pentoo""... D /var/lib/layman/pentoo/app-crypt/pyrit/files D /var/lib/layman/pentoo/app-crypt/pyrit/pyrit-0.3.ebuild U /var/lib/layman/pentoo/app-crypt/pyrit/Manifest U /var/lib/layman/pentoo/net-analyzer/nikto/Manifest A /var/lib/layman/pentoo/net-analyzer/nikto/nikto-2.1.3-r1.ebuild D /var/lib/layman/pentoo/net-analyzer/w3af/files/digest-w3af-0_beta5 D /var/lib/layman/pentoo/net-analyzer/w3af/files/digest-w3af-9999 U /var/lib/layman/pentoo/net-analyzer/w3af/Manifest A /var/lib/layman/pentoo/net-analyzer/w3af/w3af-1.0_rc3-r1.ebuild A /var/lib/layman/pentoo/dev-db/sqlsus A /var/lib/layman/pentoo/dev-db/sqlsus/files A /var/lib/layman/pentoo/dev-db/sqlsus/files/sqlsus.conf A /var/lib/layman/pentoo/dev-db/sqlsus/sqlsus-0.5_rc1.ebuild A /var/lib/layman/pentoo/dev-db/sqlsus/Manifest Updated to revision 1866. * * Success: * ------ * * Successfully synchronized overlay "pro-audio". * Successfully synchronized overlay "pentoo". c2stable ~ # eix-sync * Running emerge --sync Traceback (most recent call last): File "/usr/bin/emerge", line 43, in retval = emerge_main() File "/usr/lib64/portage/pym/_emerge/main.py", line 1604, in emerge_main return action_sync(settings, trees, mtimedb, myopts, myaction) 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 * emerge --sync failed * Time statistics: 4 seconds for syncing 4 seconds total c2stable ~ # emerge --sync Traceback (most recent call last): File "/usr/bin/emerge", line 43, in retval = emerge_main() File "/usr/lib64/portage/pym/_emerge/main.py", line 1604, in emerge_main return action_sync(settings, trees, mtimedb, myopts, myaction) 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 c2stable ~ # eselect python list Available Python interpreters: [1] python2.6 * [2] python3.1 c2stable ~ # Hard to fix inside emerge if I cannot sync at all! Ideas? Thanks, Mark