Re: [E] Re: Require GCC >= 4.9

2016-10-10 Thread Wood, Aaron
Hi, -Wall and -Werror have been set on Mesos for quite some time now. It¹s only in libprocess and stout that they were never set. Good point about trusty not including gcc 4.9. Do you think it would be acceptable to instruct people to take it from the toolchain PPA?

Re: Require GCC >= 4.9

2016-10-10 Thread Evers Benno
Hi, I think this would break the build on ubuntu trusty, the latest natively available version there is 4.8.2 Also, glancing at your review, I feel like `-Wall -Werror` is somewhat of an anti-pattern, it just seems to guarantee that the build will break whenever the compiler writers decide to add

[GitHub] mesos pull request #:

2016-10-10 Thread kamilchm
Github user kamilchm commented on the pull request: https://github.com/apache/mesos/commit/aeaec8940c7dd8e17e379fc7aa03fbce60d77b20#commitcomment-19366004 Sure, I'll do to it tomorrow with more details. --- If your project is set up for it, you can reply to this email and have your

Require GCC >= 4.9

2016-10-10 Thread Wood, Aaron
Hi everyone, I am proposing that Mesos requires GCC >= 4.9 going forward instead of >= 4.8.1. This is mainly to support -fstack–protector-strong. See the related RR here https://reviews.apache.org/r/52645/ How does everyone feel about this? Thanks, Aaron

Re: Deprecate MESOS_DIRECTORY executor environment variable

2016-10-10 Thread Joshua Cohen
Thermos would definitely need a period to adjust where both are supported, as we do make pretty wide usage of $MESOS_DIRECTORY. On Fri, Oct 7, 2016 at 5:55 PM, Zameer Manji wrote: > Thanks for clearing that up. > > I've cced Joshua Cohen (who is currently maintaining thermos)

[GitHub] mesos pull request #:

2016-10-10 Thread vinodkone
Github user vinodkone commented on the pull request: https://github.com/apache/mesos/commit/aeaec8940c7dd8e17e379fc7aa03fbce60d77b20#commitcomment-19363756 @kamilchm can you file a ticket on issues.apache.org? --- If your project is set up for it, you can reply to this email and

Design doc of OCI image spec support in Mesos

2016-10-10 Thread Qian Zhang
Hi Folks, I am currently working on the OCI image spec support in Mesos (MESOS-5011), we'd like to add OCI image spec support to the universal containerizer so that users can launch containers with OCI images using universal containerizer. I have drafted a design doc, please feel free to review

[GitHub] mesos pull request #:

2016-10-10 Thread kamilchm
Github user kamilchm commented on the pull request: https://github.com/apache/mesos/commit/aeaec8940c7dd8e17e379fc7aa03fbce60d77b20#commitcomment-19360216 Why this was reverted? I found it to be an issue on NixOS https://github.com/NixOS/nixpkgs/pull/19064 --- If your project is