Gentoo Archives: gentoo-user

From: Roy Wright <roy@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE 4, dev-python/sip and dependency graph
Date: Sun, 05 Jul 2009 07:55:44
Message-Id: FFCAC3AE-E61D-46B2-98EB-6F6D8A9FB67E@wright.org
In Reply to: [gentoo-user] KDE 4, dev-python/sip and dependency graph by Dale
1 On Jul 5, 2009, at 2:32 AM, Dale wrote:
2
3 > Hi all,
4 >
5 > I'm wanting to give KDE 4 another shot. I used autounmask to add all
6 > the lines to package.unmask and package.keyword. It was quite a lot I
7 > might add. Anyway, I'm getting this now.
8 >
9 > Total: 238 packages (2 upgrades, 2 downgrades, 117 new, 117 in new
10 > slots), Size of downloads: 390,805 kB
11 >
12 > !!! Multiple package instances within a single package slot have
13 > been pulled
14 > !!! into the dependency graph, resulting in a slot conflict:
15 >
16 > dev-python/sip:0
17 >
18 > ('ebuild', '/', 'dev-python/sip-4.8.1', 'merge') pulled in by
19 >> =dev-python/sip-4.8.1 required by ('ebuild', '/',
20 > 'dev-python/PyQt4-4.5.1', 'merge')
21 > (and 2 more)
22 >
23 > ('installed', '/', 'dev-python/sip-4.7.9', 'nomerge') pulled in by
24 > ~dev-python/sip-4.7.9 required by ('installed', '/',
25 > 'dev-python/PyQt-3.17.6', 'nomerge')
26 > (and 2 more)
27 >
28 >
29 > I found the same message on the forums but found no fix for this. It
30 > seems sip is not slotted and one qt package needs the old version and
31 > another qt package needs the new version and both sip packages can't
32 > be
33 > there at the same time.
34 >
35 > Ideas on how to get around this?
36 >
37
38 Try -python in your make.conf USE setting. That should disable the
39 python
40 bindings. If you run across a package that really needs the python
41 bindings,
42 enable just it in your /etc/portage/package.use
43
44 For details, search for the "PyQt4-4.5 and pykde4-4.2.4 blockers"
45 thread.
46
47 HTH,
48 Roy

Replies

Subject Author
Re: [gentoo-user] KDE 4, dev-python/sip and dependency graph Dale <rdalek1967@×××××.com>