From dev-return-7297-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Nov 16 11:06:23 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 47849 invoked from network); 16 Nov 2009 11:06:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 11:06:23 -0000 Received: (qmail 24742 invoked by uid 500); 16 Nov 2009 11:06:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 24655 invoked by uid 500); 16 Nov 2009 11:06:22 -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 24645 invoked by uid 99); 16 Nov 2009 11:06:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 11:06:22 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gurdiga@gmail.com designates 209.85.220.220 as permitted sender) Received: from [209.85.220.220] (HELO mail-fx0-f220.google.com) (209.85.220.220) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 11:06:20 +0000 Received: by fxm20 with SMTP id 20so5776298fxm.35 for ; Mon, 16 Nov 2009 03:05:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=NYqk16rr8saxvdajKTlaJOa1L3Dfxd4cTlHaxCkpl8c=; b=P27WaOyJw/iallh6bZQJ1DSINf3R2DI2Z570q0hZC76WtH7sDYykcoQgUFTWl4cDAG 6O4iPkE/Zrwz7Rp4Iuvc1DPMSFQ/WRj+PQnDzIPvGFK3WdX2wLraAWi2JuICNtMhG130 VPwNiRqPXt6bfju9fIsj8FeJa7mMhEH482KF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Nere5cY/T5lfYFtXyMV/aABDuGomNs49EXfB110g8JaAr/GVlnYmiWvUZVD6DH1jPB UHhFQYF2kWH7wLQ4emnxelVWbSgKuCAEz8amGgCLnOKB+NUNkz8kTlEi/sWpTjIwRU01 IzJV1hEDq04qj1y7eYWX0tU+RwZdMHcBZuS/I= MIME-Version: 1.0 Received: by 10.239.196.130 with SMTP id v2mr763071hbi.207.1258369559127; Mon, 16 Nov 2009 03:05:59 -0800 (PST) In-Reply-To: References: From: Vlad GURDIGA Date: Mon, 16 Nov 2009 13:05:39 +0200 Message-ID: Subject: Re: make check fails To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Nov 13, 2009 at 5:54 PM, Paul Davis w= rote: > On Fri, Nov 13, 2009 at 10:47 AM, Paul Davis > wrote: >> On Fri, Nov 13, 2009 at 8:15 AM, Vlad GURDIGA wrote: >>> Hello, >>> >>> I'm not sure it's the right list to send this, so, excuse me if I'm >>> wrong, and please advise. >>> >>> Here is the report of my "make check": http://pastie.org/697173 >>> >>> If more logs are needed, let me know. >>> >> >> Can you paste the output of running this from the =C2=A0CouchDB src dire= ctory? >> >> $ prove -v test/etap/*.t >> >> Paul Davis >> > > Also, does ./utils/run work for you? Looks good: [vladd@kpax couchdb]$ pwd /home/vladd/src/couchdb [vladd@kpax couchdb]$ ./utils/run Apache CouchDB 0.11.0b835834 (LogLevel=3Dinfo) is starting. Apache CouchDB has started. Time to relax. [info] [<0.29.0>] Apache CouchDB has started on http://127.0.0.1:5984/ ^C [vladd@kpax couchdb]$ After starting it with ./utils/run I've tried to run the "Test Suite" from Futon and the only failing tests are oauth, replication, and security_validation. > > Paul Davis >