2010/10/15 Fatih Tümen <[email protected]>:
> On Fri, Oct 15, 2010 at 5:35 PM, Mark Knecht <[email protected]> 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 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 <module>
>> 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 ~ #
>>
>
> 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
>
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