Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382395 - emerge: there are no ebuilds built with USE flags to satisfy ">=dev-python/sip-4.12.2[python_abis_2.7]".
Summary: emerge: there are no ebuilds built with USE flags to satisfy ">=dev-python/si...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 13:56 UTC by Mathias
Modified: 2011-09-10 06:20 UTC (History)
0 users

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 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.