[
https://issues.apache.org/jira/browse/MESOS-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrei Sekretenko reassigned MESOS-7834:
----------------------------------------
Fix Version/s: 1.11.0
Target Version/s: 1.11.0
Assignee: Andrei Sekretenko
Resolution: Fixed
Non-dummy --launcher_dir default was introduced as a part of
https://issues.apache.org/jira/browse/MESOS-6771, see the PRs there.
Note that the directory setup on Windows has not been tested well; if there are
still problems with that in 1.11+ , they should be filed as a separate bug.
> CMake does not set default --launcher_dir correctly
> ---------------------------------------------------
>
> Key: MESOS-7834
> URL: https://issues.apache.org/jira/browse/MESOS-7834
> Project: Mesos
> Issue Type: Bug
> Components: agent, cmake
> Environment: Windows 10
> Reporter: Andrew Schwartzmeyer
> Assignee: Andrei Sekretenko
> Priority: Major
> Labels: cmake
> Fix For: 1.11.0
>
>
> If the mesos-agent is started without {{--launcher_dir}} and was built using
> CMake, the default location used to find the other executables (e.g.
> mesos-containerizer and mesos-executor) does not exist, because it is
> {{WARNINGDONOTUSEME/mesos-containerizer}}.
> This {{WARNINGDONOTUSEME}} is being set in several variables in CMake:
> {noformat}
> cmake/CompilationConfigure.cmake
> 313: set(EXEC_INSTALL_PREFIX "WARNINGDONOTUSEME")
> 314: set(LIBEXEC_INSTALL_DIR "WARNINGDONOTUSEME")
> 315: set(PKG_LIBEXEC_INSTALL_DIR "WARNINGDONOTUSEME")
> 316: set(LIB_INSTALL_DIR "WARNINGDONOTUSEME")
> 317: set(TEST_LIB_EXEC_DIR "WARNINGDONOTUSEME")
> 318: set(PKG_MODULE_DIR "WARNINGDONOTUSEME")
> 319: set(S_BIN_DIR "WARNINGDONOTUSEME")
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)