Subject: Re: issues with building on solaris 9/sparc
To: None <tech-pkg@netbsd.org>
From: nate <pkgsrc@aphroland.org>
List: tech-pkg
Date: 05/29/2005 19:22:00
nate said:
> I think this may be related to libtool somehow as the
> failures are the same accross the board, and only
> seem to impact stuff that uses libtool.

ok, I think I fixed/worked-around the issue.

I renamed /usr/pkg/bin/libtool to /usr/pkg/libtool_old

and installed a different libtool script from
/usr/pkgsrc/distfiles/libtool-1.5.18
(the version numbers match)

one thing I did notice is that /usr/pkg/bin/libtool
was using ksh, and the one I replaced it with was
using bash. not sure if there are other
configuration differences(haven't checked)

pcre compiles and installs cleanly now I bet the rest
will too.

bug ?

thanks

nate