You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2013/08/06 20:57:50 UTC

[jira] [Updated] (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 ]

Jie Yu updated MESOS-617:
-------------------------

    Description: 
{noformat}
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.
  ============================================================================
{noformat}

  was:
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.
  ============================================================================

    
> 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
>
> {noformat}
> 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.
>   ============================================================================
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira