From dev-return-9180-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Mar 17 17:45:37 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 24656 invoked from network); 17 Mar 2010 17:45:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Mar 2010 17:45:37 -0000 Received: (qmail 28816 invoked by uid 500); 17 Mar 2010 17:45:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 28778 invoked by uid 500); 17 Mar 2010 17:45:33 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 28770 invoked by uid 99); 17 Mar 2010 17:45:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Mar 2010 17:45:33 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Mar 2010 17:45:26 +0000 Received: by fg-out-1718.google.com with SMTP id 16so476161fgg.5 for ; Wed, 17 Mar 2010 10:45:04 -0700 (PDT) Received: by 10.87.47.1 with SMTP id z1mr12555254fgj.74.1268847903693; Wed, 17 Mar 2010 10:45:03 -0700 (PDT) Received: from [10.0.1.213] (h-74-1-186-35.snfccasy.static.covad.net [74.1.186.35]) by mx.google.com with ESMTPS id 14sm1384838fxm.1.2010.03.17.10.45.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 10:45:03 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: Buildbot problems From: J Chris Anderson In-Reply-To: <6AA1400B-15FE-485F-A88E-7B4495114BC6@me.com> Date: Wed, 17 Mar 2010 10:44:58 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <6AA1400B-15FE-485F-A88E-7B4495114BC6@me.com> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1077) On Mar 17, 2010, at 9:34 AM, Noah Slater wrote: > Hey, >=20 > I am investigating the problems with the release, and it seems that = the reason no one else was able to reproduce my problems is that I run = "make distcheck" and everyone else runs "make check" - while this is = fine for a quick check, the "distcheck" target actually prepares the = release tarball, and then runs the test suite from within that. >=20 When I run `make distcheck` I get the following last lines of output: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D apache-couchdb-0.11.0b916519 archives ready for distribution:=20 apache-couchdb-0.11.0b916519.tar.gz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I think this means it is passing for me. Chris > I rather suspect this error is because some file or other is not being = included in the distribution. I am going to try to figure out exactly = what is going on now. >=20 > In the mean time, how can I get the build bot to run "make distcheck" = instead of "make check"? >=20 > Ideally, I would like these problems highlighted as soon as they = occur.=20 >=20 > Thanks, >=20 > N