You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Orlando Hohmeier (JIRA)" <ji...@apache.org> on 2019/05/08 16:21:00 UTC

[jira] [Assigned] (MESOS-9743) Argument forwaring in CMake build result in glog 0.4.0 build as shared library

     [ https://issues.apache.org/jira/browse/MESOS-9743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Orlando Hohmeier reassigned MESOS-9743:
---------------------------------------

    Assignee:     (was: Jan Schlicht)

> Argument forwaring in CMake build result in glog 0.4.0 build as shared library
> ------------------------------------------------------------------------------
>
>                 Key: MESOS-9743
>                 URL: https://issues.apache.org/jira/browse/MESOS-9743
>             Project: Mesos
>          Issue Type: Bug
>          Components: cmake
>    Affects Versions: 1.8.0
>         Environment: macOS 10.14.4, clang 8.0.0, Ninja build system
>            Reporter: Jan Schlicht
>            Priority: Major
>              Labels: build, easyfix, mesosphere, triaged
>
> GLog versions >= 0.3.5 introduces a {{BUILD_SHARED_LIBS}} CMake option. The CMake configuration of Mesos also has such an option. Because these options are forwarded to third-party packages, GLog will be build as a shared library if Mesos is build with {{BUILD_SHARED_LIBS=OFF}}. This is not intended, as in that case the GLog shared library is not copied over, resulting in Mesos binaries failing to start.
> {noformat}
> $ src/mesos-tests 
> dyld: Library not loaded: @rpath/libglog.0.dylib
>   Referenced from: /Users/jan/Documents/mesos/build/src/mesos-tests
>   Reason: image not found
> [1]    75207 abort      src/mesos-tests
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)