Subject: Re: failed bootstrap on os x
To: Matthias Scheler <tron@zhadum.org.uk>
From: matthew sporleder <msporleder@gmail.com>
List: pkgsrc-users
Date: 08/28/2007 09:32:51
On 8/27/07, matthew sporleder <msporleder@gmail.com> wrote:
> On 8/27/07, Matthias Scheler <tron@zhadum.org.uk> wrote:
> > On Wed, Aug 22, 2007 at 06:03:18PM -0400, matthew sporleder wrote:
> > > > It looks like I'm getting hit by:
> > > > http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=26143
> > > I fixed this with $CFLAGS -v -isystem /usr/include
> >
> > What version of Xcode Tools (Apple's developer environment) are you using?
> > If it is older than 2.4.1 I would recomment downloading an update from
> > <http://developer.apple.com/tools/download/> and install it afterwards.
> >
>
> I was on 2.2.  I'll try the update.
>

I get the same error with Xcode 2.4.1.  This is expected since gcc is
still searching /usr/local/include first.  (I have bdb 4.5.20
installed in /usr/local/)

It would be really helpful if the required version of bdb was included
in the bootstrap kit.  It is an embedded database, after all.