Charles Reiss created MESOS-639:
-----------------------------------

             Summary: 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 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

Reply via email to