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 1LP45S-0001K4-Bw for garchives@archives.gentoo.org; Tue, 20 Jan 2009 00:03:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0257E0671; Tue, 20 Jan 2009 00:03:19 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.248]) by pigeon.gentoo.org (Postfix) with ESMTP id 79372E0671 for ; Tue, 20 Jan 2009 00:03:19 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so3138856rvf.46 for ; Mon, 19 Jan 2009 16:03:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=PuboEMXLO6FBk60Ti4h9edNuo8k8m0oNRk7h+OgBo+k=; b=OIB0m1Dkv8kEpRDF1uF9IH9z2RwJVQ1RunW2p3CqVu7REny5H0AOf2ETcfWf85Hjzm SMtuDVpTWqR1E9LA8ZuODQu9+Yu59frgKvfFRDUW6ari3P685I11tietARzg9B3izLWx MVUVFemj03NRT2vucOglX86kz80Nran2H8sNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=fDAMHo/ubzGYBXed9PZ4uNxU+TO7seL334AOsQNWtGc/P25734aBHX0FHN/7uOLW2Q QGBGwKlJon6LllgbyF1csav2aS4lMYaKE2SNpruIzm/2IjGJPpPsWhQ9mH9hzoTsA/tp KZ/3v8Ypn3GJEWwV17MTo1sBgIbLiB7vlFMyQ= 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 Sender: paul.hartman@gmail.com Received: by 10.140.132.3 with SMTP id f3mr615713rvd.21.1232409798884; Mon, 19 Jan 2009 16:03:18 -0800 (PST) In-Reply-To: <497508FD.6090109@gmail.com> References: <5bdc1c8b0901181426p1c1f78bs3ca0ae50f2d648b1@mail.gmail.com> <4974FC20.1090809@konstantinhansen.de> <5bdc1c8b0901191437t18768de9j8b39dd7bccdca593@mail.gmail.com> <497508FD.6090109@gmail.com> Date: Mon, 19 Jan 2009 18:03:18 -0600 X-Google-Sender-Auth: 2a7f155a1c54f5d9 Message-ID: <58965d8a0901191603m33031717xb3d7ac787e91893c@mail.gmail.com> Subject: Re: [gentoo-user] qt blockages... From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: b4856879-de91-4582-a667-0d469aec6c97 X-Archives-Hash: 027e6b0a52abfe3720285cf00251ae03 On Mon, Jan 19, 2009 at 5:13 PM, Dale wrote: > 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 > > :-) :-) > > Could also be that you don't have slots defined for some of those in your world? for example do you have qt or qt:3 etc?