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

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

Jie Yu created MESOS-1229:
-----------------------------

             Summary: "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
            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)