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 o3U3I6LF124569 for ; Thu, 29 Apr 2010 22:18:07 -0500 Received: from mail.sandeen.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 1B4CF1AFD248 for ; Thu, 29 Apr 2010 20:20:11 -0700 (PDT) Received: from mail.sandeen.net (64-131-60-146.usfamily.net [64.131.60.146]) by cuda.sgi.com with ESMTP id fO0i6xhF3ioMnfsN for ; Thu, 29 Apr 2010 20:20:11 -0700 (PDT) Message-ID: <4BDA4C6B.3080503@sandeen.net> Date: Thu, 29 Apr 2010 22:20:11 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: [PATCH 3/3] xfsqa: build dbtest on debian platforms References: <1272500186-29393-1-git-send-email-david@fromorbit.com> <1272500186-29393-4-git-send-email-david@fromorbit.com> <20100429064943.GB3774@dastard> <20100429104611.GA17317@infradead.org> <20100430012630.GC32515@dastard> <1272594520.3221.154.camel@doink> In-Reply-To: <1272594520.3221.154.camel@doink> 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: aelder@sgi.com Cc: Christoph Hellwig , xfs@oss.sgi.com Alex Elder wrote: > On Fri, 2010-04-30 at 11:26 +1000, Dave Chinner wrote: >> On Thu, Apr 29, 2010 at 06:46:11AM -0400, Christoph Hellwig wrote: >>> Spoken too soon. While this second patch at least compiles on my Debian >>> testing system it doesn't link: >>> >>> /tmp/ccWcHXtY.o: In function `CleanupDbmLookup': /root/xfstests-dev/src/dbtest.c:304: undefined reference to `dbm_close' >>> /tmp/ccWcHXtY.o: In function `DoDbmLookup': >>> /root/xfstests-dev/src/dbtest.c:220: undefined reference to `dbm_fetch' >>> /root/xfstests-dev/src/dbtest.c:264: undefined reference to `dbm_fetch' /tmp/ccWcHXtY.o: In function `InitDbmLookup': >>> /root/xfstests-dev/src/dbtest.c:144: undefined reference to `dbm_open' >>> /root/xfstests-dev/src/dbtest.c:178: undefined reference to `dbm_store' >>> /root/xfstests-dev/src/dbtest.c:191: undefined reference to `dbm_close' >>> /root/xfstests-dev/src/dbtest.c:196: undefined reference to `dbm_open' >>> collect2: ld returned 1 exit status >>> make[2]: *** [dbtest] Error 1 >>> make[1]: *** [src] Error 2 >>> make: *** [default] Error 2 >> Where is libgdbm-compat on your system? > > I think we need to do a better job of defining what's required > for this stuff--building and running. I know I had trouble > the first time I set things up, and now that it works I > have no recollection of the stuff that I did. It would be > good to make it easier for people to get testing going, > we might get more people actually running them in a wider > variety of environments. Making missing stuff gracefully handled runtime helps... I also have a hacked up rpm for this, that way package dependencies take care of it all seamlessly: BuildRequires: autoconf, libtool, xfsprogs-devel, e2fsprogs-devel BuildRequires: libacl-devel, libattr-devel, libaio-devel Requires: bash, xfsprogs, xfsdump, perl, acl, attr, bind-utils Requires: bc, indent, quota If I just knew a decent place to drop the stuff that was compliant with fs hierarchy rules, I'd toss it into fedora, and debian might not be far behind ... -Eric > -Alex > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs > _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs