Gentoo Archives: gentoo-user

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