Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F25272F3 for ; Fri, 19 Aug 2011 23:18:54 +0000 (UTC) Received: (qmail 64087 invoked by uid 500); 19 Aug 2011 23:18:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 64067 invoked by uid 500); 19 Aug 2011 23:18:51 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 64059 invoked by uid 99); 19 Aug 2011 23:18:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2011 23:18:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of volker.mische@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2011 23:18:44 +0000 Received: by fxd18 with SMTP id 18so3452932fxd.11 for ; Fri, 19 Aug 2011 16:18:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=M5FMcg7Qm3lspM39Ra9YAFk9e8LAuJGGMB+boqd/6vA=; b=HqxDlMDcns6Q9WGHil2Ct18YoJ3W4oEifXobKG6/6qfDtKRqA1hrI8mxD5lfqCQTRt 8PBFxGAS4GA//AXMk7I9kNoOVVOB0BdHxv/+/I1wrXmHmhGXi4WOcD3yHNYngE6mZxHQ B2gQI84Au08a7/PGrI0r0uJuRg2oABri4xgRw= Received: by 10.223.55.209 with SMTP id v17mr366362fag.77.1313795904340; Fri, 19 Aug 2011 16:18:24 -0700 (PDT) Received: from [192.168.0.6] (dslb-084-056-024-074.pools.arcor-ip.net [84.56.24.74]) by mx.google.com with ESMTPS id 6sm2934941fas.26.2011.08.19.16.18.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 16:18:22 -0700 (PDT) Message-ID: <4E4EEF71.7030008@gmail.com> Date: Sat, 20 Aug 2011 01:19:13 +0200 From: Volker Mische User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110805 Icedove/5.0 MIME-Version: 1.0 To: user@couchdb.apache.org CC: Paul Torres Subject: Re: GeoCouch & CouchDB newbie install Q References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 08/19/2011 07:40 PM, Paul Torres wrote: > I installed from source CouchdDB 1.1.0 (from > http://couchdb.apache.org/downloads.html) on a Debian desktop running > Squeeze. I created the couchdb user and group, changed ownership of a > few files as per http://guide.couchdb.org/draft/source.html. I ran the > tests in Futon and everything works ok. So far so good. > > I downloaded (from https://github.com/couchbase/geocouch), compiled, > and otherwise followed instructions to install GeoCouch. Using Futon I > ran the tests in the testsuite. They all pass again, except for the > tests relating to GeoCouch, which all fail. > > The instructions for GeoCouch are very simple. What am I missing? I > noticed several branches in the git repository. Am I using the wrong > one? But I already tried the 4 latest tagged versions, and nothing > works. > > Below are the details of my failed tests. Any help would be much appreciated. > > -Paul > > Failed tests: > list_spatial error 276ms > > Run with debugger > Assertion 'xhr.status == 200, "standard get should be 200"' > failed: standard get should be 200 > Assertion failed: /head9876543210tail/.test(xhr.responseText) > Assertion failed: xhr.status == 304 > Assertion 'xhr.status == 200, "standard get should be 200"' > failed: standard get should be 200 > Exception raised: {} > > etags_spatial failure 1868ms > > Run with debugger > Assertion failed: xhr.status == 200 > Assertion failed: xhr.status == 304 > Assertion failed: etag1 != etag2 > Assertion failed: etag1 != etag > > multiple_spatial_rows error 264ms > > Run with debugger > Exception raised: {} > > spatial_compaction error 285ms > > Run with debugger > Exception raised: {} > > spatial_design_docs error 175ms > > Run with debugger > Assertion failed: expected '"spatial"', got 'null' > Exception raised: {} > > spatial_bugfixes failure 3618ms > > Run with debugger > Assertion 'Should return all inserted documents' failed: expected > '["0","1"]', got '[]' > Assertion 'Should return all inserted documents' failed: expected > '["0","1","2"]', got '[]' > > spatial error 3259ms > > Run with debugger > Exception raised: {} Hi Paul, try the couchdb1.1.x branch. Cheers, Volker