You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Charles Reiss (JIRA)" <ji...@apache.org> on 2013/08/13 00:37:48 UTC

[jira] [Created] (MESOS-639) Build can break when libsnappy is installed

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/%3C51BB7FEC.4080103@gmail.com%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