From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24890 invoked from network); 15 Sep 2004 17:05:57 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 15 Sep 2004 17:05:57 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.34) id 1C7dEC-0000vD-A3 for arch-gentoo-dev@lists.gentoo.org; Wed, 15 Sep 2004 17:05:56 +0000 Received: (qmail 10140 invoked by uid 89); 15 Sep 2004 17:05:55 +0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 21318 invoked from network); 15 Sep 2004 17:05:54 +0000 From: Stefan Jones To: gentoo-dev@lists.gentoo.org In-Reply-To: <1095266575.19442.4.camel@lisa.thedoh.com> References: <200409141806.45658.anthony@ectrolinux.com> <1095266575.19442.4.camel@lisa.thedoh.com> Content-Type: text/plain Message-Id: <1095267976.7707.25.camel@saj.multigig> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 15 Sep 2004 10:06:16 -0700 Content-Transfer-Encoding: 7bit X-Scanned-By: AMaViS-ng at churchillrandoms.co.uk Subject: Re: [gentoo-dev] Portage prelink patch? X-Archives-Salt: c0095489-eaf0-4614-b0e8-178adc72401d X-Archives-Hash: 9af668b4abec78d4afd108111272b45f On Wed, 2004-09-15 at 09:42, Lisa Seelye wrote: > On Tue, 2004-09-14 at 21:06, Anthony Gorecki wrote: > > Gentoo Developers and Users, > > > > I haven't been able to find any pre-existing prelink functionality built into > > Portage's build system, although I've heard it was present previously and was > > removed. Are there any plans to re-implement that feature? > > I think FEATURES="prelink" might do it... Nope, that was not implemented. In the end portage just checks for the existence of the prelink binary. If it exists then it uses that to calculate the MD5sum verification of files. ( as prelinked files have different MD5sums then the originals ) ( read portage.py ) Also the file /etc/prelink.conf is automatically generated by portage, if prelink is installed. That is all the prelink support in portage. Stefan -- gentoo-dev@gentoo.org mailing list