Re: couchdb.1 is missing

2013-05-29 Thread Randall Leeds
On Wed, May 29, 2013 at 5:22 AM, Benoit Chesneau wrote: > On Wed, May 29, 2013 at 2:17 PM, Noah Slater wrote: >> Yep. Specifically, look at the output of ./configure towards the end. It >> will warn you that it's ignoring the missing dep. You can disable this >> behaviour by passing in --enable-s

Re: couchdb.1 is missing

2013-05-29 Thread Benoit Chesneau
On Wed, May 29, 2013 at 2:03 PM, Dirkjan Ochtman wrote: > > So, help2man? > That's it, thanks! - benoit

Re: couchdb.1 is missing

2013-05-29 Thread Benoit Chesneau
On Wed, May 29, 2013 at 2:17 PM, Noah Slater wrote: > Yep. Specifically, look at the output of ./configure towards the end. It > will warn you that it's ignoring the missing dep. You can disable this > behaviour by passing in --enable-strictness. If you're doing anything to do > with dist*, you sh

Re: couchdb.1 is missing

2013-05-29 Thread Noah Slater
Yep. Specifically, look at the output of ./configure towards the end. It will warn you that it's ignoring the missing dep. You can disable this behaviour by passing in --enable-strictness. If you're doing anything to do with dist*, you should be using this option. On 29 May 2013 13:03, Dirkjan Oc

Re: couchdb.1 is missing

2013-05-29 Thread Dirkjan Ochtman
On Wed, May 29, 2013 at 1:57 PM, Benoit Chesneau wrote: > I probably miss w dependency to build couch. I get this error right now: > > make -C bin distcheck-hook > make[2]: Entering directory `/vagrant/couchdb/bin' > if test ! -s couchdb.1; then \ >../build-aux/dist-error couchdb.1; \ > else \

couchdb.1 is missing

2013-05-29 Thread Benoit Chesneau
I probably miss w dependency to build couch. I get this error right now: make -C bin distcheck-hook make[2]: Entering directory `/vagrant/couchdb/bin' if test ! -s couchdb.1; then \ ../build-aux/dist-error couchdb.1; \ else \ if test ! `cat couchdb.1 | wc -l` -gt 1; then \ ../build-au