-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67413/
-----------------------------------------------------------

(Updated July 3, 2018, 2:40 p.m.)


Review request for mesos, Andrew Schwartzmeyer, Benjamin Bannier, Eric Chung, 
and Kevin Klues.


Changes
-------

Updated error messages.


Bugs: MESOS-8955
    https://issues.apache.org/jira/browse/MESOS-8955


Repository: mesos


Description
-------

This will facilitate the introduction of `PYTHON_3` and
`PYTHON_3_VERSION` to build the CLI in a future commit.


Diffs (updated)
-----

  configure.ac 8b8064aca7ae39e16dda40828b5a087b14b54a65 


Diff: https://reviews.apache.org/r/67413/diff/9/

Changes: https://reviews.apache.org/r/67413/diff/8-9/


Testing
-------

My machine runs Python 2 when using `python` but `python3` is available. The 
result of `configure` was:

`../configure` works.
`PYTHON_VERSION=3 ../configure` returns `configure: error: Mesos requires 
Python < 3.0`.
`PYTHON=python3 ../configure` returns `configure: error: Mesos requires Python 
< 3.0`.
`PYTHON=python3 ../configure --disable-python` works.
`PYTHON=python3 ../configure --disable-python --enable-new-cli` returns 
`configure: error: Mesos requires Python < 3.0`.


Thanks,

Armand Grillet

Reply via email to