Re: [ceph-users] More problems building Ceph....

2014-07-26 Thread Joao Eduardo Luis
On 07/25/2014 08:39 PM, Noah Watkins wrote: You can rm -rf those submodule directories and then re-run submodule init/update to put the tree in a good state without re-cloning. FWIW, as part of my build procedure I usually go with: git submodule foreach 'git clean -fdx' git clean -fdx [remote

Re: [ceph-users] More problems building Ceph....

2014-07-25 Thread Noah Watkins
You can rm -rf those submodule directories and then re-run submodule init/update to put the tree in a good state without re-cloning. On Fri, Jul 25, 2014 at 12:10 PM, Deven Phillips wrote: > Noah, > > That DOES appear to have been at least part of the problem... The > src/lib3/ directory was

Re: [ceph-users] More problems building Ceph....

2014-07-25 Thread Deven Phillips
Noah, That DOES appear to have been at least part of the problem... The src/lib3/ directory was empty and when I tried to use submodules to update it I got errors about non-empty directories... Trying to fix that now.. Thanks! Deven On Fri, Jul 25, 2014 at 2:51 PM, Noah Watkins wrote: >

Re: [ceph-users] More problems building Ceph....

2014-07-25 Thread Deven Phillips
I'm using v0.82 tagged version from Git On Fri, Jul 25, 2014 at 2:54 PM, Noah Watkins wrote: > Oh, it looks like autogen.sh is smart about that now. If you using the > latest master, my suggestion may not be the solution. > > On Fri, Jul 25, 2014 at 11:51 AM, Noah Watkins > wrote: > > Make sur

Re: [ceph-users] More problems building Ceph....

2014-07-25 Thread Abhishek L
Noah Watkins writes: > Oh, it looks like autogen.sh is smart about that now. If you using the > latest master, my suggestion may not be the solution. > > On Fri, Jul 25, 2014 at 11:51 AM, Noah Watkins > wrote: >> Make sure you are intializing the sub-modules.. the autogen.sh script >> should pr

Re: [ceph-users] More problems building Ceph....

2014-07-25 Thread Noah Watkins
Oh, it looks like autogen.sh is smart about that now. If you using the latest master, my suggestion may not be the solution. On Fri, Jul 25, 2014 at 11:51 AM, Noah Watkins wrote: > Make sure you are intializing the sub-modules.. the autogen.sh script > should probably notify users when these are

Re: [ceph-users] More problems building Ceph....

2014-07-25 Thread Noah Watkins
Make sure you are intializing the sub-modules.. the autogen.sh script should probably notify users when these are missing and/or initialize them automatically.. git submodule init git submodule update or alternatively, git clone --recursive ... On Fri, Jul 25, 2014 at 11:48 AM, Deven Phillips w

[ceph-users] More problems building Ceph....

2014-07-25 Thread Deven Phillips
I'm trying to build DEB packages for my armhf devices, but my most recent efforts are dying. Anny suggestions would be MOST welcome! make[5]: Entering directory `/home/cubie/Source/ceph/src/java' jar cf libcephfs.jar -C java com/ceph/fs/CephMount.class -C java com/ceph/fs/CephStat.class -C java co