----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23086/#review49532 -----------------------------------------------------------
3rdparty/libprocess/3rdparty/Makefile.am <https://reviews.apache.org/r/23086/#comment86638> This is done below in lines 215 and 216. Doesn't look it's need here? 3rdparty/libprocess/configure.ac <https://reviews.apache.org/r/23086/#comment86643> what happens if "protobuf.jar" doesn't exist in this location? where/when does the error occur? 3rdparty/libprocess/configure.ac <https://reviews.apache.org/r/23086/#comment86676> instead of hardcoding the version, is there a way to get this from 3rdparty versions.am? configure.ac <https://reviews.apache.org/r/23086/#comment86675> instead of hardcoding the version, is there a way to get this from 3rdparty versions.am? mpi/mpiexec-mesos.in <https://reviews.apache.org/r/23086/#comment86672> Maybe also mention to ensure that the protobuf egg exists on the PYTHONPATH? Otherwise users would've no idea how to go forward. src/Makefile.am <https://reviews.apache.org/r/23086/#comment86645> would this work if 'protoc' is installed in a prefix location? src/examples/python/test-containerizer.in <https://reviews.apache.org/r/23086/#comment86678> ditto. expand on the comment. src/examples/python/test-executor.in <https://reviews.apache.org/r/23086/#comment86679> ditto. expand on the comment. src/examples/python/test-framework.in <https://reviews.apache.org/r/23086/#comment86680> ditto. expand on the comment. - Vinod Kone On July 22, 2014, 6:14 p.m., Timothy St. Clair wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/23086/ > ----------------------------------------------------------- > > (Updated July 22, 2014, 6:14 p.m.) > > > Review request for mesos, Benjamin Hindman and Vinod Kone. > > > Bugs: MESOS-1174 > https://issues.apache.org/jira/browse/MESOS-1174 > > > Repository: mesos-git > > > Description > ------- > > Enable mesos to build against system installed version of protobuf. > > > Diffs > ----- > > 3rdparty/libprocess/3rdparty/Makefile.am 705d19c > 3rdparty/libprocess/configure.ac 3a38b04 > configure.ac e747208 > mpi/mpiexec-mesos.in da0733f > src/Makefile.am c216e2f > src/examples/java/test-exception-framework.in 065f3c0 > src/examples/java/test-executor.in 35559d2 > src/examples/java/test-framework.in 9af48f9 > src/examples/java/test-log.in 8afed0d > src/examples/java/test-multiple-executors-framework.in 235eb23 > src/examples/python/test-containerizer.in 569519b > src/examples/python/test-executor.in 7e8875f > src/examples/python/test-framework.in c4683b9 > src/python/setup.py.in b996dfe > > Diff: https://reviews.apache.org/r/23086/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Timothy St. Clair > >