Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: Massimiliano Ziccardi <massimiliano.ziccardi@×××××.com>
Subject: Re: [gentoo-user] KDE4.x installation blocks
Date: Tue, 08 Sep 2009 15:32:38
Message-Id: 200909081731.05090.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] KDE4.x installation blocks by Massimiliano Ziccardi
1 On Tuesday 08 September 2009 17:11:33 Massimiliano Ziccardi wrote:
2 > Still no luck...
3 >
4 > Attached my new log...
5 >
6 > Any other idea?
7
8 From your log:
9
10 [nomerge ] www-client/mozilla-firefox-3.0.13 USE="dbus gnome startup-
11 notification xulrunner -bindist -custom-optimization -iceweasel -java -
12 mozdevelop -restrict-javascript" LINGUAS="-af -ar -be -bg -bn -bn_IN -ca -cs -
13 cy -da -de -el -en -en_GB -en_US -eo -es -es_AR -es_ES -et -eu -fi -fr -fy -
14 fy_NL -ga -ga_IE -gl -gu -gu_IN -he -hi -hi_IN -hu -id -is -it -ja -ka -kn -ko
15 -ku -lt -lv -mk -mn -mr -nb -nb_NO -nl -nn -nn_NO -oc -pa -pa_IN -pl -pt -
16 pt_BR -pt_PT -ro -ru -si -sk -sl -sq -sr -sv -sv_SE -te -th -tr -uk -zh -zh_CN
17 -zh_TW"
18 [nomerge ] gnome-base/libgnomeui-2.24.1 USE="-doc"
19 [nomerge ] gnome-base/libgnome-2.24.1 USE="esd -debug -doc"
20 [nomerge ] gnome-base/gvfs-1.0.3-r2 USE="bluetooth gnome hal -archive
21 -avahi -bash-completion -cdda -debug -doc -fuse -gnome-keyring -gphoto2 -
22 samba"
23 [ebuild N ] net-wireless/bluez-libs-3.36 USE="-debug" 0 kB
24
25 The basic problem is that bluez version 3 and 4 are incompatible. You can have
26 one or the other but not both. If packages want to give you both, you have to
27 persuade them to not give you the undesired one.
28
29 You need to learn to read the emerge output and see what is causing bluez-
30 libs-3 to be emerged. In this case it is gvfs. That ebuild says this:
31
32 RDEPEND="
33 ...
34 bluetooth? (
35 dev-libs/dbus-glib
36 >=net-wireless/bluez-libs-3.12
37
38
39 And bluez-libs is part of the version 3 package. The only way to solve this is
40 to stop gvfs from wanting bluez-libs. Several options:
41
42 You are installing kde-meta, do you really want all of gnome? Put -gnome in
43 USE.
44
45 Do you really want gnome support in Firefox? Put -gnome in package.use for
46 firefox
47
48 Do you use gvfs to access filesystems over bluetooth? Put -bluetooth in
49 package.use for gvfs
50
51 Do you actually use bluetooth at all? Put -bluetooth in USE
52
53 --
54 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] KDE4.x installation blocks Volker Armin Hemmann <volkerarmin@××××××××××.com>