Re: [ceph-commit] [ceph/ceph] e6a154: osx: compile on OSX

2012-12-13 Thread Christoph Hellwig
On Mon, Dec 10, 2012 at 07:11:44AM -1000, Sam Lang wrote: Is libaio really needed to build ceph-fuse? I use macports on my system and the last time I tried to make a change set to let ceph/ceph-fuse build on my laptop failed as I didn't have libaio, though I could just write a port for it.

Re: [ceph-commit] [ceph/ceph] e6a154: osx: compile on OSX

2012-12-10 Thread Jimmy Tang
On 9 Dec 2012, at 18:22, Noah Watkins wrote: On Sun, Dec 9, 2012 at 10:05 AM, Gregory Farnum g...@inktank.com wrote: Oooh, very nice! Do you have a list of the dependencies that you actually needed to install? I can put that together. They were boost, gperf, fuse4x, cryptopp. I think

Re: [ceph-commit] [ceph/ceph] e6a154: osx: compile on OSX

2012-12-10 Thread Sage Weil
On Mon, 10 Dec 2012, Jimmy Tang wrote: On 9 Dec 2012, at 18:22, Noah Watkins wrote: On Sun, Dec 9, 2012 at 10:05 AM, Gregory Farnum g...@inktank.com wrote: Oooh, very nice! Do you have a list of the dependencies that you actually needed to install? I can put that together. They

Re: [ceph-commit] [ceph/ceph] e6a154: osx: compile on OSX

2012-12-10 Thread Sam Lang
On 12/10/2012 07:01 AM, Sage Weil wrote: On Mon, 10 Dec 2012, Jimmy Tang wrote: On 9 Dec 2012, at 18:22, Noah Watkins wrote: On Sun, Dec 9, 2012 at 10:05 AM, Gregory Farnum g...@inktank.com wrote: Oooh, very nice! Do you have a list of the dependencies that you actually needed to install?

Re: [ceph-commit] [ceph/ceph] e6a154: osx: compile on OSX

2012-12-09 Thread Gregory Farnum
Oooh, very nice! Do you have a list of the dependencies that you actually needed to install? Apart from breaking this up into smaller patches, we'll also want to reformat some of it. Rather than sticking an #if APPLE on top of every spin lock, we should have utility functions that do this for

Re: [ceph-commit] [ceph/ceph] e6a154: osx: compile on OSX

2012-12-09 Thread Noah Watkins
On Sun, Dec 9, 2012 at 10:05 AM, Gregory Farnum g...@inktank.com wrote: Oooh, very nice! Do you have a list of the dependencies that you actually needed to install? I can put that together. They were boost, gperf, fuse4x, cryptopp. I think that might have been it. Apart from breaking this up