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 1MDvNy-0000hx-8W for garchives@archives.gentoo.org; Tue, 09 Jun 2009 07:04:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49DEAE042C; Tue, 9 Jun 2009 07:04:41 +0000 (UTC) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by pigeon.gentoo.org (Postfix) with ESMTP id 0F30DE042C for ; Tue, 9 Jun 2009 07:04:40 +0000 (UTC) Received: by ewy9 with SMTP id 9so4437812ewy.34 for ; Tue, 09 Jun 2009 00:04:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=hNKprgc78H1fclt420cDxW1yuDRGCOji5jOI39DNf4k=; b=b66pzUp1/k4tY2kTqRzDo8e2BTykScUALWP3j459nCbYSOVhKbCQ/XMdbAjp+P8VZZ AvzNhkoTUHVNWAO/LfrKu6Nr+NHLNh0wIXwGGWHljCd6NuSagdP2Tp1kC7zhicFgVuMa Gj7QsqE8a0t42f+i/hrVQ8XoxWdWOBMmxoOIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=mSp+rU19/cDLWpa1q5zPIshVRxFrU6zGXERhwu5Unzm4Xu5FNaNNYeDd4Kd4Hm5ZVT N7Sx7NR05TMSrMyALiFPYq8Hh9TthmERoLDVnGwmLK/r8t2R8dhKLV6CQrrQT+Uq6JVp P9j4ahbEjonE9W0SUoQkfVppX0llaJfxcca9M= Received: by 10.210.63.18 with SMTP id l18mr7450069eba.97.1244531080522; Tue, 09 Jun 2009 00:04:40 -0700 (PDT) Received: from nazgul.localnet (196-210-153-123-rrdg-esr-2.dynamic.isadsl.co.za [196.210.153.123]) by mx.google.com with ESMTPS id 23sm1547570eya.9.2009.06.09.00.04.39 (version=SSLv3 cipher=RC4-MD5); Tue, 09 Jun 2009 00:04:40 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Finding orphaned libs Date: Tue, 9 Jun 2009 09:03:08 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.29-gentoo-r5; KDE/4.2.4; x86_64; ; ) References: <200906082244.18324.alan.mckinnon@gmail.com> <20090609001816.GA28479@princeton.edu> <4A2DAC7B.6060806@gmail.com> In-Reply-To: <4A2DAC7B.6060806@gmail.com> 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-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906090903.08498.alan.mckinnon@gmail.com> X-Archives-Salt: 8a0b5439-239b-40ae-887f-348448a1fb2b X-Archives-Hash: 00e6e2ad433b9823317168dda45ad7a1 On Tuesday 09 June 2009 02:27:39 Dale wrote: > That's sort of what I was thinking. It was generated when it was > started up the first time. I also noticed some things that I installed > in the Seamonkey directory too. Adblock was one of those. > > Tho there was a good many of them, I suspect most all of them belongs to > something here. I may just leave well enough alone, may poke around a > little but nothing risky. Yes, you do want to be very careful, especially any required files that ebuilds generate in post_install() - portage usually doesn't know about those. I'd stick to .so libs initially (revdep-rebuild can find your mistakes!). In my case, I had: liblcms.so.1.0.13 liblcms.so.1.0.18 and eic showed that there is no.13 version. So apparently, this comes from a time when I had a portage that didn't cleanly remove stuff. -- alan dot mckinnon at gmail dot com