[
https://issues.apache.org/jira/browse/MESOS-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin updated MESOS-639:
------------------------
Comment: was deleted
(was: www.rtat.net)
> Build can break when libsnappy is installed
> -------------------------------------------
>
> Key: MESOS-639
> URL: https://issues.apache.org/jira/browse/MESOS-639
> Project: Mesos
> Issue Type: Bug
> Components: build
> Reporter: Charles Reiss
> Priority: Minor
>
> If libsnappy is installed, 3rdparty/leveldb's build system can detect it and
> build against it. This later can cause a link error since src/Makefile.am
> will link in libleveldb.a but not libsnappy. Passing LIBS='-lsnappy' to
> configure on such systems should be a workaround.
> A fix would be to either force leveldb to not build against libsnappy (in
> 3rdparty/Makefile.am) or detect when it has (probably in src/Makefile.am).
> [This problem came up on IRC today, but has existed for a while, see, e.g.,
> https://mail-archives.apache.org/mod_mbox/incubator-mesos-dev/201306.mbox/%[email protected]%3E
> ]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)