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 1MgP92-0003SC-72 for garchives@archives.gentoo.org; Wed, 26 Aug 2009 20:31:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEECAE0872; Wed, 26 Aug 2009 10:30:37 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by pigeon.gentoo.org (Postfix) with ESMTP id B529DE0872 for ; Wed, 26 Aug 2009 10:30:37 +0000 (UTC) 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-transfer-encoding: 7BIT Content-disposition: INLINE Content-type: TEXT/PLAIN; CHARSET=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0KOZ00G99BV1XH40@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Wed, 26 Aug 2009 12:30:37 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.44,279,1249250400"; d="scan'208";a="23723008" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Wed, 26 Aug 2009 12:30:37 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.13.8+Sun/8.13.8/1) with ESMTP id n7QAUbrv028274 for ; Wed, 26 Aug 2009 12:30:37 +0200 (CEST) Received: by numa-i.igpm.rwth-aachen.de (Postfix, from userid 230) id 8E5204B0; Wed, 26 Aug 2009 12:30:40 +0200 (CEST) Date: Wed, 26 Aug 2009 12:30:40 +0200 (CEST) From: Helmut Jarausch Subject: Re: [gentoo-user] dependency miracle - please help To: gentoo-user@lists.gentoo.org In-reply-to: <200908261215.02809.alan.mckinnon@gmail.com> Message-id: References: <200908261206.09650.alan.mckinnon@gmail.com> <200908261215.02809.alan.mckinnon@gmail.com> X-Archives-Salt: 70eac343-b69b-41c4-914c-0a6b1ba4c881 X-Archives-Hash: ac5f58194d11751f7cf0055e722d4710 On 26 Aug, Alan McKinnon wrote: > On Wednesday 26 August 2009 12:10:15 Helmut Jarausch wrote: >> On 26 Aug, Alan McKinnon wrote: >> > On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote: >> >> Hi, >> >> >> >> again, portage's dependencies caculation makes me wonder. >> >> >> >> This time, >> >> emerge --update --newuse --deep @system @world >> >> >> >> tells me quite a few dependencies like >> >> * ~x11-libs/qt-core-4.5.1 pulled in by: >> >> * x11-libs/qt-4.5.1 >> >> >> >> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed. >> >> How can I find out which package is pulling x11-libs/qt-4.5.1 in ? >> >> >> >> Many thanks for a hint. >> >> (I have portage-2.2_rc40 installed here) >> >> Helmut. >> > >> > run your emerge with -t >> >> Unfortunately, that doesn't help >> Helmut. >> >> emerge --depclean -t -p > > I said to run emerge -t > > I didn't say to run emerge --depclean -t OK, here is the output emerge -t emerge: the other white meat (command-line interface to the Portage system) Usage: emerge [ options ] [ action ] [ ebuild | tbz2 | file | @set | atom ] [ ... ] emerge [ options ] [ action ] < system | world > emerge < --sync | --metadata | --info > emerge --resume [ --pretend | --ask | --skipfirst ] emerge --help [ --verbose ] Options: -[abBcCdDefgGhjkKlnNoOpqPsStuvV] [ --color < y | n > ] [ --columns ] [ --complete-graph ] [ --deep ] [ --jobs JOBS ] [ --keep-going ] [ --load-average LOAD ] [ --newuse ] [ --noconfmem ] [ --nospinner ] [ --oneshot ] [ --onlydeps ] [ --reinstall changed-use ] [ --with-bdeps < y | n > ] Actions: [ --depclean | --list-sets | --search | --sync | --version ] For more help try 'emerge --help --verbose' or consult the man page. Helmut