Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to fix circular dependency?
Date: Mon, 06 Sep 2010 04:41:14
Message-Id: 4C8470AD.7060006@gmail.com
In Reply to: [gentoo-user] How to fix circular dependency? by Ajai Khattri
1 Ajai Khattri wrote:
2 >
3 > This box hasn't been updated in awhile:
4 >
5 > # emerge -uDtav1k portage
6 >
7 > * IMPORTANT: 1 news items need reading for repository 'gentoo'.
8 > * Use eselect news to read news items.
9 >
10 >
11 > These are the packages that would be merged, in reverse order:
12 >
13 > Calculating dependencies... done!
14 >
15 >
16 > [nomerge ] sys-apps/portage-2.1.8.3 [2.1.6.4] USE="-python3%"
17 > [nomerge ] dev-lang/python-2.6.5-r3 [2.4.4-r14, 2.5.2-r7]
18 > USE="berkdb gdbm ipv6 ncurses readline ssl threads (wide-unicode) xml
19 > -build -doc -examples -sqlite -tk -wininst"
20 > [nomerge ] app-admin/eselect-python-20100321
21 > [nomerge ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="mudflap nptl
22 > openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran -gcj
23 > -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
24 > (-n64) -nls -nocxx -objc -objc++ -objc-gc -test -vanilla"
25 > [ebuild U ] sys-libs/glibc-2.11.2 [2.6.1] USE="-gd% -vanilla%"
26 > [ebuild NS ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="mudflap nptl
27 > openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran -gcj
28 > -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
29 > (-n64) -nls -nocxx -objc -objc++ -objc-gc -test -vanilla"
30 >
31 > * Error: circular dependencies:
32 >
33 > ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') depends on
34 > ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') (hard)
35 > ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') depends on
36 > ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') (hard)
37 >
38 > * Note that circular dependencies can often be avoided by temporarily
39 > * disabling USE flags that trigger optional dependencies.
40 >
41 >
42
43 Try this:
44
45 emerge -1av =*glibc*-2.10.1-r1
46
47 Then try to finish the upgrade.
48
49 Hope that helps.
50
51 Dale
52
53 :-) :-)

Replies

Subject Author
Re: [gentoo-user] How to fix circular dependency? Ajai Khattri <ajai@××××.net>