From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1Epo5W-0008KA-Gc for garchives@archives.gentoo.org; Fri, 23 Dec 2005 14:40:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBNEcG40008727; Fri, 23 Dec 2005 14:38:16 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBNEZDhn028648 for ; Fri, 23 Dec 2005 14:35:14 GMT Received: from vapier by smtp.gentoo.org with local (Exim 4.54) id 1Epo0n-0001mm-Do for gentoo-dev@lists.gentoo.org; Fri, 23 Dec 2005 14:35:13 +0000 Date: Fri, 23 Dec 2005 14:35:13 +0000 From: Mike Frysinger To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] checdeps.rb for getting deps out of elf files Message-ID: <20051223143513.GD14579@toucan.gentoo.org> References: <43ABDAD4.5010003@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43ABDAD4.5010003@gentoo.org> User-Agent: Mutt/1.5.11 X-Archives-Salt: d252375a-c341-4c1a-85c2-43d249a3d85f X-Archives-Hash: 477271b2bb8dc2ef48bfc225e35b47a0 On Fri, Dec 23, 2005 at 01:09:08PM +0200, Petteri R??ty wrote: > Basically it does ldd on all > the elf files in a package and then checks to which packages those > libraries belong. ldd is garbage for this purpose use `readelf -d ELF | grep NEEDED` or just `scanelf -n ELF` -mike -- gentoo-dev@gentoo.org mailing list