Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281568 - circular dependency between openssh and pambase when both pam and ssh use flags are set
Summary: circular dependency between openssh and pambase when both pam and ssh use fla...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-15 11:46 UTC by Eduardo Moscoso Rubino
Modified: 2010-10-31 16:27 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 Eduardo Moscoso Rubino 2009-08-15 11:46:12 UTC
If both "pam" and "ssh" use flags are used, there is a circular dependency between  
openssh and pambase when firt installing these two apps.

Reproducible: Always
Comment 1 Igor Franchuk 2009-12-28 18:41:16 UTC
I have the same problem 

#emerge --pretend openssh 

[nomerge      ] net-misc/openssh-5.3_p1-r1 [5.0_p1-r1] USE="ldap* -pkcs11%"
[nomerge      ]  sys-auth/pambase-20090620.1-r1  USE="cracklib sha512 -consolekit -debug -gnome-keyring -mktemp -passwdqc (-selinux) -ssh"
[nomerge      ]    sys-libs/pam-1.1.1 [0.78-r5] USE="cracklib%* nls%* -audit% -debug% -test% -vim-syntax%"
[nomerge      ]     sys-libs/glibc-2.11-r1 [2.4-r3] USE="-debug% -gd% -vanilla%"
[ebuild  NS   ]      sys-devel/gcc-4.4.2 [4.1.1] USE="fortran gtk mudflap nls nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -gcj -graphite (-hardened) -ip28 -ip32r10k (-libffi) (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test -vanilla"
[ebuild     U ]       sys-libs/glibc-2.11-r1 [2.4-r3] USE="-debug% -gd% -vanilla%"
[blocks B     ]   <sys-libs/pam-0.99.9.0-r1 ("<sys-libs/pam-0.99.9.0-r1" is blocking sys-auth/pambase-20090620.1-r1)

 * Error: circular dependencies:

('ebuild', '/', 'sys-devel/gcc-4.4.2', 'merge') depends on
  ('ebuild', '/', 'sys-libs/glibc-2.11-r1', 'merge') (buildtime)
('ebuild', '/', 'sys-libs/glibc-2.11-r1', 'merge') depends on
  ('ebuild', '/', 'sys-devel/gcc-4.4.2', 'merge') (buildtime)

 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-10-31 16:27:58 UTC
Really nothing we can do about it :/ Sorry!