When running `mirrorselect -D -b10 -s5` i get the following result: * Downloading a list of mirrors... Got 221 mirrors. * Downloading 100k files from each mirror... [1 of 221]Traceback (most recent call last): File "/usr/lib/python-exec/python3.3/mirrorselect", line 61, in <module> MirrorSelect().main(sys.argv) File "/usr/lib64/python3.3/site-packages/mirrorselect/main.py", line 411, in main urls = self.select_urls(hosts, options) File "/usr/lib64/python3.3/site-packages/mirrorselect/main.py", line 374, in select_urls selector = Deep(hosts, options, self.output) File "/usr/lib64/python3.3/site-packages/mirrorselect/selectors.py", line 273, in __init__ self.deeptest() File "/usr/lib64/python3.3/site-packages/mirrorselect/selectors.py", line 293, in deeptest mytime, ignore = self.deeptime(host, maxtime) File "/usr/lib64/python3.3/site-packages/mirrorselect/selectors.py", line 332, in deeptime url_parts = url_parse(url) TypeError: 'module' object is not callable Running `python2 $(which mirrorselect) -D -b10 -s5`, however, works like a charm. Reproducible: Always Steps to Reproduce: 1. set python-3.3 as default python 2. run `mirrorselect -D` Actual Results: Python spills its guts. Expected Results: A shiny new list of well-performing mirrors in my make.conf. It can be worked around, however, by running `python2 $(which mirrorselect) -D`, provided you still have a Python v2 installed. $ eselect python list Available Python interpreters: [1] python2.7 [2] python3.3 *
Created attachment 368692 [details] emerge --info
*** This bug has been marked as a duplicate of bug 483232 ***