Subject: Re: pkg/30573: pkgsrc bootstrap fails on Mac OS X
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Frank van der Linden <fvdl@netbsd.org>
List: pkgsrc-bugs
Date: 06/23/2005 06:16:02
The following reply was made to PR pkg/30573; it has been noted by GNATS.
From: Frank van der Linden <fvdl@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: pkg/30573: pkgsrc bootstrap fails on Mac OS X
Date: Thu, 23 Jun 2005 08:03:18 +0200
I've examined this problem a little further, and it appears that the
configure script for tnftp does not output a config.h file with
HAVE_DIRNAME set. Strangely enough, the log it produces does seem to
indicate that it has correctly idenfitied that the dirname(3) function
does exist (which, indeed, it does on OS X). It seems to have the same
error for fparseln(3).
I can't quite figure out why, someone with more intimate knowledge of
autoconf can probably figure it out much more quickly then I can.