You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:40 UTC

[jira] [Issue Comment Deleted] (MESOS-7262) Symlink mesos-agent to mesos-slave on `make install` not idempotent

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

Gavin updated MESOS-7262:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)