That's great, thanks! I'm having more luck building on Red-hat, but it's still taken me many hours to get all the dependencies right. (nearly there -- just on errors building the python egg now)
Once I've fixed all the issues I'll submit a patch through a JIRA bug. -- Matthew Rathbone Foursquare | Software Engineer | Server Engineering Team [email protected] (mailto:[email protected]) | @rathboma (http://twitter.com/rathboma) | 4sq (http://foursquare.com/rathboma) On Thursday, January 26, 2012 at 9:51 PM, Benjamin Hindman wrote: > The fix for this should be committed in revision 1236508. Note that if you > upgraded your autoconf but not your automake you might run into another > issue (an aclocal issue). > > Let us know if that doesn't help! > > > On Fri, Jan 27, 2012 at 3:29 AM, Benjamin Hindman <[email protected] > (mailto:[email protected])>wrote: > > > I have a patch for this I'll be committing tonight! I'll respond to this > > email once it's committed. Thanks for the report. > > > > > > On Fri, Jan 27, 2012 at 3:27 AM, Matthew Rathbone <[email protected] > > (mailto:[email protected])>wrote: > > > > > Hey all, > > > > > > I've been looking into how to best migrate our current hadoop deployment > > > from EMR to a more production-friendly permanent setup. During my research > > > I came across mesos, tried it on ec2 and was hooked! > > > > > > I'm looking to experiment with the system in preparing for a production > > > roll out, but I'm having issues building mesos on osx so that I can test > > > locally. > > > > > > I think it's an issue with autoconf, so I installed a new version through > > > macports, but I'm still getting the following errors when I run > > > ./bootstrap: > > > > > > ... > > > m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from... > > > m4/libtool.m4:5305: _LT_LANG_CXX_CONFIG is expanded from... > > > m4/libtool.m4:785: _LT_LANG is expanded from... > > > m4/libtool.m4:768: LT_LANG is expanded from... > > > configure.ac:35 (http://configure.ac:35): the top level > > > configure.ac:351 (http://configure.ac:351): warning: LT_OUTPUT was called > > > before LT_LANG > > > m4/libtool.m4:768: LT_LANG is expanded from... > > > configure.ac:351 (http://configure.ac:351): the top level > > > src/Makefile.am:55 (http://Makefile.am:55): `pkglibexecdir' is not a > > > legitimate directory for > > > `SCRIPTS' > > > autoreconf: automake failed with exit status: 1 > > > > > > > > > > > > Any idea how I would go about fixing that? > > > > > > -- > > > Matthew Rathbone > > > Foursquare | Software Engineer | Server Engineering Team > > > [email protected] (mailto:[email protected]) > > > (mailto:[email protected]) | @rathboma ( > > > http://twitter.com/rathboma) | 4sq (http://foursquare.com/rathboma) > > > > > > > > > > >
