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

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

     [ https://issues.apache.org/jira/browse/MESOS-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Hindman resolved MESOS-2659.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.23.0

commit f8dc082064a8b33f0d67b85d929a76871d536893
Author: James Peach <jp...@apache.org>
Date:   Thu Jun 4 06:50:17 2015 -0700

    Update pthread and python autoconf macros for Mesos.
    
    Replace acx_pthread with ax_pthread. Update ax_python_devel. Update
    configure.ac to use the autoconf macros.
    
    Review: https://reviews.apache.org/r/33753

commit 34e515e47d6eb145dd4dcf5246b510331715bd02
Author: James Peach <jp...@apache.org>
Date:   Thu Jun 4 06:49:12 2015 -0700

    Update pthread autoconf macros for libprocess.
    
    Replace acx_pthread with ax_pthread. Update configure.ac to use the
    new autoconf macros.
    
    Review: https://reviews.apache.org/r/33754

commit b8acb2fb62dbf00a61e570077672e9c6c9a17b1b
Author: James Peach <jp...@apache.org>
Date:   Thu Jun 4 06:48:31 2015 -0700

    Remove the unused acx_pthread autoconf macro from stout.
    
    Review: https://reviews.apache.org/r/33755

> 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
>            Assignee: James Peach
>            Priority: Trivial
>             Fix For: 0.23.0
>
>
> 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)