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 <gentoo-user+bounces-78216-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Jjqrh-0001pE-Fc for garchives@archives.gentoo.org; Thu, 10 Apr 2008 07:06:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCD49E01B5; Thu, 10 Apr 2008 07:06:31 +0000 (UTC) Received: from smtp.easynet.es (smtp.easynet.es [62.93.189.64]) by pigeon.gentoo.org (Postfix) with ESMTP id B1C89E01B5 for <gentoo-user@lists.gentoo.org>; Thu, 10 Apr 2008 07:06:31 +0000 (UTC) Received: from bt-silvano.easynet.es ([213.139.15.18] helo=silvanoc.com) by smtp.easynet.es with esmtp (Exim 4.33; FreeBSD) id 1Jjqre-000Mxc-LY for gentoo-user@lists.gentoo.org; Thu, 10 Apr 2008 09:06:30 +0200 In-Reply-To: <1207805138.28381.17.camel@orpheus> To: gentoo-user@lists.gentoo.org Cc: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] blocking package can't be found Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: <OFD52FAB30.B8CB4F57-ONC1257427.0026953E-C1257427.00270620@com> From: tecnic5@silvanoc.com Date: Thu, 10 Apr 2008 09:04:30 +0200 X-MIMETrack: Serialize by Router on mailserver/SCRT(Release 5.0.4 |June 8, 2000) at 10/04/2008 09:04:33, Serialize complete at 10/04/2008 09:04:33 Content-Type: text/plain; charset="US-ASCII" X-Easynet-bounce-key: easynet.es;tecnic5@silvanoc.com;1207811191;54eba3b3; X-Archives-Salt: f39bf434-c67a-425c-945a-9d63f192592d X-Archives-Hash: 6a7aa71dddf6819d4cb61129430b1d82 On Wed, 2008-04-09 at 19:51 +0200, Uwe Thiem wrote: > On Wednesday 09 April 2008, Dale wrote: > > Uwe Thiem wrote: > > > Hi folks, > > > > > > emerge --update world tells me: > > > [blocks B ] dev-util/gtk-doc-am (is blocking > > > dev-util/gtk-doc-1.8-r2) > > > > > > emerge --unmerge gtk-doc-am tells me: > > > --- Couldn't find 'gtk-doc-am' to unmerge. > > > > > > So let's be more specific: > > > emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me: > > > --- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge. > > > > > > Now what? heh heh! > > Equery list gtk-doc and see what it says is installed. It may not > > be that exact version. Ran into something similar a while back. > > uwix uwe # equery list gtk-doc-am > [ Searching for package 'gtk-doc-am' in all categories among: ] > * installed packages > uwix uwe # equery list gtk-doc > [ Searching for package 'gtk-doc' in all categories among: ] > * installed packages > [I--] [ ] dev-util/gtk-doc-1.8-r2 (0) > > gtk-doc-1.8-r2 is the package that gets blocked, it isn't installed > yet.. yes it is! equery just told you so! > More interesting is that the first equery didn't list anything, but > the gtk-doc-am ebuild exists: > uwix uwe # ls /usr/portage/dev-util/gtk-doc-am > ChangeLog Manifest gtk-doc-am-1.10.ebuild metadata.xml yes, the ebuild exists, but it's not installed! Therefore equery didn't show it to you. > Grrrr. Wanted to let a long compile sesses run overnight - and now > this! Conspiracies. All around me. Against my innocent self. :) I think it just means gtk-doc-am wants a newer gtk-doc, so it's blocking the one you have installed. You need to uninstall gtk-doc, and then you can install a newer gtk-doc and gtk-doc-am. -- Iain Buchanan <iaindb at netspace dot net dot au> Quid me anxius sum? [ What? Me, worry? ] -- gentoo-user@lists.gentoo.org mailing list ********************** Exactly, from gtk-doc-am's ebuild we get: DEPEND="${RDEPEND} !<=dev-utils/gtk-doc-1.10" That seems gtk-doc-am can't be installed if gtk-doc is older than version gtk-doc-1.0 and you seem to be working with gtk-doc-1.8-r2. As Iain Buchanan said, uninstall gtk-doc and run everything, that should work. Abraham -- gentoo-user@lists.gentoo.org mailing list