You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2015/04/23 22:40:38 UTC

[jira] [Created] (MESOS-2659) update pthread and python autoconf macros

James Peach created MESOS-2659:
----------------------------------

             Summary: update pthread and python autoconf macros
                 Key: MESOS-2659
                 URL: https://issues.apache.org/jira/browse/MESOS-2659
             Project: Mesos
          Issue Type: Bug
            Reporter: James Peach
            Priority: Trivial


Autoconf is complaining at bootstrap time:

{code}
[vagrant@centos-7 mesos.git]$ ./bootstrap
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --warnings=all -I m4
autoreconf: configure.ac: tracing
configure.ac:479: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
configure.ac:479: the top level
configure.ac:631: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:631: You should run autoupdate.
../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:631: the top level
configure.ac:631: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:631: You should run autoupdate.
../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:631: the top level
configure.ac:631: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:631: You should run autoupdate.
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:631: the top level
configure.ac:631: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:631: You should run autoupdate.
../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
configure.ac:631: the top level
configure.ac:1117: warning: The macro `AC_PYTHON_DEVEL' is obsolete.
configure.ac:1117: You should run autoupdate.
{code}

{{ACX_PTHREAD}} can be updates to {{AX_PTHREAD}} and {{AC_PYTHON_DEVEL}} can be updated to {{AX_PYTHON_DEVEL}}.

Is the project OK with taking https://www.gnu.org/software/autoconf-archive/ax_python_devel.html#ax_python_devel and https://www.gnu.org/software/autoconf-archive/ax_pthread.html#ax_pthread?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)