Re: Build issues: Thermos executor not working

2015-02-18 Thread Erb, Stephan
The build is working fine again. Thanks for the quick reaction! From: Zameer Manji Sent: Tuesday, February 17, 2015 8:57 PM To: dev@aurora.incubator.apache.org Subject: Re: Build issues: Thermos executor not working I'm picking this up. I have

Re: Build issues: Thermos executor not working

2015-02-17 Thread Zameer Manji
I'm picking this up. I have filed https://issues.apache.org/jira/browse/AURORA-1128 to track my progress in this issue. On Tue, Feb 17, 2015 at 9:40 AM, Kevin Sweeney wrote: > You'll also need to add the dependency everywhere that depends on > 3rdparty/python:mesos.interface. > > On Tue, Feb 17,

Re: Build issues: Thermos executor not working

2015-02-17 Thread Kevin Sweeney
You'll also need to add the dependency everywhere that depends on 3rdparty/python:mesos.interface. On Tue, Feb 17, 2015 at 9:39 AM, Kevin Sweeney wrote: > I ran into this issue as well - it looks like the problem is that Mesos > requires protobuf<3, which 3.0.0-alpha1 technically is (pants uses

Re: Build issues: Thermos executor not working

2015-02-17 Thread Kevin Sweeney
I ran into this issue as well - it looks like the problem is that Mesos requires protobuf<3, which 3.0.0-alpha1 technically is (pants uses a different resolver than pip - pip will ignore alpha versions unless run with --pre). A workaround is to add an explicit dependency on protobuf==2.6.1 to our 3