Subject: Re: pkgsrc NetBSD 3.0/i386 bulk build results 20060206.0714
To: Jan Schaumann <jschauma@netmeister.org>
From: Todd Vierling <tv@duh.org>
List: pkgsrc-bulk
Date: 02/11/2006 14:32:43
On Sat, 11 Feb 2006, Jan Schaumann wrote:

> > > >  gcc: @LTLIBINTL@: No such file or directory
> > >
> > > Only change since the last successful bulk-build is again the gettext
> > > revbump.  Joerg, could you take a look at this?
> >
> > This is not coming from gettext, but libtool.
>
> Maybe Todd can take a look?  Maybe it's fallout from the libtool update
> to 1.5.22?

It's coming from the Makefile.in having a non-AC_SUBST()ed variable,
LTLIBINTL, in the Makefile.  The fix is to check configure.{ac,in} to see if
the variable is needed -- if so, make sure it is exported by configure;
else, patch Makefile.in to remove it altogether.  Either way, send the patch
back to the author so that the mainline sources are correct by the time the
author updates his/her libtool version.

(This is a bug in the program's source that libtool < 1.5.22 was ignoring.)

-- 
-- Todd Vierling <tv@duh.org> <tv@pobox.com> <todd@vierling.name>