You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2014/05/16 23:54:16 UTC

[jira] [Updated] (MESOS-1229) "make" should fail when 3rdparty library patches are not found

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

Benjamin Mahler updated MESOS-1229:
-----------------------------------

    Fix Version/s:     (was: 0.19.0)

> "make" should fail when 3rdparty library patches are not found
> --------------------------------------------------------------
>
>                 Key: MESOS-1229
>                 URL: https://issues.apache.org/jira/browse/MESOS-1229
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: Jie Yu
>
> Currently, "make" will proceed even if some 3rdparty patches are not found (e.g., libev-4.15.patch).
> {noformat}
> %-stamp: %.tar.gz
>     gzip -d -c $^ | tar xf -
>     test ! -e $(srcdir)/$*.patch || patch -d $* -p1 <$(srcdir)/$*.patch
>     touch $@
> {noformat}
> This could cause some bugs that are extremely hard to debug. For example, someone do "rsync" to build mesos on a remote machine and somehow exclude all "*.patch" during rsync.



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