Hi Adam, the build issue on trunk that your seeing is because we don't yet support building with GCC 4.7.
I've been keeping track of the particular boost issue here: https://issues.apache.org/jira/browse/MESOS-271 https://svn.boost.org/trac/boost/ticket/6854 If your looking to use git, the svn repo is mirrored here: git://git.apache.org/mesos.git Note that you should track "trunk" instead of "master". P.S. If you're interested in Hadoop on mesos, you may also be interested in Storm or Spark on Mesos, which are maintained externally: https://github.com/nathanmarz/storm-mesos https://github.com/mesos/spark On Wed, Jan 30, 2013 at 1:45 PM, Vinod Kone <[email protected]> wrote: > Hey Adam, > > We do most of the Mesos development on 64-bit machines, and we rarely, if > ever, test on 32-bit machines. So, we recommend building Mesos on 64-bit > machines. > > The specific issue you have encountered with 0.9.0 is well known and the > fix has been applied in 0.10.0 release. You can > grab the distribution from: http://people.apache.org/~benh/mesos-0.10.0 > -incubating-RC2/mesos-0.10.0-incubating.tar.gz<http://people.apache.org/~benh/mesos-0.10.0-incubating-RC2/mesos-0.10.0-incubating.tar.gz> > > Having said that, you might still encounter issues when you are building on > 32-bit. (https://issues.apache.org/jira/browse/MESOS-267). > > Vinod > > > @vinodkone > > > On Wed, Jan 30, 2013 at 10:56 AM, Adam Monsen <[email protected]> wrote: > > > Hi Vinod, > > > > Thanks for your reply. > > > > > To run the C++ framework for example, you would do > > > > I ran into compile errors with some 3rd party libraries (I think). > > > > Here's what happened trying to compile trunk r1439229: > > https://gist.github.com/4675618 > > > > Here's what happened trying to compile Mesos 0.9.0: > > https://gist.github.com/4675694 > > > > I'm doing this on an Ubuntu 12.10 32-bit Desktop. > > > > I'll check out those EC2 scripts, too. That seems like an easier way to > > just try out Mesos/Hadoop. > > > > > You might want to look at issues tagged as "Minor"/"Trivial", if you > are > > > looking for some place to start! > > > > I'll check those out once I get oriented, thanks. > > > > I just started a MapReduce tutorial, we'll see how it goes. :) > > > > -Adam > > > > >
