You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2015/04/16 19:26:58 UTC

[jira] [Assigned] (MESOS-2624) "configure" should fail when "patch" is not available.

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

haosdent reassigned MESOS-2624:
-------------------------------

    Assignee: haosdent

> "configure" should fail when "patch" is not available.
> ------------------------------------------------------
>
>                 Key: MESOS-2624
>                 URL: https://issues.apache.org/jira/browse/MESOS-2624
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Till Toenshoff
>            Assignee: haosdent
>            Priority: Minor
>              Labels: newbie
>
> Currently {{make}} fails when being used on a rather bare system that does not have {{patch}} installed.
> {noformat}
> [...]
> gzip -d -c ../../../../3rdparty/libprocess/3rdparty/libev-4.15.tar.gz | tar xf -
> gzip -d -c ../../../../3rdparty/libprocess/3rdparty/boost-1.53.0.tar.gz | tar xf -
> test ! -e ../../../../3rdparty/libprocess/3rdparty/libev-4.15.patch || patch -d libev-4.15 -p1 <../../../../3rdparty/libprocess/3rdparty/libev-4.15.patch
> /bin/sh: patch: command not found
> Makefile:1570: recipe for target 'libev-4.15-stamp' failed
> make[6]: *** [libev-4.15-stamp] Error 127
> make[6]: *** Waiting for unfinished jobs....
> {noformat}
> The configuration phase should test for the availability of {{patch}} and warn the user properly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)