pkgsrc-Bulk archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc NetBSD 3.0/i386 bulk build results 20060206.0714
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@localhost> <tv%pobox.com@localhost>
<todd%vierling.name@localhost>
Home |
Main Index |
Thread Index |
Old Index