Gentoo Archives: gentoo-user

From: Ajai Khattri <ajai@××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to fix circular dependency?
Date: Mon, 06 Sep 2010 23:33:47
Message-Id: 20100906193149.K95748@shell.bway.net
In Reply to: Re: [gentoo-user] How to fix circular dependency? by Alex Schuster
1 On Mon, 6 Sep 2010, Alex Schuster wrote:
2
3 > What Dale meant is to try installling sys-libs/glibc-2.10.1-r1. I have not
4 > checked the depencencies, but the idea is that this version of glibc does
5 > not depend on the new gcc, which would pull in the new glibc. So try this:
6 >
7 > emerge -1a =sys-libs/glibc-2.10.1-r1
8 >
9 > If it does not work, I'd try another glibc. eix sys-libs/glibc lists them
10 > all.
11
12 OK, Ive managed to proceed a little further, but now Im encountering this:
13
14 # emerge -uDtpvk world
15
16 These are the packages that would be merged, in reverse order:
17
18 Calculating dependencies... done!
19
20 !!! Multiple package instances within a single package slot have been
21 pulled
22 !!! into the dependency graph, resulting in a slot conflict:
23
24 dev-php/PEAR-PEAR:0
25
26 ('ebuild', '/', 'dev-php/PEAR-PEAR-1.9.0', 'merge') pulled in by
27 >=dev-php/PEAR-PEAR-1.6.1 required by ('installed', '/',
28 'dev-php/PEAR-Net_Socket-1.0.8', 'nomerge')
29 >=dev-php/PEAR-PEAR-1.6.1 required by ('installed', '/',
30 'dev-php/PEAR-Mail-1.1.14', 'nomerge')
31 dev-php/PEAR-PEAR required by world
32 (and 1 more)
33
34 ('installed', '/', 'dev-php/PEAR-PEAR-1.6.2-r1', 'nomerge') pulled in by
35 <dev-php/PEAR-PEAR-1.8.1 required by ('installed', '/',
36 'dev-php/PEAR-Net_SMTP-1.2.10', 'nomerge')
37 <dev-php/PEAR-PEAR-1.8.1 required by ('installed', '/',
38 'dev-php/PEAR-Mail-1.1.14', 'nomerge')
39 dev-php/PEAR-PEAR required by world
40 (and 1 more)
41
42
43 Not sure what this message means?
44
45
46
47 --
48 A

Replies

Subject Author
Re: [gentoo-user] How to fix circular dependency? Alex Schuster <wonko@×××××××××.org>
[gentoo-user] Re: How to fix circular dependency? Francesco Talamona <francesco.talamona@××××.eu>