I am trying to build Mesos from the last pull from github and get the following errors. Does anyone know how to resolve the problems? The OS version is CentOS 5.8, automake (GNU automake) 1.9.6, autoconf (GNU Autoconf) 2.68 and libtool-1.5.22. The errors I got were:
[root@ItVm637 mesos_0_9]# ./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 Thanks, Scott
