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
On Wed, May 29, 2013 at 2:03 PM, Dirkjan Ochtman wrote:
>
> So, help2man?
>
That's it, thanks!
- benoit
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
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
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 \
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