Subject: Re: Failed to build devel/libmm - libtool not found
To: None <tech-pkg@netbsd.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-pkg
Date: 05/24/2005 16:01:36
On Tuesday 24 May 2005 15:56, Adam Ciarcinski wrote:
> Looks like your libtool-base hasn't been built.
Yea, just have checked and found that Libtool-base indeed was missing. When i
explicitely built it by hands all now works fine.
> Are you sure you've
> cleaned up the pkgsrc tree before rebuilding packages?
Absolutely. Well, at least i cleaned it as usually do:
cd /usr/pkgsrc && find . -type d -name work -execdir make clean \;
// wbr