Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: mysql USE flag error
Date: Tue, 20 Oct 2009 15:15:23
Message-Id: 358eca8f0910200815me8b911cu461e0b53488c87e@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: mysql USE flag error by Neil Bothwick
1 2009/10/20 Neil Bothwick <neil@××××××××××.uk>:
2 > On Tue, 20 Oct 2009 15:07:23 +0100, Mick wrote:
3 >
4 >> emerge: there are no ebuilds built with USE flags to satisfy
5 >> ">=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]".
6 >> !!! One of the following packages is required to complete your request:
7 >> - dev-libs/soprano-2.3.1 (Change USE: +java)
8 >> (dependency required by "kde-base/nepomuk-4.3.1" [ebuild])
9 >> (dependency required by "kde-base/kmail-4.3.1-r1" [ebuild])
10 >> (dependency required by "world" [argument])
11 >>
12 >> Why on earth does kmail need jdk?
13 >
14 > It doesn't, it needs nepomuk which in turn needs soprano with either the
15 > java or redland USE flag.
16 >
17 >> How can I avoid installing java?
18 >
19 > Either merge soprano with USE="redland" or set USE="-semantic-desktop"
20 > to do without nepomuk altogether.
21
22 Thank you all for persisting with me. :-)
23
24 I'm afraid the -semantic-desktop USE flag did not cut it. So, I
25 emerged dev-libs/soprano with -java +redland and all seems good.
26
27 A few more things that look odd are:
28
29 [ebuild N ] net-libs/libvncserver-0.9.1 USE="jpeg zlib -no24bpp
30 -nobackchannel" 1,036 kB [0]
31 [ebuild N ] sys-boot/lilo-22.8-r2 USE="-device-mapper -minimal
32 -pxeserial -static" 431 kB [0]
33 [ebuild N ] dev-games/libggz-0.0.14.1 USE="-debug -gnutls" 467 kB [0]
34 [ebuild N ] dev-games/ggz-client-libs-0.0.14.1 USE="-debug" 600 kB [0]
35
36 I don't really need a vnc server on this machine. I also don't need
37 games and I prefer GRUB to LILO. So why is KDE4 springing all these
38 goodies onto me?
39
40 How should I tell it not to?
41 --
42 Regards,
43 Mick

Replies

Subject Author
Re: [gentoo-user] Re: mysql USE flag error Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Re: mysql USE flag error Neil Bothwick <neil@××××××××××.uk>