Gentoo Archives: gentoo-user

From: Roy Wright <roy@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How do I update world?
Date: Wed, 18 Jun 2008 21:29:05
Message-Id: 48597E1C.9030606@wright.org
In Reply to: [gentoo-user] How do I update world? by felix@crowfix.com
1 felix@×××××××.com wrote:
2 > I have two problems related to world on my ~amd64 system. I upgraded
3 > gcc and finished the emerge -ev system, but I can't do the same to
4 > world because of blockage. Specifically --
5 >
6 > !!! Multiple versions within a single package slot have been pulled
7 > !!! into the dependency graph, resulting in a slot conflict:
8 >
9 > x11-proto/printproto:0
10 >
11 > ('ebuild', '/', 'x11-proto/printproto-1.0.3', 'merge') pulled in by
12 > @world
13 > ('ebuild', '/', 'x11-base/xorg-server-1.4.2', 'merge')
14 >
15 > ('ebuild', '/', 'x11-proto/printproto-1.0.4', 'merge') pulled in by
16 > @world
17 > ('ebuild', '/', 'www-client/mozilla-firefox-2.0.0.14', 'merge')
18 > ('ebuild', '/', 'x11-libs/libXprintUtil-1.0.1', 'merge')
19 > (and 8 more)
20 >
21
22 There's a report on b.g.o. on this. The easy way around is to disable
23 the xprint flag on xorg-server.
24
25 # grep xprint /etc/portage/package.use
26 x11-base/xorg-server -xprint
27
28 HTH,
29 Roy
30
31 --
32 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] How do I update world? -- FIXED felix@×××××××.com