Hi, I was removing my package installed vim-gtk2 to replace it with FLAVOR="huge gtk2 ruby", when the make install clean gave me an error regarding libtool dependency.
I got a similar one when I was updating my packages after I installed the latest snapshot (pkg_add -u), pkg_add couldn't find updates for gstreamer flavors and libtool. I fixed this by updating libtool from ports which worked fine. The former version of libtool was 1.5.22 and the dependency was for 1.5.22p0. # echo $PKG_PATH ftp://ftp.stacken.kth.se/pub/OpenBSD/snapshots/packages/i386/ OpenBSD 4.0 (GENERIC) #1104: Fri Sep 1 11:54:27 MDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Pentium(R) 4 CPU 2.40GHz ("GenuineIntel" 686-class) 2.40 GHz # libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
