'make clean' should remove Python eggs, JARs, etc. for older Mesos versions
---------------------------------------------------------------------------

                 Key: MESOS-172
                 URL: https://issues.apache.org/jira/browse/MESOS-172
             Project: Mesos
          Issue Type: Bug
            Reporter: Charles Reiss
            Priority: Trivial


After andrew fixed one of our jenkins builds to do 'make clean', the Python 
framework test failed like this:

test: 34: 
/home/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/src/python/dist/mesos-0.0.1-py2.6-linux-x86_64.egg:
 unexpected operator
Traceback (most recent call last):
  File 
"/home/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/src/examples/python/test_framework.py",
 line 23, in <module>
    import mesos
ImportError: No module named mesos

The version 0.0.1 file was left from a prior build and not removed by 'make 
clean' and caused the failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to