Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298754 - Circular dependencies between sys-devel/gcc-4.4.2 & 'sys-libs/glibc-2.11-r1
Summary: Circular dependencies between sys-devel/gcc-4.4.2 & 'sys-libs/glibc-2.11-r1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-28 18:45 UTC by Igor Franchuk
Modified: 2009-12-29 00:24 UTC (History)
0 users

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 Igor Franchuk 2009-12-28 18:45:03 UTC
After emerge --sync 

When emerging openssh 

# emerge openssh

I have the following error:

These are the packages that would be merged, in order:

Calculating dependencies... done!


[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)


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-12-28 19:11:17 UTC
It's not a bug,

[ebuild     U ]       sys-libs/glibc-2.11-r1 [2.4-r3]

You can't upgrade directly from 2.4 to 2.11, try emerging something middle-version before, like 2.10.1.
Comment 2 Igor Franchuk 2009-12-29 00:24:40 UTC
that's what I'm doing at the moment, thanks