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 1OFxcV-0003nK-9W for garchives@archives.gentoo.org; Sat, 22 May 2010 22:56:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67C35E0AC2; Sat, 22 May 2010 22:55:39 +0000 (UTC) Received: from inspire.Mines.EDU (inspire.Mines.EDU [138.67.130.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 36235E0AC2 for ; Sat, 22 May 2010 22:55:39 +0000 (UTC) Received: from [192.168.125.12] (c-76-25-183-245.hsd1.co.comcast.net [76.25.183.245]) (authenticated bits=0) by inspire.Mines.EDU (8.13.1/8.13.1) with ESMTP id o4MMtccJ019085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 22 May 2010 16:55:38 -0600 Subject: Re: [gentoo-user] revdep-rebuild looking for non-existant dev-libs/poppler From: Brandon Vargo To: gentoo-user@lists.gentoo.org In-Reply-To: <20100522214411.GA8342@waltdnes.org> References: <20100522214411.GA8342@waltdnes.org> Content-Type: text/plain Date: Sat, 22 May 2010 16:55:37 -0600 Message-Id: <1274568937.24902.25.camel@venus> 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 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: 44e96871-3685-454e-a38f-d8b910fd5cde X-Archives-Hash: a3cdabf05cfcc6b82d07e7fc456f3f80 On Sat, 2010-05-22 at 17:44 -0400, Walter Dnes wrote: > I'm doing "revdep-rebuild --library libjpeg.so.7". It finds broken > packages, It gets to the point of... > ========================================= > * Generated new 4_raw.rr and 4_owners.rr > * Cleaning list of packages to rebuild > * Generated new 4_pkgs.rr > * Assigning packages to ebuilds > * Generated new 4_ebuilds.rr > * Evaluating package order > * Generated new 5_order.rr > * All prepared. Starting rebuild > emerge --oneshot app-text/ghostscript-gpl:0 > app-text/wv:0 > dev-libs/poppler:0 > media-gfx/gimp:2 > media-gfx/graphviz:0 > media-libs/gd:2 > media-libs/gegl:0 > media-libs/imlib2:0 > media-libs/libmng:0 > media-libs/libwmf:0 > media-video/mplayer:0 > x11-libs/openmotif:0 > x11-libs/qt:3 > .......... > Calculating dependencies... done! > > emerge: there are no ebuilds to satisfy "dev-libs/poppler:0". > ============================================================= > > The obvious first step is "equery depends dev-libs/poppler" ...which > finds absolutely nothing. No hits from the commands... > grep poppler /etc/portage/package.* > grep poppler /etc/make.conf > > Not only that, but there doesn't appear to be a dev-libs/poppler in my > portage tree. Now what? The old poppler ebuilds (dev-libs/poppler*) were reunited and became app-text/poppler awhile back. The old poppler ebuilds should not be referenced anywhere, but apparently they still are on your system somewhere. Try remerging app-text/poppler manually (using --oneshot, so it isn't added to world), then running revdep-rebuild again. Make sure you have run emerge --sync recently, so that the portage cache is up to date and any global updates have been applied. You could also try removing the revdep-rebuild cache files in /var/cache/revdep-rebuild/, but according to the output you included, the package atoms are not coming from the cache. Regards, Brandon Vargo