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 1Mzu05-00080k-Ra for garchives@archives.gentoo.org; Mon, 19 Oct 2009 15:18:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04224E07BB; Mon, 19 Oct 2009 15:18:19 +0000 (UTC) Received: from mail.informasoftware.com (mail.informasoftware.com [66.193.169.4]) by pigeon.gentoo.org (Postfix) with ESMTP id BBA89E07BB for ; Mon, 19 Oct 2009 15:18:18 +0000 (UTC) Received: from [192.168.100.74] ([192.168.100.74] RDNS failed) by mail.informasoftware.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 19 Oct 2009 11:18:17 -0400 Message-ID: <4ADC8338.5040001@kutulu.org> Date: Mon, 19 Oct 2009 11:18:16 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ">=net-libs/libsoup-2.25.1:2.4[gnome]" Huh? References: <4ADBD223.5080109@gmail.com> <200910190731.24729.alan.mckinnon@gmail.com> <200910191050.11809.peter@humphrey.ukfsn.org> <4ADC6D4B.3030104@gmail.com> In-Reply-To: <4ADC6D4B.3030104@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Oct 2009 15:18:17.0181 (UTC) FILETIME=[625720D0:01CA50CF] X-Archives-Salt: 56682f9f-3ac7-4e45-ab0e-4d82215b61ac X-Archives-Hash: 9441f272695399462a977127eee87c75 On 10/19/2009 9:44 AM, Dale wrote: > I just added -eds and this is what I get: > > root@smoker / # emerge -uvDNa world > > These are the packages that would be merged, in order: > > Calculating dependencies ... done! > > emerge: there are no ebuilds built with USE flags to satisfy > ">=net-libs/libsoup-2.25.1:2.4[gnome]". > !!! One of the following packages is required to complete your request: > - net-libs/libsoup-2.26.3-r3 (Change USE: +gnome) > (dependency required by "dev-libs/libgweather-2.26.2.1" [ebuild]) > (dependency required by "gnome-extra/evolution-data-server-2.26.3" [ebuild]) > (dependency required by "app-office/openoffice-3.1.1" [installed]) > (dependency required by "@world" [argument]) Did this emerge actually show that openoffice was being built without the "eds" USE flag? Did you possibly add "eds" to a local /etc/portage/package.use file for openoffice that's overriding your global USE settings? The eds USE flag is the root of your problem: openoffice[eds] requires evolution-data-server, which requires libgweather, which requires libsoup[gnome]. Try this: USE="-eds" emerge -upvtDN openoffice It should show openoffice being built without the "eds" flag and evolution-data-server not included in the dependency tree at all. --Mike