From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q835bEmM148241 for ; Mon, 3 Sep 2012 00:37:14 -0500 Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by cuda.sgi.com with ESMTP id lBOg1vH2H4GMWV9i for ; Sun, 02 Sep 2012 22:38:10 -0700 (PDT) Date: Mon, 3 Sep 2012 15:37:48 +1000 From: Dave Chinner Subject: Re: [PATCH 3/5] xftests: Use installed libraries only Message-ID: <20120903053748.GW15292@dastard> References: <20120828172605.607853317@sgi.com> <20120828172929.203767140@sgi.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20120828172929.203767140@sgi.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Rich Johnston Cc: xfs@oss.sgi.com On Tue, Aug 28, 2012 at 12:26:08PM -0500, Rich Johnston wrote: > The xfstests autotools currently searches locally in > ../{acl,attr,dmapi,xfsprogs} > for libraries that xfstests depends upon, in addition to searching for them in > their regular installed locations on a system, e.g. /usr/lib. It appears this > feature was added (but not documented) so that xfs developers can build and run > xfstests without having to install the libraries. This can lead to touble if trouble. (the subject also has a typo) > you expect that xfstests is using the versions of the libraries installed on > the system. > > If a local library was found and not installed, libtool will create a wrapper > script to call the binary from the .libs directory. This patch will remove > searching for local libraies so that the installed libraries are always used. libraries > Signed-off-by: Rich Johnston Reviewed-by: Dave Chinner -- Dave Chinner david@fromorbit.com _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs