Re: [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-22 Thread Benjamin Hindman
+1 (binding) On Ubuntu 14.04: $ make check ... all tests pass ... $ sudo make check ... tests with known issues fail, but ignoring because these have all been resolved and are issues with the tests alone ... Thanks Adam. On Fri, Jul 17, 2015 at 4:42 PM Adam Bordelon a...@mesosphere.io wrote:

Re: [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-22 Thread Timothy Chen
+1 The docker bridge network test failed because some iptable rules that was set on the environment. I will comment on the JIRA but not a blocker. Tim On Jul 22, 2015, at 1:07 PM, Benjamin Hindman benjamin.hind...@gmail.com wrote: +1 (binding) On Ubuntu 14.04: $ make check ...

Re: [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-22 Thread Marco Massenzio
+1 Run all tests on Ubuntu 14.04 (physical box, not a VM). All tests pass (as regular user). `sudo make distcheck` still fails with the following errors; I am assuming these are known issues and not deemed to be blockers? [ FAILED ] 9 tests, listed below: [ FAILED ]

Re: Introducing a CMake-based build system for Mesos

2015-07-22 Thread haosdent
do we have any tickets to record support Windows? On Jul 23, 2015 9:50 AM, haosdent haosd...@gmail.com wrote: cool! On Jul 23, 2015 5:12 AM, Alex Clemmer clemmer.alexan...@gmail.com wrote: Hey folks. For some time there has been vestigial interest in a CMake[1]-based alternative to the

Re: Introducing a CMake-based build system for Mesos

2015-07-22 Thread Alex Clemmer
Yep! We sure do: (1) https://issues.apache.org/jira/browse/MESOS-3098 (2) https://issues.apache.org/jira/browse/MESOS-3097 (3) https://issues.apache.org/jira/browse/MESOS-3102 On Wed, Jul 22, 2015 at 6:56 PM, haosdent haosd...@gmail.com wrote: do we have any tickets to record support Windows?

Re: Introducing a CMake-based build system for Mesos

2015-07-22 Thread haosdent
cool! On Thu, Jul 23, 2015 at 10:03 AM, Alex Clemmer clemmer.alexan...@gmail.com wrote: Yep! We sure do: (1) https://issues.apache.org/jira/browse/MESOS-3098 (2) https://issues.apache.org/jira/browse/MESOS-3097 (3) https://issues.apache.org/jira/browse/MESOS-3102 On Wed, Jul 22, 2015 at

Re: Introducing a CMake-based build system for Mesos

2015-07-22 Thread Marco Massenzio
This is really cool! Eclipse CDT is becoming a bit tiresome to use, but JetLabs' CLion only support cmake, so I definitely have a stake in this working :) Please keep us posted on progress, I'll definitely try and give it a spin on Ubuntu and OSX. Thanks for doing it! *Marco Massenzio*

[RESULT] [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-22 Thread Adam Bordelon
Good news, everyone! The vote for Mesos 0.23.0 (rc4) has passed with the following votes. +1 (Binding) -- *** Vinod Kone *** Adam B *** Benjamin Hindman *** Timothy Chen +1 (Non-binding) -- *** Vaibhav Khanduja *** Marco Massenzio There

Re: Introducing a CMake-based build system for Mesos

2015-07-22 Thread Vinod Kone
This is exciting! Thanks for sharing the progress Alex. Mind sending us instructions on how to build/test with cmake for noobs like me? On Wed, Jul 22, 2015 at 2:19 PM, Kevin Lyda ke...@ie.suberic.net wrote: On Wed, Jul 22, 2015 at 10:12 PM, Alex Clemmer clemmer.alexan...@gmail.com wrote:

Re: Introducing a CMake-based build system for Mesos

2015-07-22 Thread Kevin Lyda
On Wed, Jul 22, 2015 at 10:12 PM, Alex Clemmer clemmer.alexan...@gmail.com wrote: depends on (cf. MESOS-898[2]). In the near future we expect to start thinking about supporting little-known platforms such as Windows, (where a fully cross-platform build system is table stakes). Uh... why? More

Introducing a CMake-based build system for Mesos

2015-07-22 Thread Alex Clemmer
Hey folks. For some time there has been vestigial interest in a CMake[1]-based alternative to the autotools-based build system that Mesos currently depends on (cf. MESOS-898[2]). In the near future we expect to start thinking about supporting little-known platforms such as Windows, (where a fully

Re: Introducing a CMake-based build system for Mesos

2015-07-22 Thread Alex Clemmer
On Wed, Jul 22, 2015 at 3:47 PM, Vinod Kone vinodk...@gmail.com wrote: This is exciting! Thanks for sharing the progress Alex. Mind sending us instructions on how to build/test with cmake for noobs like me? Ah, rats, I knew I was forgetting something. It actually looks pretty much like the