Subject: Re: pkg/12675: "bash" package can't be build on NetBSD 1.5 system
To: John Darrow <John.P.Darrow@wheaton.edu>
From: Matthias Scheler <tron@zhadum.de>
List: netbsd-bugs
Date: 04/16/2001 10:55:57
On Sun, Apr 15, 2001 at 11:06:56PM -0500, John Darrow wrote:
> I'm gonna bet you've got the readline package installed on your 1.5.1_BETA
> system, and not on your 1.5U system.

Wrong guess, it's installed on both systems. But you are on the right
track.

> Because of the first -I/usr/pkg/include, the #include <readline/readline.h>
> in bracecomp.c picks up the readline.h in /usr/pkg/include/readline,
> instead of the one in ./lib/readline.  The former doesn't include the
> new rltypedefs.h file which defines all of the types in question.

That sounds like the correct idea. But the culprit is probably the
"USE_LIBINTL= yes" which is a NOP on 1.5U but adds "-I/usr/pkg/include"
on 1.5.1_BETA.

	Kind regards

-- 
Matthias Scheler                                         http://core.de/~tron/