On 22 Mar 2010, at 17:52, Sam Bisbee wrote:
>
> I'm seeing the same failure on Debian squeeze. `make distcheck` gives me this:
>
> { test ! -d "apache-couchdb-0.11.0" || { find "apache-couchdb-0.11.0" -type d
> ! -perm -200 -exec chmod u+w {} ';' && rm -fr "apache-couchdb-0.11.0"; }; }
> test -d "apache-couchdb-0.11.0" || mkdir "apache-couchdb-0.11.0"
> (cd bin && make top_distdir=../apache-couchdb-0.11.0
> distdir=../apache-couchdb-0.11.0/bin \
> am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
> make[1]: Entering directory `/home/sbisbee/bwah/apache-couchdb-0.11.0/bin'
> make[1]: Leaving directory `/home/sbisbee/bwah/apache-couchdb-0.11.0/bin'
> (cd etc && make top_distdir=../apache-couchdb-0.11.0
> distdir=../apache-couchdb-0.11.0/etc \
> am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
> make[1]: Entering directory `/home/sbisbee/bwah/apache-couchdb-0.11.0/etc'
> make[1]: *** No rule to make target `default/couchdb', needed by `distdir'.
> Stop.
> make[1]: Leaving directory `/home/sbisbee/bwah/apache-couchdb-0.11.0/etc'
> make: *** [distdir] Error 1
I cannot reproduce this error.
I just tried "make distcheck" on debian sid, and it worked perfectly.
This is blocking the release now - could someone come on IRC and help me
reproduce?