From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N0GQl-0001zr-Kw for garchives@archives.gentoo.org; Tue, 20 Oct 2009 15:15:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81241E05FE; Tue, 20 Oct 2009 15:15:22 +0000 (UTC) Received: from mail-fx0-f211.google.com (mail-fx0-f211.google.com [209.85.220.211]) by pigeon.gentoo.org (Postfix) with ESMTP id 40A15E05FE for ; Tue, 20 Oct 2009 15:15:22 +0000 (UTC) Received: by fxm7 with SMTP id 7so6197273fxm.34 for ; Tue, 20 Oct 2009 08:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=x2V5T8v0KEbzSbtTUxKLx8ovPYKo8kp2Ykm+W6B+kLk=; b=bBcOA8mQQ6Ge2hV81tlzzG7x+qtJnih5bUivvXqjlfpvsoDSiSDd4STLFXKeGmQ8sg UHcx/fPaBj6kx9f3b3vbWwJNzk5A6HJsPeIorFiBzbVql8TVLf6pAydRilVFIxfQ/PDv HWcRz1Z72u7kSM/TbjbI5IAHiy+pt0Mx6fhMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EP0glu6G7GJPgPs/xkcjrmbe8rVe5arJU4DjJmvPOTvY03n+4znF2TqEU3I3eIoqaz 5mPhLgBTtPYNvDmPp7Z6vi00vUl19cIHrzeIOTQVDu1VCKFSCd6v6+3xWmpZtIqhmJq6 3ysj67PCIuk00qCsCEFMyd0rrsgLwlS1MNN8M= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.157.24 with SMTP id z24mr6585292bkw.208.1256051721129; Tue, 20 Oct 2009 08:15:21 -0700 (PDT) In-Reply-To: <20091020151336.60c5146a@majikthise> References: <200910190657.07009.michaelkintzios@gmail.com> <200910201530.03937.alan.mckinnon@gmail.com> <358eca8f0910200644j59023979g7ad45dee6fcc864a@mail.gmail.com> <200910201602.40989.alan.mckinnon@gmail.com> <358eca8f0910200707y1b31c8fdl2bf8f3f212e529d9@mail.gmail.com> <20091020151336.60c5146a@majikthise> Date: Tue, 20 Oct 2009 16:15:20 +0100 Message-ID: <358eca8f0910200815me8b911cu461e0b53488c87e@mail.gmail.com> Subject: Re: [gentoo-user] Re: mysql USE flag error From: Mick To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: cab9e2f1-40c4-459e-95f0-5f3e6006a670 X-Archives-Hash: 48b947f490b6421ea32c992feb82cc15 2009/10/20 Neil Bothwick : > On Tue, 20 Oct 2009 15:07:23 +0100, Mick wrote: > >> emerge: there are no ebuilds built with USE flags to satisfy >> ">=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]". >> !!! One of the following packages is required to complete your request: >> - dev-libs/soprano-2.3.1 (Change USE: +java) >> (dependency required by "kde-base/nepomuk-4.3.1" [ebuild]) >> (dependency required by "kde-base/kmail-4.3.1-r1" [ebuild]) >> (dependency required by "world" [argument]) >> >> Why on earth does kmail need jdk? > > It doesn't, it needs nepomuk which in turn needs soprano with either the > java or redland USE flag. > >> How can I avoid installing java? > > Either merge soprano with USE="redland" or set USE="-semantic-desktop" > to do without nepomuk altogether. Thank you all for persisting with me. :-) I'm afraid the -semantic-desktop USE flag did not cut it. So, I emerged dev-libs/soprano with -java +redland and all seems good. A few more things that look odd are: [ebuild N ] net-libs/libvncserver-0.9.1 USE="jpeg zlib -no24bpp -nobackchannel" 1,036 kB [0] [ebuild N ] sys-boot/lilo-22.8-r2 USE="-device-mapper -minimal -pxeserial -static" 431 kB [0] [ebuild N ] dev-games/libggz-0.0.14.1 USE="-debug -gnutls" 467 kB [0] [ebuild N ] dev-games/ggz-client-libs-0.0.14.1 USE="-debug" 600 kB [0] I don't really need a vnc server on this machine. I also don't need games and I prefer GRUB to LILO. So why is KDE4 springing all these goodies onto me? How should I tell it not to? -- Regards, Mick