[
https://issues.apache.org/jira/browse/MESOS-8477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340403#comment-16340403
]
Till Toenshoff commented on MESOS-8477:
---------------------------------------
{noformat}
commit 46ebb84b80298f64f1fb97b75f2ecc2c68ba20ea (HEAD -> master, origin/master,
origin/HEAD)
Author: Till Toenshoff <[email protected]>
Date: Fri Jan 26 02:25:03 2018 +0100
Fixed make clean without Python.
Review: https://reviews.apache.org/r/65280/
{noformat}
> Make clean fails without Python artifacts.
> ------------------------------------------
>
> Key: MESOS-8477
> URL: https://issues.apache.org/jira/browse/MESOS-8477
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 1.5.0
> Reporter: Till Toenshoff
> Assignee: Till Toenshoff
> Priority: Major
> Fix For: 1.6.0
>
>
> Make clean may fail if there are no Python artifacts created by previous
> builds.
> {noformat}
> $ make clean{noformat}
> {noformat}
> [...]
> rm -rf java/target
> rm -f examples/java/*.class
> rm -f java/jni/org_apache_mesos*.h
> find python \( -name "build" -o -name "dist" -o -name "*.pyc" \
> -o -name "*.egg-info" \) -exec rm -rf '{}' \+
> find: ‘python’: No such file or directory
> make[1]: *** [clean-python] Error 1
> make[1]: Leaving directory `/home/centos/workspace/mesos/build/src'
> make: *** [clean-recursive] Error 1{noformat}
>
> Triggered by
> [https://github.com/apache/mesos/blob/62d392704c499e06da0323e50dfd016cdac06f33/src/Makefile.am#L2218-L2219]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)