Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Fatih Tümen
On Fri, Oct 15, 2010 at 5:35 PM, Mark Knecht markkne...@gmail.com wrote: c2stable ~ # eix-sync  * Running emerge --sync Traceback (most recent call last):  File /usr/bin/emerge, line 43, in module    retval = emerge_main()  File /usr/lib64/portage/pym/_emerge/main.py, line 1604, in

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Fatih Tümen
2010/10/15 Fatih Tümen fthtmn+gen...@gmail.com: On Fri, Oct 15, 2010 at 5:35 PM, Mark Knecht markkne...@gmail.com wrote: c2stable ~ # eix-sync  * Running emerge --sync Traceback (most recent call last):  File /usr/bin/emerge, line 43, in module    retval = emerge_main()  File

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Mark Knecht
2010/10/15 Fatih Tümen fthtmn+gen...@gmail.com: On Fri, Oct 15, 2010 at 5:35 PM, Mark Knecht markkne...@gmail.com wrote: c2stable ~ # eix-sync  * Running emerge --sync Traceback (most recent call last):  File /usr/bin/emerge, line 43, in module    retval = emerge_main()  File

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Fatih Tümen
On Fri, Oct 15, 2010 at 6:58 PM, Mark Knecht markkne...@gmail.com wrote: 2010/10/15 Fatih Tümen fthtmn+gen...@gmail.com: On Fri, Oct 15, 2010 at 5:35 PM, Mark Knecht markkne...@gmail.com wrote: c2stable ~ # eix-sync  * Running emerge --sync Traceback (most recent call last):  File

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Albert Hopkins
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:

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Fatih Tümen
On Fri, Oct 15, 2010 at 7:27 PM, Albert Hopkins mar...@letterboxes.org wrote: 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'

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Mark Knecht
2010/10/15 Fatih Tümen fthtmn+gen...@gmail.com: On Fri, Oct 15, 2010 at 6:58 PM, Mark Knecht markkne...@gmail.com wrote: 2010/10/15 Fatih Tümen fthtmn+gen...@gmail.com: On Fri, Oct 15, 2010 at 5:35 PM, Mark Knecht markkne...@gmail.com wrote: c2stable ~ # eix-sync  * Running emerge --sync

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Fatih Tümen
On Fri, Oct 15, 2010 at 8:29 PM, Mark Knecht markkne...@gmail.com wrote: Got it, you hit the bug 340899 and its already fixed, just apply the patch http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c54c1af789b306a85e9d7e79fb54f02a05346616 --    Fatih Thanks - I got the

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Mark Knecht
2010/10/15 Fatih Tümen fthtmn+gen...@gmail.com: On Fri, Oct 15, 2010 at 8:29 PM, Mark Knecht markkne...@gmail.com wrote: Got it, you hit the bug 340899 and its already fixed, just apply the patch

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Albert Hopkins
On Fri, 2010-10-15 at 19:55 +0300, Fatih Tümen wrote: 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

Re: [gentoo-user] emerge/python failure

2010-10-15 Thread Fatih Tümen
On Fri, Oct 15, 2010 at 9:19 PM, Albert Hopkins mar...@letterboxes.org wrote: On Fri, 2010-10-15 at 19:55 +0300, Fatih Tümen wrote: This is a bug... shuld be more something like:                uris.append(syncuri.replace(                    //%s%s%s/ % (user_name, hostname, port),