You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/03/03 19:56:24 UTC

[jira] [Resolved] (MESOS-1051) tar command used in fetcher not portable to OS X

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

Vinod Kone resolved MESOS-1051.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

commit e53ec0dcf0afa06924e8c86ad6b7efbdab646800
Author: Anton Lindström <an...@alley.se>
Date:   Mon Mar 3 10:52:50 2014 -0800

    Updated dash in front of flags for tar command in fetcher.
    
    Review: https://reviews.apache.org/r/18697/


> tar command used in fetcher not portable to OS X
> ------------------------------------------------
>
>                 Key: MESOS-1051
>                 URL: https://issues.apache.org/jira/browse/MESOS-1051
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization
>    Affects Versions: 0.18.0
>            Reporter: Robert Lacroix
>            Assignee: Anton Lindström
>             Fix For: 0.19.0
>
>
> {code}
> tar -C '<output directory>' xJf '<tar.gz>'
> {code}
> used in [fetcher.cpp|https://github.com/apache/mesos/blob/f90fe7641ea8f7066a6a1171a24ddaa8dc30e789/src/launcher/fetcher.cpp#L47] works on Linux, but is not portable to OS X and fails with 
> {code}
> tar: Must specify one of -c, -r, -t, -u, -x
> {code}
> It should be called using portable arguments instead.
> This is a new regression in 0.18.



--
This message was sent by Atlassian JIRA
(v6.2#6252)