From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KPD0M-0002w0-DR for garchives@archives.gentoo.org; Sat, 02 Aug 2008 09:02:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5168FE018C; Sat, 2 Aug 2008 09:02:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2D27CE018C for ; Sat, 2 Aug 2008 09:02:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C7F2766762 for ; Sat, 2 Aug 2008 09:02:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.367 X-Spam-Level: X-Spam-Status: No, score=-3.367 required=5.5 tests=[AWL=0.232, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zmQRwMFHfV0W for ; Sat, 2 Aug 2008 09:02:17 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B8650661A6 for ; Sat, 2 Aug 2008 09:02:15 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KPD09-0003EP-GV for gentoo-user@gentoo.org; Sat, 02 Aug 2008 09:02:13 +0000 Received: from athedsl-107894.home.otenet.gr ([87.203.61.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Aug 2008 09:02:13 +0000 Received: from realnc by athedsl-107894.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Aug 2008 09:02:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: strangeness with emerge -uD world [solved] Date: Sat, 02 Aug 2008 12:02:01 +0300 Message-ID: References: <20080730014255.057efb01@bellgrove.remarqs.net> <350fc7cf0807300015v5593877dtcb271547897e57d8@mail.gmail.com> <20080801232350.00126383@bellgrove.remarqs.net> 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 Content-Type: text/plain; charset=UTF-8; format=flowed X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-107894.home.otenet.gr User-Agent: Thunderbird 2.0.0.16 (X11/20080728) In-Reply-To: <20080801232350.00126383@bellgrove.remarqs.net> Sender: news Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 43cf86ad-2588-4b60-9ad7-6085b44266e3 X-Archives-Hash: 2958027f795e9493235074f1ca5d078e =C2=BBQ=C2=AB wrote: > On Wed, 30 Jul 2008 00:15:25 -0700 > "Andrey Falko" wrote: >=20 >> On Tue, Jul 29, 2008 at 11:42 PM, =C2=BBQ=C2=AB wrot= e: >>> I'm using portage-2.1.4.4. >>> >>> $ emerge -pqu world >>> [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16] >>> >>> but >>> >>> $ emerge -pqu --deep world >>> >>> gives no output. I've never seen --deep cause fewer updates. What >>> am I missing? I have EMERGE_DEFAULT_OPTS=3D"--with-bdeps y" in >>> make.conf, and I don't know what more info to post. >> Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to >> be a dependency? The only "legitimate" behavior I see is that Firefox >> is a dependency for a package that is not part of your world. >=20 > I think I see now what caused this. It happened after I added Fx 3.0.1 > to package.keywords. >=20 > `emerge -u world` was pulling in mozilla-firefox-3.0.1 because it was > in world, but `emerge -uD world` was not pulling it in because I have > installed packages which have mozilla-firefox-2* as a dependency. >=20 > Now that I've installed mozilla-firefox-3.0.1, `emerge -uD world` wants > to downgrade me to 2.0.0.16, and `emerge -u world` doesn't see > anything to do. What's the package that wants to downgrade to firefox 2?