Created attachment 410356 [details] build.log Unable to merge dev-python/pip-7.1.2, due to ImportError: No module named cachecontrol * ERROR: dev-python/pip-7.1.2::gentoo failed (install phase): * (no error message) I have tried a variety of things, including switching active python, changing USE flags, etc. When I mess with USE flags I get the following. The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by dev-python/reportlab-3.2.0::gentoo # required by net-print/hplip-3.15.7::gentoo[scanner,-minimal,fax] # required by @selected # required by @world (argument) >=dev-python/pip-7.1.2 python_targets_python2_7 The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by dev-python/reportlab-3.2.0::gentoo # required by net-print/hplip-3.15.7::gentoo[-minimal,scanner,fax] # required by @selected # required by @world (argument) >=dev-python/pip-7.1.2 python_targets_python3_4 For to 7.1.2 I had to add python_targets_python2_7, which was not required with 7.1.0. Not sure if that is causing the issue or what. Tried on a couple systems, so does not seem system specific. Though I have the same env, only python 2.7 and 3.4, with 3.4 set as active, with the following in make.conf PYTHON_TARGETS="python3_4" PYTHON_SINGLE_TARGET="${PYTHON_TARGETS}"
Please provide emerge --info. Also, the dependencies in pip-7.1.2 were updated yesterday, so please sync if you have not already.
I see cachecontrol in its deps now, that resolved the issue, pip merged. I had synced last night, I guess before the changes hit the tree. I should have known better to resync again before filing bug...