Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20112 - Circular dependencies in opensp-1.5.ebuild and openjade-1.3.2.ebuild
Summary: Circular dependencies in opensp-1.5.ebuild and openjade-1.3.2.ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 12:32 UTC by Bill Gjestvang
Modified: 2003-04-28 16:31 UTC (History)
1 user (show)

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