You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2016/04/29 23:39:13 UTC

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

Jie Yu created MESOS-5311:
-----------------------------

             Summary: 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
            Reporter: Jie Yu


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)