Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81691 - emerge -ud world fails due to masked python dependency
Summary: emerge -ud world fails due to masked python dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High major (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 20:10 UTC by Mike Haskel
Modified: 2005-02-13 08:02 UTC (History)
1 user (show)

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


Attachments
emerge info output (emergeinfo,1.72 KB, application/octet-stream)
2005-02-11 20:11 UTC, Mike Haskel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Haskel 2005-02-11 20:10:12 UTC
After an emerge sync, I run an emerge --update --deep world, which fails.  The error message says that dev-lang/python-2.3.4-r1 requires dev-python/python-docs-2.3.4, which is masked by "~ppc".  My entire system strictly uses ACCEPT_KEYWORDS="ppc".

Reproducible: Always
Steps to Reproduce:
1.`emerge python` with a recent portage tree.
2.
3.

Actual Results:  
I recieved the aforedescribed error message.

Expected Results:  
If the python docs are truly unstable, a version of python marked as stable
should not call them as a dependency.  If they are stable, they should not be
masked with the "~ppc" keyword.

I have attached emerge info output.
Comment 1 Mike Haskel 2005-02-11 20:11:42 UTC
Created attachment 51040 [details]
emerge info output
Comment 2 Mike Haskel 2005-02-13 08:02:54 UTC
This bug is resolved with the latest emerge sync.