Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE4.x installation blocks
Date: Fri, 04 Sep 2009 20:34:02
Message-Id: 200909042232.26117.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] KDE4.x installation blocks by Jim Cunning
1 On Friday 04 September 2009 19:32:15 Jim Cunning wrote:
2 > I am trying to install KDE 4.2 or 4.3 on a stable KDE 3.5.10 system,
3 > following the guidelines in
4 > http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml, and the emerge
5 > fails with the following blocks:
6 > ---------------------------------------------------
7 > [blocks B ] net-wireless/bluez-libs ("net-wireless/bluez-libs" is
8 > blocking net-wireless/bluez-4.39)
9 > [blocks B ] net-wireless/bluez ("net-wireless/bluez" is blocking
10 > net-wireless/bluez-libs-3.36)
11 >
12 > Total: 294 packages (3 upgrades, 145 new, 141 in new slots, 5 reinstalls),
13 > Size of downloads: 347,708 kB
14 > Conflict: 2 blocks (2 unsatisfied)
15 >
16 > * Error: The above package list contains packages which cannot be
17 > * installed at the same time on the same system.
18 >
19 > ('installed', '/', 'net-wireless/bluez-libs-3.36', 'nomerge') pulled in
20 > by
21 >
22 > >=net-wireless/bluez-libs-3.12 required by
23 >
24 > ('installed', '/', 'gnome-base/gvfs-1.0.3-r2', 'nomerge')
25 >
26 > ('ebuild', '/', 'net-wireless/bluez-4.39', 'merge') pulled in by
27 > net-wireless/bluez required by
28 > ('ebuild', '/', 'kde-base/solid-4.2.4', 'merge')
29 > ---------------------------------------------------
30 >
31 > I don't use gnome, but it appears that gnome-base/gvfs is ultimately pulled
32 > in by net-im/pidgin, which I do use. Does this mean I can't continue
33 > using pidgin with KDE4? Are there good alternatives to pidgin, including
34 > OTR (the encrypted plug-in)?
35 >
36
37 bluez and bluez-libs are mutally blocking.
38
39 emerge -avC bluez-libs
40 emerge -av bluez
41
42 The message about gcfs is simply the dependency tree so you can see what
43 causes bluez to be installed/retained, it's not the actual blocker.
44
45 IIRC gvfs can use bluez-4. Check the gvfs ebuild to make sure.
46
47 --
48 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] KDE4.x installation blocks Massimiliano Ziccardi <massimiliano.ziccardi@×××××.com>