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

Bug 152612

Summary: Portage doesn't check the ebuilds given as emerge arguments, if they fulfilling needed dependencies
Product: Portage Development Reporter: Carsten Lohrke (RETIRED) <carlo>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Carsten Lohrke (RETIRED) gentoo-dev 2006-10-23 17:48:41 UTC
iglu ~ # emerge =sip-4.2.1 =PyQt-3.14.1-r2 -p

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

Calculating dependencies... done!
[ebuild     UD] dev-python/sip-4.2.1 [4.5_pre20061021]
[ebuild     UD] dev-python/sip-4.2.1-r1 [4.5_pre20061021]
[ebuild     UD] dev-python/PyQt-3.14.1-r2 [3.16.1_pre20061021]


and now having =sip-4.2.1 installed already:


iglu ~ # emerge  =PyQt-3.14.1-r2 -p

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

Calculating dependencies... done!
[ebuild     UD] dev-python/PyQt-3.14.1-r2 [3.16.1_pre20061021]



Tested with Portage 2.1.2_pre3-r7.
Comment 1 Zac Medico gentoo-dev 2006-10-23 18:20:59 UTC
I'm hoping to fix this one in 2.1.3.

*** This bug has been marked as a duplicate of 1343 ***