Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528756 - mirrorselect-2.2.2 exception
Summary: mirrorselect-2.2.2 exception
Status: RESOLVED NEEDINFO
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-09 17:03 UTC by Vasiliy
Modified: 2017-08-17 16:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasiliy 2014-11-09 17:03:15 UTC
While installing gentoo from latest stage3 (stage3-amd64-20141106), mirrorselect crashes wit following trace:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/mirrorselect", line 58, in <module>
    from mirrorselect.main import MirrorSelect
  File "/usr/lib64/python2.7/site-packages/mirrorselect/main.py", line 43, in <module>
    from mirrorselect.extractor import Extractor
  File "/usr/lib64/python2.7/site-packages/mirrorselect/extractor.py", line 33, in <module>
    from sslfetch.connections import Connector
  File "/usr/lib64/python2.7/site-packages/sslfetch/connections.py", line 55, in <module>
    "Error was:" + e
TypeError: cannot concatenate 'str' and 'exceptions.ImportError' objects

2.2.0.1 work fine.

Reproducible: Always

Steps to Reproduce:
1. Unpack stage3
2. chroot
3. emerge mirrorselect
4. run mirrorselect
Actual Results:  
exception

Expected Results:  
mirror selection dialog
Comment 1 Ben Kohler gentoo-dev 2017-08-17 16:19:06 UTC
Please reopen if this is still an issue