The problem might be that libtool is not installed on your system. $ which libtool /usr/bin/libtool
$ libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --Victor Seema Alevoor wrote: > $ which autoconf > /usr/bin/autoconf > > $ autoconf -V > autoconf (GNU Autoconf) 2.61 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software. You may redistribute copies of it under the > terms of > the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. > There is NO WARRANTY, to the extent permitted by law. > > Written by David J. MacKenzie and Akim Demaille. > > > -- Seema. > > Victor Kirkebo wrote: > >> Hi Seema, >> Which version of autoconf are you using? >> We are using version 2.61. >> >> Regards, >> Victor >> >> >> Seema Alevoor wrote: >> >>> Hi, >>> >>> I get the following error when I run nightly. >>> Did anyone else come across this issue ? >>> >>> Thanks, >>> Seema. >>> >>> -------------------------------------------- >>> (cd libmemcache-1.4.0.rc2; env \ >>> CC=/ws/onnv-tools/SUNWspro/SS11/bin/cc "CFLAGS=-xO3 -xarch=v8 >>> -xspace -W0,-Lt -Xa -xildoff -xc99=all -W2,-xwrap_int -mt -xO5 >>> -xipo -xtarget=generic -xstrconst" \ >>> /usr/ccs/bin/make) >>> cd . && /bin/bash >>> /export/build/usr/src/lib/memcached/libmemcache-1.4.0.rc2/missing >>> --run aclocal-1.9 >>> /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition >>> of AM_PATH_AUDIOFILE >>> run info '(automake)Extending aclocal' >>> or see >>> http://sources.redhat.com/automake/automake.html#Extending-aclocal >>> /usr/sfw/share/aclocal/gtk.m4:7: warning: underquoted definition of >>> AM_PATH_GTK >>> /usr/sfw/share/aclocal/glib.m4:8: warning: underquoted definition of >>> AM_PATH_GLIB >>> /usr/sfw/share/aclocal/gimpprint.m4:8: warning: underquoted >>> definition of AM_PATH_GIMPPRINT >>> cd . && /bin/bash >>> /export/build/usr/src/lib/memcached/libmemcache-1.4.0.rc2/missing >>> --run autoheader >>> rm -f stamp-h1 >>> touch config.h.in >>> cd . && /bin/bash >>> /export/build/usr/src/lib/memcached/libmemcache-1.4.0.rc2/missing >>> --run autoconf >>> configure.ac:47: error: possibly undefined macro: AC_PROG_LIBTOOL >>> If this token and others are legitimate, please use >>> m4_pattern_allow. >>> See the Autoconf documentation. >>> *** Error code 1 >>> make: Warning: Target `all' not remade because of errors >>> Current working directory >>> /export/build/usr/src/lib/memcached/libmemcache-1.4.0.rc2 >>> *** Error code 1 >>> /usr/bin/sh ./install-sfw >>> cp: cannot access ./src/.libs/libmemcache.so.0.4.0 >>> strip: /export/build/proto/root_sparc/usr/lib/libmemcache.so.0.4.0: >>> cannot open file. >>> No such file or directory >>> /usr/ccs/bin/mcs: >>> /export/build/proto/root_sparc/usr/lib/libmemcache.so.0.4.0: cannot >>> open file. >>> No such file or directory >>> chmod: WARNING: can't access >>> /export/build/proto/root_sparc/usr/lib/libmemcache.so.0.4.0 >>> dmake: Warning: Target `install' not remade because of errors >>> Current working directory /export/build/usr/src/lib/memcached >>> *** Error code 1 >>> The following command caused the error: >>> cd memcached; pwd; dmake -f Makefile.sfw install >>> dmake: Warning: Command failed for target `memcached' >>> >>> >>> -------------------------------------------- >>> _______________________________________________ >>> webstack-discuss mailing list >>> webstack-discuss at opensolaris.org >>> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss >>> >>> >> >> _______________________________________________ >> webstack-discuss mailing list >> webstack-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss >
