When running Make (right at the end) it tries to copy mesos.py to a different
directory, but the two directories are the same, so it fails
------------------------------------------------------------------------------------------------------------------------------------------
Key: MESOS-138
URL: https://issues.apache.org/jira/browse/MESOS-138
Project: Mesos
Issue Type: Bug
Components: build
Environment: Red Hat (Amazon's AMI)
Reporter: Matthew Rathbone
Priority: Minor
This bug is present in the generated Makefile.in (I ran
./configure.template.amazon-linux-64)
The error is something like 'cp failed, the source and destination directories
are the same'
When you see the error, deleting this line from src/Makefile.in will fix it:
@HAS_PYTHON_TRUE@ @cp -pf $(srcdir)/python/src/mesos.py python/src/mesos.py
--
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