Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 382395

Summary: emerge: there are no ebuilds built with USE flags to satisfy ">=dev-python/sip-4.12.2[python_abis_2.7]".
Product: Gentoo Linux Reporter: Mathias <mathen>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mathias 2011-09-09 13:56:06 UTC
emerge failed for this package

Reproducible: Always

Steps to Reproduce:
1. emerge -puD world

Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy ">=dev-python/sip-4.12.2[python_abis_2.7]".
!!! One of the following packages is required to complete your request:
- dev-python/sip-4.12.4::gentoo (Missing IUSE: python_abis_2.7)
- dev-python/sip-4.12.3-r2::gentoo (Missing IUSE: python_abis_2.7)
(dependency required by "dev-python/PyQt4-4.8.5" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Comment 1 Rafał Mużyło 2011-09-09 15:18:43 UTC
Which versions of python do you have installed ?
Comment 2 Arfrever Frehtes Taifersar Arahesis 2011-09-09 15:31:26 UTC
You should read the news item, which informs that Python Overlay has been renamed to Progress Overlay. You should run:
layman -d python
layman -a progress
Comment 3 Mike Gilbert gentoo-dev 2011-09-10 00:34:38 UTC
What Arfrever said. :)
Comment 4 Mathias 2011-09-10 06:20:43 UTC
Changing overlay works.

Thanks.