All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@redhat.com>
To: Christoph Hellwig <hch@infradead.org>
Cc: xfs mailing list <xfs@oss.sgi.com>
Subject: Re: [PATCH] xfstests: fix dbtest build
Date: Wed, 12 Nov 2008 09:55:49 -0600	[thread overview]
Message-ID: <491AFC85.2000708@redhat.com> (raw)
In-Reply-To: <20081112100420.GA32567@infradead.org>

Christoph Hellwig wrote:
> On Mon, Nov 03, 2008 at 05:04:32PM -0600, Eric Sandeen wrote:
>> At least on my x86_64 RHEL5 box, if gdbm-devel is installed, then the
>> xfstests build fails with:
> 
> Still doesn't build even with libgdbm-dev installed on debian, despite
> having a /usr/include/gdbm.h.  Even when manually including that one it
> doesn't define DBM.  Which of the three headers does actually get used
> on RHEL?
> 

hm, looks like:


checking gdbm/ndbm.h usability... yes
checking gdbm/ndbm.h presence... yes
checking for gdbm/ndbm.h... yes

and include/config.h winds up as:

/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
#define HAVE_GDBM_NDBM_H 1

...

/* Define to 1 if you have the <ndbm.h> header file. */
/* #undef HAVE_NDBM_H */

and:

[root@host xfstests]# locate gdbm/ndbm.h
/usr/include/gdbm/ndbm.h
[root@host xfstests]# rpm -qf /usr/include/gdbm/ndbm.h
gdbm-devel-1.8.0-26.2.1
[root@bear-05 xfstests]#


-Eric

      reply	other threads:[~2008-11-12 16:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-03 23:04 [PATCH] xfstests: fix dbtest build Eric Sandeen
2008-11-12 10:04 ` Christoph Hellwig
2008-11-12 15:55   ` Eric Sandeen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=491AFC85.2000708@redhat.com \
    --to=sandeen@redhat.com \
    --cc=hch@infradead.org \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.