Re: Building on OS X 10.12

2016-12-01 Thread Michael Park
Thanks for writing this up! The remote login thing is funky! The `-Wno-deprecated-declarations` is currently very unfortunate, and hopefully we can fix this in our build automatically soon. I personally have been doing: `CC="ccache clang-3.7 -Wno-deprecated-declarations" CXX="ccache clang++-3.7

Re: [VOTE] Release Apache Mesos 0.28.3 (rc1)

2016-12-01 Thread Benjamin Mahler
+1 (binding) On Wed, Nov 30, 2016 at 2:53 PM, Greg Mann wrote: > +1 (non-binding) > > Did `sudo make check` on CentOS 7. Aside from several > LinuxFilesystemIsolatorTests and two other flaky > tests, CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_ > DestroyTracedProcess >

Re: Building on OS X 10.12

2016-12-01 Thread Benjamin Mahler
Here is the update: https://reviews.apache.org/r/54262/ On Thu, Dec 1, 2016 at 12:36 PM, Vinod Kone wrote: > Thanks! > > On Thu, Dec 1, 2016 at 12:34 PM, Benjamin Mahler > wrote: > > > I ran into some compilation issues after upgrading to OS X

Re: Building on OS X 10.12

2016-12-01 Thread Vinod Kone
Thanks! On Thu, Dec 1, 2016 at 12:34 PM, Benjamin Mahler wrote: > I ran into some compilation issues after upgrading to OS X 10.12.1, and was > able to build successfully with Jie's help. > > The first thing was that I encountered a lot of these deprecation warnings: > >

Building on OS X 10.12

2016-12-01 Thread Benjamin Mahler
I ran into some compilation issues after upgrading to OS X 10.12.1, and was able to build successfully with Jie's help. The first thing was that I encountered a lot of these deprecation warnings: ../../../3rdparty/libprocess/../stout/include/stout/os/posix/su.hpp:241:9: warning: 'syscall' is