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 1LP3Iu-0004GN-DU for garchives@archives.gentoo.org; Mon, 19 Jan 2009 23:13:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08238E00B9; Mon, 19 Jan 2009 23:13:09 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.242]) by pigeon.gentoo.org (Postfix) with ESMTP id BB3AFE00B9 for ; Mon, 19 Jan 2009 23:13:08 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so3118690rvf.46 for ; Mon, 19 Jan 2009 15:13:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=6Yn2lp2LvQ1pcg0MZTwttBz5Rvea8MnF9RioIEjYyb8=; b=VDHMF0gmBggGgHQCE64E1PcqJ1doPbxJnutKva+piLdZdsfzcybCn6RO18RESntjt9 KCtM7NNBszMlKv5m3jDdWHaUgGQVN/vbRWR1qBroYwv1TAA2wC0cVHypoLVSqU8hZA3M JEqPMWqJkBgqotTCTWZxUrQEV6ZrKfpiHKzJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=P95swyZQai08tt7oZAeTbO9EGUA/5maSlVHGKB57NCRqSTCaAPLpxyeZHnzWqmofeL AD0a0X9RlnCnDbEcKdbSYIZarKVov6cZZV107lTNkQ5tKWt02Ll6RTLSUiCDDvnfOErT JFZinj9zZrcoZ6ccsQEn5Rm4yW23HIp6cNNxQ= Received: by 10.141.137.6 with SMTP id p6mr25497rvn.133.1232406788282; Mon, 19 Jan 2009 15:13:08 -0800 (PST) Received: from ?4.230.99.215? (dialup-4.230.99.215.Dial1.Houston1.Level3.net [4.230.99.215]) by mx.google.com with ESMTPS id g14sm4504085rvb.0.2009.01.19.15.13.04 (version=SSLv3 cipher=RC4-MD5); Mon, 19 Jan 2009 15:13:07 -0800 (PST) Message-ID: <497508FD.6090109@gmail.com> Date: Mon, 19 Jan 2009 17:13:01 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081227 SeaMonkey/1.1.14 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] qt blockages... References: <5bdc1c8b0901181426p1c1f78bs3ca0ae50f2d648b1@mail.gmail.com> <4974FC20.1090809@konstantinhansen.de> <5bdc1c8b0901191437t18768de9j8b39dd7bccdca593@mail.gmail.com> In-Reply-To: <5bdc1c8b0901191437t18768de9j8b39dd7bccdca593@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 931eb264-d35c-442b-87a7-2f1793e5e9ea X-Archives-Hash: 7f8d55789b9f0f08700640cd6f7f7550 Mark Knecht wrote: > On Mon, Jan 19, 2009 at 2:18 PM, KH wrote: > >> Mark Knecht schrieb: >> >>> Hi, >>> I'm not used to seeing all the additional messages below the >>> blockage indication. Can someone possibly help me understand how to >>> read this? >>> >>> Are there really application packages that cannot be installed at >>> the same or is only about qt and possibly the USE flags I've got? >>> >>> I tried removing qjackctl (the only world package I spotted in the >>> list) but that didn't help. >>> >>> What to try next? >>> >>> Thanks, >>> Mark >>> >> [snip] >> >>> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked >>> >>> >> [snip] >> >> >> This link was great help for me. Told me everything and how to read the >> blocker. So I did: >> >> #emerge -avC qt-4.3.3 >> #emerge -DuavN world (This installed qt-4.4.2) >> >> But now I do have a problem. When I run >> >> #emerge --depclean -av >> >> I receive the following output: >> [snip] >> >>>>> These are the packages that would be unmerged: >>>>> >> dev-db/sqlite >> selected: 2.8.16-r4 >> protected: none >> omitted: 3.6.6.2 >> >> x11-libs/qt >> selected: 4.4.2 >> protected: none >> omitted: 3.3.8b-r1 >> >> x11-libs/qt-svg >> selected: 4.4.2 >> protected: none >> omitted: none >> >> x11-libs/qt-opengl >> selected: 4.4.2 >> protected: none >> omitted: none >> >> x11-libs/qt-xmlpatterns >> selected: 4.4.2 >> protected: none >> omitted: none >> >> x11-libs/qt-assistant >> selected: 4.4.2-r1 >> protected: none >> omitted: none >> >> x11-libs/qt-webkit >> selected: 4.4.2 >> protected: none >> omitted: none >> >> What did I miss? This results in an infinite circle of unmerging and >> emerging. >> >> Thanks for any help >> >> kh >> >> >> > > In your /etc/make.conf file do you have the following line? > > EMERGE_DEFAULT_OPTS="--with-bdeps y" > > You can do this on the emerge command line if you choose. See man > emerge for info on doing that. > > I *think* the standard answer about why this happens is that > --depclean and a basic emerge don't search all the dependencies > exactly the same. If you add the --with-bdeps y option then they do. > > Anyway, I don't seem to run into this much using this in make.conf. > > Hope this helps, > Mark > > > +1 I added that to my make.conf a while ago and it helped with a lot of this sort of thing. Wonder if it should be a default thing? Dale :-) :-)