[
https://issues.apache.org/jira/browse/MESOS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922966#comment-13922966
]
Till Toenshoff commented on MESOS-550:
--------------------------------------
MESOS-1071 proposes using the "without-internal-xxx" scheme for all
dependencies as a step forward. That demands that we need to entirely remove
the hardcoded paths from setup.py.in. Instead we should be ok by simply using
a variant of LDFLAGS down here (e.g. PYTHON_LDFLAGS) and add internal build
paths to it where not explicitly disabled by without-internal-xx.
> Python compilation fails when trying to compile without included zookeeper
> libs
> -------------------------------------------------------------------------------
>
> Key: MESOS-550
> URL: https://issues.apache.org/jira/browse/MESOS-550
> Project: Mesos
> Issue Type: Bug
> Components: python api
> Affects Versions: 0.12.0
> Reporter: Julien Eid
>
> Hey, I'm trying to compile Mesos against a separate Zookeeper install for
> packaging. The python setup.py only links against the .libs folder and
> doesn't check LDFLAGS for a different location for the lib.
> Relevant lines
> /src/python/setup.py: os.path.join(abs_top_builddir, zookeeper, '.libs',
> 'libzookeeper_mt.a')
--
This message was sent by Atlassian JIRA
(v6.2#6252)