[
https://issues.apache.org/jira/browse/MESOS-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Downes updated MESOS-1229:
------------------------------
Fix Version/s: 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
> Fix For: 0.19.0
>
>
> 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)