On Mon, Mar 22, 2010 at 12:23:55PM -0500, Jan Lehnardt wrote:
>
> On 22 Mar 2010, at 12:18, Jan Lehnardt wrote:
>
> >
> > On 22 Mar 2010, at 12:07, Dirkjan Ochtman wrote:
> >
> >> On Mon, Mar 22, 2010 at 16:54, Noah Slater <[email protected]> wrote:
> >>> We are voting on the following release artifacts:
> >>>
> >>> http://people.apache.org/~nslater/dist/0.11.0/
> >>
> >> I copied my ebuild (I package CouchDB for Gentoo) from 0.10.1, changed
> >> the download URI to point to the 0.11 tarball, then ran into an error:
> >>
> >> make[3]: *** No rule to make target `default/couchdb', needed by
> >> `all-am'. Stop.
> >> make[3]: *** Waiting for unfinished jobs....
> >>
> >> View the complete build log here: http://dirkjan.ochtman.nl/files/build.log
> >
> > I'm seeing the same thing on two different Linuxes that build just fine
> > from source.
> > I don't use ebuild, just plain ./configure && make.
>
> make distcheck on the same machine(s) works just fine. I would expect make
> distcheck
> to catch such an error?
>
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
--
Sam Bisbee