Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602694 - Circular dependency between virtual/krb5, app-crypt/mit-krb5, and net-nds/openldap
Summary: Circular dependency between virtual/krb5, app-crypt/mit-krb5, and net-nds/ope...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-14 20:11 UTC by deference
Modified: 2016-12-14 20:21 UTC (History)
1 user (show)

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


Attachments
emerge log (cir-5.txt,94.41 KB, text/plain)
2016-12-14 20:11 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
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?