You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/11/17 05:37:21 UTC

[jira] [Commented] (TS-2359) make install over existing installation can fail

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

ASF subversion and git services commented on TS-2359:
-----------------------------------------------------

Commit 6bfba8bc7c752ec0ad2cd099da8473ebb15f66fc in branch refs/heads/master from [~jpeach@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=6bfba8b ]

TS-2359: force tstop symlink

If you run "make install" a second time then "ln -s" will fail
because the symlink already exists. Autoconf doesn't have a test
for "ln -sf", so just remove the target beforehand.


> make install over existing installation can fail
> ------------------------------------------------
>
>                 Key: TS-2359
>                 URL: https://issues.apache.org/jira/browse/TS-2359
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Leif Hedstrom
>            Assignee: James Peach
>             Fix For: 4.2.0
>
>
> {code}
> cd /opt/ats/bin && ln -s traffic_top tstop
> ln: failed to create symbolic link ‘tstop’: File exists
> {code}
> Probably should unlink the old version (if it's there) before symlinking it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)