Nice to see it's so easy to spin up a mesos cluster using fig, but I'm afraid the OP wants to compile mesos from source for some reason.
I have tried to compile and run mesos, but the "make check" commands fails, and I ended up building mesos inside a virtual machine. On Tue, Jan 20, 2015 at 12:02 AM, Alex Gaudio <[email protected]> wrote: > If this doesn't end up working out for you, I run mesos on my mac in > docker containers. This lets me spin up arbitrary numbers of slaves. > > This is a really good example for how to get things working: > https://github.com/breerly/fig-mesos > > On Fri, Jan 16, 2015 at 6:49 PM, Diptanu Choudhury <[email protected]> > wrote: > >> Hi Ben, >> >> I am not sure about the presence of the compiler flag. I shall compile >> Mesos 0.21.1 once again tonight and share the output. >> >> On Fri, Jan 16, 2015 at 11:53 AM, Benjamin Mahler < >> [email protected]> wrote: >> >>> It doesn't look like the exception here is being caught correctly: >>> >>> https://github.com/apache/mesos/blob/0.21.1/3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp#L32 >>> >>> Just to be sure, can you show your compilation output, in particular, >>> that you're not seeing "-fno-exceptions" as a compiler flag? >>> >>> On Fri, Jan 16, 2015 at 10:31 AM, Diptanu Choudhury <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> I am seeing some startup errors with Mesos 0.21.1 on OSX. Both the >>>> server and slaves crashes throwing this error - >>>> https://gist.github.com/diptanu/19c1d7d0efc5fe7265c8 >>>> >>>> Wondering if this is happening to others as well? >>>> >>>> -- >>>> Thanks, >>>> Diptanu Choudhury >>>> Web - www.linkedin.com/in/diptanu >>>> Twitter - @diptanu <http://twitter.com/diptanu> >>>> >>> >>> >> >> >> -- >> Thanks, >> Diptanu Choudhury >> Web - www.linkedin.com/in/diptanu >> Twitter - @diptanu <http://twitter.com/diptanu> >> > >

