----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62176/#review184918 -----------------------------------------------------------
FAIL: Mesos tests failed to build. Please check http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/62176/logs/mesos-tests-cmake-build.log for any relevant errors Reviews applied: [62105, 62106, 62176] Logs available here: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/62176/logs - Mesos Reviewbot Windows On Sept. 7, 2017, 10:21 p.m., John Kordich wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62176/ > ----------------------------------------------------------- > > (Updated Sept. 7, 2017, 10:21 p.m.) > > > Review request for mesos, Andrew Schwartzmeyer, Jeff Coffler, and Joseph Wu. > > > Bugs: MESOS-3110 > https://issues.apache.org/jira/browse/MESOS-3110 > > > Repository: mesos > > > Description > ------- > > Added cmake dependency check for libsasl2 on non-Windows platforms. > > > Diffs > ----- > > src/CMakeLists.txt 1a828c4351ded36f51ccbbe67147da2f50b9cdb1 > > > Diff: https://reviews.apache.org/r/62176/diff/1/ > > > Testing > ------- > > I tested this on my Ubuntu 16.04 system. When the libsasl2 library doesn't > exist, it fails the cmake configure/build. I did not test this on any other > platform, but this code is in a "if (NOT WIN32)" block and won't affect a > Windows build. I'm uncertain if there is much support for other kinds of > builds (like Mac OS), but this should be platform independent. > > > Thanks, > > John Kordich > >
