I am trying to deploy/build spark cluster in our private cloud using centos5.8(64bits), and am trying to install mesos first. I am getting the following erros when I trying to build mesos. Does anyone know how to solve the problem? BTW, I have already run aclocal and autoupdate both. Any help/pointer would be appreciated.
-------------------------------------- begin ------------------------------------------- (python26env)[root@ItVm635 mesos]# ./bootstrap autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing configure.ac:34: warning: The macro `AC_FOREACH' is obsolete. configure.ac:34: You should run autoupdate. ../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from... aclocal.m4:666: _AM_SET_OPTIONS is expanded from... aclocal.m4:368: AM_INIT_AUTOMAKE is expanded from... configure.ac:34: the top level configure.ac:201: warning: The macro `AC_LANG_SAVE' is obsolete. configure.ac:201: You should run autoupdate. ../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:201: the top level configure.ac:201: warning: The macro `AC_LANG_C' is obsolete. configure.ac:201: You should run autoupdate. ../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:201: the top level configure.ac:201: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:201: You should run autoupdate. ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:201: the top level configure.ac:201: warning: The macro `AC_LANG_RESTORE' is obsolete. configure.ac:201: You should run autoupdate. ../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:201: the top level autoreconf: configure.ac: adding subdirectory third_party/libprocess to autoreconf autoreconf: Entering directory `third_party/libprocess' configure.ac:18: warning: The macro `AC_FOREACH' is obsolete. configure.ac:18: You should run autoupdate. ../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from... aclocal.m4:666: _AM_SET_OPTIONS is expanded from... aclocal.m4:368: AM_INIT_AUTOMAKE is expanded from... configure.ac:18: the top level configure.ac:59: warning: The macro `AC_LANG_SAVE' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level configure.ac:59: warning: The macro `AC_LANG_C' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level configure.ac:59: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level configure.ac:59: warning: The macro `AC_LANG_RESTORE' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --warnings=all configure.ac:18: warning: The macro `AC_FOREACH' is obsolete. configure.ac:18: You should run autoupdate. ../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from... aclocal.m4:666: _AM_SET_OPTIONS is expanded from... aclocal.m4:368: AM_INIT_AUTOMAKE is expanded from... configure.ac:18: the top level configure.ac:59: warning: The macro `AC_LANG_SAVE' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/lang.m4:126: AC_LANG_SAVE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level configure.ac:59: warning: The macro `AC_LANG_C' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level configure.ac:59: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level configure.ac:59: warning: The macro `AC_LANG_RESTORE' is obsolete. configure.ac:59: You should run autoupdate. ../../lib/autoconf/lang.m4:135: AC_LANG_RESTORE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:59: the top level autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --no-force --warnings=all third_party/Makefile.am:42: Libtool library used but `LIBTOOL' is undefined third_party/Makefile.am:42: third_party/Makefile.am:42: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' third_party/Makefile.am:42: to `configure.ac' and run `aclocal' and `autoconf' again. Makefile.am:25: Libtool library used but `LIBTOOL' is undefined Makefile.am:25: Makefile.am:25: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' Makefile.am:25: to `configure.ac' and run `aclocal' and `autoconf' again. autoreconf: automake failed with exit status: 1 ------------------------------------------- end ------------------------------------------ Thanks, Scott
