You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Ilya Pronin (JIRA)" <ji...@apache.org> on 2016/09/19 14:24:20 UTC

[jira] [Comment Edited] (MESOS-6207) Python bindings fail to build with custom SVN installation path

    [ https://issues.apache.org/jira/browse/MESOS-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15503630#comment-15503630 ] 

Ilya Pronin edited comment on MESOS-6207 at 9/19/16 2:23 PM:
-------------------------------------------------------------

Proposed solution is to move Python related configuration steps down after all others. If that's OK I'd like to post a patch when my {{contributors.yaml}} PR will be merged.


was (Author: ipronin):
Proposed solution is to move Python related configuration steps down after all others. If that's OK I'd like to post a patch when my {{contributors.yaml}} PR will get merged.

> Python bindings fail to build with custom SVN installation path
> ---------------------------------------------------------------
>
>                 Key: MESOS-6207
>                 URL: https://issues.apache.org/jira/browse/MESOS-6207
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0.1
>            Reporter: Ilya Pronin
>            Priority: Trivial
>
> In {{src/Makefile.am}} {{PYTHON_LDFLAGS}} variable is used while building Python bindings. This variable picks {{LDFLAGS}} during configuration phase before we check for custom SVN installation path and misses {{-L$\{with_svn\}/lib}} flag. That causes a link error on systems with uncommon SVN installation path.



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