Mac OS X 10.7 autoreconf fails
------------------------------
Key: MESOS-126
URL: https://issues.apache.org/jira/browse/MESOS-126
Project: Mesos
Issue Type: Bug
Reporter: Benjamin Hindman
Priority: Blocker
(2.6.6) jsirois@tw-mbp17-jsirois ~/dev-mesos (git::master) $ git pull
Already up-to-date.
(2.6.6) jsirois@tw-mbp17-jsirois ~/dev-mesos (git::master) $ git slog -1
commit ebaf069611abf23266b009c3516da4b3cccccb8d
Author: Benjamin Hindman <[email protected]>
Date: Thu Jan 19 21:34:02 2012 +0000
Revised build system to use autotools (MESOS-58).
git-svn-id: https://svn.apache.org/repos/asf/incubator/mesos/trunk@1233580
13f79535-47bb-0310-9956-ffa450edef68
Makefile.am | 93 +
Makefile.in | 143 --
bin/gdb-mesos-local.sh.in | 46 +
bin/gdb-mesos-master.sh.in | 46 +
bin/gdb-mesos-slave.sh.in | 46 +
bin/mesos-build-env.sh.in | 31 +
bin/mesos-local.sh.in | 24 +
bin/mesos-master.sh.in | 24 +
bin/mesos-slave.sh.in | 24 +
bootstrap | 3 +
config.guess | 1526
-----------------
config.sub | 1658
------------------
configure | 4332
-----------------------------------------------
configure.ac | 471 ++++--
include/mesos/mesos.hpp | 1 +
install-sh | 507 ------
m4/acx_pthread.m4 | 363 ++++
src/Makefile.am | 629 +++++++
src/Makefile.in | 444 -----
src/common/process_utils.hpp | 16 +-
src/common/thread.hpp | 45 +
src/common/webui_utils.cpp | 99 ++
src/common/webui_utils.hpp | 31 +
src/config/config.hpp.in | 6 +-
src/detector/detector.cpp | 24 +-
src/examples/Makefile.in | 176 --
src/examples/java/Makefile.in | 61 -
src/examples/java/TestExceptionFramework.java | 27 +-
src/examples/java/TestFramework.java | 49 +-
src/examples/java/TestMultipleExecutorsFramework.java | 46 +-
src/examples/java/test-exception-framework.in | 35 +
(2.6.6) jsirois@tw-mbp17-jsirois ~/dev-mesos (git::master) $ git clean -fdx
Removing build/
(2.6.6) jsirois@tw-mbp17-jsirois ~/dev-mesos (git::master) $ ./bootstrap
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
configure.ac:32: warning: macro `AM_SILENT_RULES' not found in library
autoreconf: configure.ac: tracing
configure.ac:29: warning: The macro `AC_FOREACH' is obsolete.
configure.ac:29: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/general.m4:198:
AC_FOREACH is expanded from...
aclocal.m4:8700: _AM_SET_OPTIONS is expanded from...
aclocal.m4:8503: AM_INIT_AUTOMAKE is expanded from...
configure.ac:29: the top level
configure.ac:353: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/lang.m4:170:
AC_LANG_SAVE is expanded from...
m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from...
configure.ac:353: the top level
configure.ac:353: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/c.m4:73:
AC_LANG_C is expanded from...
configure.ac:353: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/general.m4:2415:
AC_TRY_LINK is expanded from...
configure.ac:353: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/lang.m4:176:
AC_LANG_RESTORE is expanded from...
autoreconf: running: glibtoolize --copy
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:32: warning: macro `AM_SILENT_RULES' not found in library
autoreconf: running: /usr/bin/autoconf --warnings=all
configure.ac:29: warning: The macro `AC_FOREACH' is obsolete.
configure.ac:29: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/general.m4:198:
AC_FOREACH is expanded from...
aclocal.m4:667: _AM_SET_OPTIONS is expanded from...
aclocal.m4:470: AM_INIT_AUTOMAKE is expanded from...
configure.ac:29: the top level
configure.ac:353: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/lang.m4:170:
AC_LANG_SAVE is expanded from...
m4/acx_pthread.m4:363: ACX_PTHREAD is expanded from...
configure.ac:353: the top level
configure.ac:353: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/c.m4:73:
AC_LANG_C is expanded from...
configure.ac:353: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/general.m4:2415:
AC_TRY_LINK is expanded from...
configure.ac:353: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:353: You should run autoupdate.
/private/var/tmp/autoconf/autoconf-17.1~328/SRC/autoconf/lib/autoconf/lang.m4:176:
AC_LANG_RESTORE is expanded from...
configure.ac:32: error: possibly undefined macro: AM_SILENT_RULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
(2.6.6) jsirois@tw-mbp17-jsirois ~/dev-mesos (git::master) $ uname -a
Darwin tw-mbp17-jsirois.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9
20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64
(2.6.6) jsirois@tw-mbp17-jsirois ~/dev-mesos (git::master) $ m4 --version
GNU M4 1.4.6
Copyright (C) 2006 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.
Written by Rene' Seindal.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira