What versions of autoconf and automake are you using? Is this on a Linux box?
On Sun, Aug 12, 2012 at 11:09 AM, Pantazis Deligiannis <[email protected]>wrote: > Hello, > > I am very interested in installing and experimenting with Mesos. Following > your installation instructions i did a bootstrap but it doesn't seem to > create the needed configure file! > > Any help would be really great! Thanks a lot! > > I get the following output by using the bootstrap command in my macbook: > > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal --warnings=all -I m4 > autoreconf: configure.ac: tracing > configure.ac:197: warning: The macro `AC_LANG_SAVE' is obsolete. > configure.ac:197: You should run autoupdate. > ../../lib/autoconf/lang.m4:128: AC_LANG_SAVE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > configure.ac:197: warning: The macro `AC_LANG_C' is obsolete. > configure.ac:197: You should run autoupdate. > ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > configure.ac:197: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:197: You should run autoupdate. > ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > configure.ac:197: warning: The macro `AC_LANG_RESTORE' is obsolete. > configure.ac:197: You should run autoupdate. > ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > autoreconf: configure.ac: adding subdirectory third_party/libprocess to > autoreconf > autoreconf: Entering directory `third_party/libprocess' > configure.ac:55: warning: The macro `AC_LANG_SAVE' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/lang.m4:128: AC_LANG_SAVE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_C' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_RESTORE' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > autoreconf: configure.ac: not using Libtool > autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf > --warnings=all > configure.ac:55: warning: The macro `AC_LANG_SAVE' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/lang.m4:128: AC_LANG_SAVE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_C' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_RESTORE' is obsolete. > configure.ac:55: You should run autoupdate. > ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > autoreconf: configure.ac: not using Autoheader > autoreconf: running: automake --add-missing --copy --no-force > --warnings=all > Makefile.am:25: error: Libtool library used but 'LIBTOOL' is undefined > Makefile.am:25: The usual way to define 'LIBTOOL' is to add 'LT_INIT' > Makefile.am:25: to 'configure.ac' and run 'aclocal' and 'autoconf' > again. > Makefile.am:25: If 'LT_INIT' is in 'configure.ac', make sure > Makefile.am:25: its definition is in aclocal's search path. > automake: warnings are treated as errors > third_party/Makefile.am:56: warning: '%'-style pattern rules are a GNU > make extension > third_party/Makefile.am:42: error: Libtool library used but 'LIBTOOL' is > undefined > third_party/Makefile.am:42: The usual way to define 'LIBTOOL' is to add > 'LT_INIT' > third_party/Makefile.am:42: to 'configure.ac' and run 'aclocal' and > 'autoconf' again. > third_party/Makefile.am:42: If 'LT_INIT' is in 'configure.ac', make sure > third_party/Makefile.am:42: its definition is in aclocal's search path. > /usr/local/Cellar/automake/1.12.2/share/automake-1.12/am/ltlibrary.am: > warning: 'libgmock.la': linking libtool libraries using a non-POSIX > /usr/local/Cellar/automake/1.12.2/share/automake-1.12/am/ltlibrary.am: > archiver requires 'AM_PROG_AR' in 'configure.ac' > third_party/Makefile.am:42: while processing Libtool library ' > libgmock.la' > /usr/local/Cellar/automake/1.12.2/share/automake-1.12/am/ltlibrary.am: > warning: 'libry_http_parser.la': linking libtool libraries using a > non-POSIX > /usr/local/Cellar/automake/1.12.2/share/automake-1.12/am/ltlibrary.am: > archiver requires 'AM_PROG_AR' in 'configure.ac' > third_party/Makefile.am:32: while processing Libtool library ' > libry_http_parser.la' > autoreconf: automake failed with exit status: 1 > > On my cluster i get the following: > > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal -I m4 > autoreconf: configure.ac: tracing > configure.ac:33: warning: The macro `AC_FOREACH' is obsolete. > configure.ac:33: You should run autoupdate. > autoconf/general.m4:196: AC_FOREACH is expanded from... > aclocal.m4:667: _AM_SET_OPTIONS is expanded from... > aclocal.m4:434: AM_INIT_AUTOMAKE is expanded from... > configure.ac:33: the top level > configure.ac:197: warning: The macro `AC_LANG_SAVE' is obsolete. > configure.ac:197: You should run autoupdate. > autoconf/lang.m4:128: AC_LANG_SAVE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > configure.ac:197: warning: The macro `AC_LANG_C' is obsolete. > configure.ac:197: You should run autoupdate. > autoconf/c.m4:72: AC_LANG_C is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > configure.ac:197: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:197: You should run autoupdate. > autoconf/general.m4:2688: AC_TRY_LINK is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > configure.ac:197: warning: The macro `AC_LANG_RESTORE' is obsolete. > configure.ac:197: You should run autoupdate. > autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:197: the top level > autoreconf: configure.ac: adding subdirectory third_party/libprocess to > autoreconf > autoreconf: Entering directory `third_party/libprocess' > configure.ac:17: warning: The macro `AC_FOREACH' is obsolete. > configure.ac:17: You should run autoupdate. > autoconf/general.m4:196: AC_FOREACH is expanded from... > aclocal.m4:667: _AM_SET_OPTIONS is expanded from... > aclocal.m4:434: AM_INIT_AUTOMAKE is expanded from... > configure.ac:17: the top level > configure.ac:55: warning: The macro `AC_LANG_SAVE' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/lang.m4:128: AC_LANG_SAVE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_C' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/c.m4:72: AC_LANG_C is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/general.m4:2688: AC_TRY_LINK is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_RESTORE' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > autoreconf: configure.ac: not using Libtool > autoreconf: running: /usr/bin/autoconf --warnings=all > configure.ac:17: warning: The macro `AC_FOREACH' is obsolete. > configure.ac:17: You should run autoupdate. > autoconf/general.m4:196: AC_FOREACH is expanded from... > aclocal.m4:667: _AM_SET_OPTIONS is expanded from... > aclocal.m4:434: AM_INIT_AUTOMAKE is expanded from... > configure.ac:17: the top level > configure.ac:55: warning: The macro `AC_LANG_SAVE' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/lang.m4:128: AC_LANG_SAVE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_C' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/c.m4:72: AC_LANG_C is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/general.m4:2688: AC_TRY_LINK is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > configure.ac:55: warning: The macro `AC_LANG_RESTORE' is obsolete. > configure.ac:55: You should run autoupdate. > autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from... > m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from... > configure.ac:55: the top level > autoreconf: configure.ac: not using Autoheader > autoreconf: running: automake --add-missing --copy --no-force > --warnings=all > configure.ac: installing `./missing' > third_party/Makefile.am:56: `%'-style pattern rules are a GNU make > extension > 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. > third_party/Makefile.am: installing `./compile' > third_party/Makefile.am: installing `./depcomp' > configure.ac:10: installing `./config.guess' > configure.ac:10: installing `./config.sub' > 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
