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

Bug 602694

Summary: Circular dependency between virtual/krb5, app-crypt/mit-krb5, and net-nds/openldap
Product: Gentoo Linux Reporter: deference
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: deference
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge log

Description deference 2016-12-14 20:11:44 UTC
Created attachment 456232 [details]
emerge log

Recently I had to rebuild my system (RAM failure) and I noticed and captured all the circular dependency problems.
(virtual/krb5-0-r1:0/0::gentoo, ebuild scheduled for merge) depends on
 (app-crypt/mit-krb5-1.14.2:0/0::gentoo, ebuild scheduled for merge) (runtime)
  (net-nds/openldap-2.4.38-r2:0/0::gentoo, ebuild scheduled for merge) (buildtime)
   (virtual/krb5-0-r1:0/0::gentoo, ebuild scheduled for merge) (buildtime)

It might be possible to break this cycle
by applying the following change:
- app-crypt/mit-krb5-1.14.2 (Change USE: -openldap)
Comment 1 Brian Evans (RETIRED) gentoo-dev 2016-12-14 20:17:58 UTC
This is a configuration issue. Portage guides you with what to do temporarily after which you can reset the USE flags.
Comment 2 deference 2016-12-14 20:21:32 UTC
So, only unsolvable cir deps are bad?