You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chen Zhiwei (JIRA)" <ji...@apache.org> on 2016/05/05 06:21:12 UTC

[jira] [Commented] (MESOS-5311) Calling `make install` fails if `include/mesos/slave/agent` already exists.

    [ https://issues.apache.org/jira/browse/MESOS-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271954#comment-15271954 ] 

Chen Zhiwei commented on MESOS-5311:
------------------------------------

I can fix this issue in: https://issues.apache.org/jira/browse/MESOS-5326

> 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)