[
https://issues.apache.org/jira/browse/MESOS-7262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933254#comment-15933254
]
Benjamin Bannier edited comment on MESOS-7262 at 3/20/17 6:34 PM:
------------------------------------------------------------------
[~pawan] Thanks for providing that additional information. This means you used
the current autotools-based build, not the CMake build. I will remove the CMake
component and close this ticket as a duplicate of MESOS-6851. We can continue
any discussion there.
was (Author: bbannier):
[~pawan] Thanks for providing that additional information. This means you used
the current autotools-based build, not the CMake build. I will remove the CMake
component and close this ticket as a duplicate MESOS-6851. We can continue any
discussion there.
> Symlink mesos-agent to mesos-slave on `make install` not idempotent
> -------------------------------------------------------------------
>
> Key: MESOS-7262
> URL: https://issues.apache.org/jira/browse/MESOS-7262
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 1.2.0
> Reporter: pawan
>
> I issued a make install twice after building Mesos from source, but its
> failing with the following error:
> {code}
> ln -s mesos-agent mesos-slave
> ln: failed to create symbolic link ‘mesos-slave’: File exists
> {code}
> I believe `make install` has to be idempotent. It looks like LN_S in Makefile
> aliases to `ln -s` and not `ln -snf` which would do it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)