Installed libmesos.la contains impossible dependencies
------------------------------------------------------

                 Key: MESOS-160
                 URL: https://issues.apache.org/jira/browse/MESOS-160
             Project: Mesos
          Issue Type: Bug
            Reporter: Charles Reiss


Because of third_party, the libmesos.la that we install contains dependencies 
that are likely to make libtool links fail against an installed mesos:

(e.g. from a build in a Ubuntu VM)

dependency_libs=' -L../third_party/leveldb -lleveldb -lz /usr/lib/libglog.la    
 /usr/lib/libev.la -lpthread 
-L/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server -lrt

I believe the glog and libev dependencies come through libprocess. The leveldb 
link comes from src/Makefile.am.

Since we carefully link libmesos to not have require any strange dependency 
links, we could probably just not install the .la file or strip dependency_libs 
from it as a quick fix to this problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to