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 1KiAt8-0008Ha-Rr for garchives@archives.gentoo.org; Tue, 23 Sep 2008 16:37:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DB62E0591; Tue, 23 Sep 2008 16:37:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 118D5E0591 for ; Tue, 23 Sep 2008 16:37:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E1FEF67F26 for ; Tue, 23 Sep 2008 16:37:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.599 X-Spam-Level: X-Spam-Status: No, score=-3.599 required=5.5 tests=[AWL=0.000, 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 6yikxFUg-YtQ for ; Tue, 23 Sep 2008 16:37:12 +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 EFAE767C89 for ; Tue, 23 Sep 2008 16:37:10 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KiAsn-0005to-1v for gentoo-user@gentoo.org; Tue, 23 Sep 2008 16:37:01 +0000 Received: from athedsl-410776.home.otenet.gr ([79.131.156.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Sep 2008 16:37:01 +0000 Received: from realnc by athedsl-410776.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Sep 2008 16:37:01 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Please, let me understand Date: Tue, 23 Sep 2008 19:36:49 +0300 Message-ID: References: <48D8CB94.3030107@alice.it> 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 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-410776.home.otenet.gr User-Agent: Thunderbird 2.0.0.16 (X11/20080728) In-Reply-To: <48D8CB94.3030107@alice.it> Sender: news X-Archives-Salt: acbccc15-e74a-498a-973e-3bdbc1d3ca54 X-Archives-Hash: 4023db880ea490e6e29ee7e9287163d5 econti wrote: > Hi all, to-day I upgraded my portage and then I ran > emerge -NDpvu here is the output: > > [ebuild U ] dev-libs/libsigc++-2.2.2 [2.0.17] USE="-debug -doc > -test" 4,397 kB > [ebuild U ] media-video/realplayer-11.0.0.4028-r1 [10.0.9] USE="X > -nsplugin" 0 kB > [ebuild U ] dev-cpp/cairomm-1.6.0 [1.2.4] USE="-doc (-examples%)" > 779 kB > [ebuild U ] dev-perl/extutils-depends-0.300 [0.205] 10 kB > [ebuild U ] dev-perl/Cairo-1.06.0 [1.04.0] USE="-test%" 88 kB > [ebuild U ] dev-cpp/glibmm-2.16.4 [2.12.8] USE="-debug -doc > -examples" 6,227 kB > [ebuild U ] dev-perl/glib-perl-1.182 [1.143] USE="(-xml%)" 242 kB > [ebuild U ] dev-cpp/gtkmm-2.12.7 [2.10.9] USE="-accessibility -debug > -doc -examples -test%" 14,843 kB > [ebuild NS ] app-crypt/qca-2.0.0-r2 USE="-debug -doc -examples" 0 kB > [ebuild U ] dev-perl/gtk2-perl-1.145 [1.142-r1] 641 kB > [blocks B ] > So it seems qca-1.0-r3 is blocking qca-2.0.0-r2! But I have no > qca-1.0-r3 installed! :-( > What's happening? > Regards > emilio The others already gave you a working solution, but here's the reason this is happening: The qca package recently became slotted. However, only qca-1.0-r3 and higher are slotted. You have qca-1.0-r2 installed with is *not* slotted and therefore you can't install qca-2.x at the same time. Problem is, qca-1.0-r3 is keyworded so you need to place this: =app-crypt/qca-1.0-r3 in your /etc/portage/package.keywords and then proceed as the others said. Unmerge the current version: emerge -aC =app-crypt/qca-1.0-r2 and only then do your world update.