[
https://issues.apache.org/jira/browse/MESOS-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jie Yu updated MESOS-5311:
--------------------------
Fix Version/s: 0.29.0
> Calling `make install` fails if `include/mesos/slave/agent` already exists.
> ---------------------------------------------------------------------------
>
> Key: MESOS-5311
> URL: https://issues.apache.org/jira/browse/MESOS-5311
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.29.0
> Reporter: Jie Yu
> Fix For: 0.29.0
>
>
> People might be calling `make install` multiple times during development.
> The second `make install` will fail:
> {noformat}
> make[4]: Entering directory `/home/jie/workspace/dist/mesos/build/src'
> cp //home/jie/workspace/dist/mesos/etc/mesos/mesos-agent-env.sh.template \
> //home/jie/workspace/dist/mesos/etc/mesos/mesos-slave-env.sh.template &&\
> ln -s //home/jie/workspace/dist/mesos/include/mesos/agent \
> //home/jie/workspace/dist/mesos/include/mesos/slave
> ln: failed to create symbolic link
> ‘//home/jie/workspace/dist/mesos/include/mesos/slave/agent’: File exists
> make[4]: *** [copy-template-and-create-symlink] Error 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)