You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:34 UTC

[jira] [Issue Comment Deleted] (MESOS-617) Configure for Python breaks on Mac OS X 10.8.4

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

Gavin updated MESOS-617:
------------------------
    Comment: was deleted

(was: www.rtat.net)

> Configure for Python breaks on Mac OS X 10.8.4
> ----------------------------------------------
>
>                 Key: MESOS-617
>                 URL: https://issues.apache.org/jira/browse/MESOS-617
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.14.0
>         Environment: Mac OS X 10.8.4
> Python 2.7.5
> Latest mesos trunk
>            Reporter: Jie Yu
>            Priority: Major
>
> checking for Python include path... -I/opt/twitter/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7
> checking for Python library path... -L/opt/twitter/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7
> checking for Python site-packages path... /opt/twitter/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
> checking python extra libraries... -ldl  -framework CoreFoundation
> checking python extra linking flags... -u _PyMac_Error Python.framework/Versions/2.7/Python
> checking consistency of all components of python development environment... no
> configure: error:
>   Could not link test program to Python. Maybe the main Python library has been
>   installed in some non-standard library path. If so, pass it to configure,
>   via the LDFLAGS environment variable.
>   Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
>   ============================================================================
>    ERROR!
>    You probably have to install the development version of the Python package
>    for your distribution.  The exact name of this package varies among them.
>   ============================================================================
> The config.log output:
> configure:19433: /usr/bin/gcc-4.2 -o conftest -g  -I/opt/twitter/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/twitter/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib conftest.c  -L/opt/twitter/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error Python.framework/Versions/2.7/Python -ldl  -framework CoreFoundation >&5
> i686-apple-darwin11-gcc-4.2.1: Python.framework/Versions/2.7/Python: No such file or directory



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)