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

Bug 20112

Summary: Circular dependencies in opensp-1.5.ebuild and openjade-1.3.2.ebuild
Product: Gentoo Linux Reporter: Bill Gjestvang <bill>
Component: New packagesAssignee: Alastair Tse (RETIRED) <liquidx>
Status: RESOLVED INVALID    
Severity: major CC: bill
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bill Gjestvang 2003-04-28 12:32:15 UTC
opensp-1.5.ebuild:
   PDEPEND=">=app-text/openjade-1.3.2"

openjade-1.3.2.ebuild:
   RDEPEND=">=app-text/opensp-1.5"

# emerge openjade-1.3.2.ebuild
Calculating dependencies \
!!! all ebuilds that could satisfy ">=app-text/opensp-1.5" have been masked.

# emerge opensp-1.5.ebuild
Calculating dependencies \
!!! all ebuilds that could satisfy ">=app-text/openjade-1.3.2" have been masked.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-04-28 15:45:49 UTC
did you unmask them from package.mask?

PDEPEND is totally valid. it means "install this package AFTER you install me"

eg, you MUST update openjade after you install opensp. 
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-04-28 16:31:57 UTC
not a bug. you shouldn't blindly emerge ebuilds directly without knowing the consequences. these are ebuilds that are not even considered stable.