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 819B87367 for ; Wed, 12 Oct 2011 21:50:18 +0000 (UTC) Received: (qmail 30168 invoked by uid 500); 12 Oct 2011 21:50:17 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30135 invoked by uid 500); 12 Oct 2011 21:50:17 -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 30126 invoked by uid 99); 12 Oct 2011 21:50:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 21:50:16 +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 (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 21:50:12 +0000 Received: by vws10 with SMTP id 10so1596654vws.11 for ; Wed, 12 Oct 2011 14:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=z9wucGzkwrJMN4Q3xQcRg9v9BCrW5dACbU6wPoMxLG8=; b=l4NTA7b8HzoVSY8/C+j3Iosez2CatJ6/zwvXb6lPL3S3ZpvEZoXeE0mQbCNGPhQsh7 kUAGts1d3edU+sWS1+nPkDCJOCenzsjzoUnEUn7gQREF6J1lFePHA8cQe2YMzVTeJ5Aj Up6UMGPH49r+wCjF2NrhqMI1uNrTXheGIeMXw= Received: by 10.52.24.210 with SMTP id w18mr1060753vdf.21.1318456191137; Wed, 12 Oct 2011 14:49:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.160.130 with HTTP; Wed, 12 Oct 2011 14:49:11 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Wed, 12 Oct 2011 16:49:11 -0500 Message-ID: Subject: Re: Debian couchdb-1.1.0-2b is broken To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Oct 12, 2011 at 3:30 PM, Victor Nicollet wrote: > Hello, > > For your information, the latest version of the couchdb package on Debian is > broken: 'emit' in the JavaScript views does not emit anything. I do not know > whether the issue comes from couchdb-1.1.0-2b or from the upgrade to > libmozjs7d that occurred at the same time. > > If you are having trouble with this, you can revert back to couchdb-1.1.0-2 > and libmozjs6d until it gets fixed. If you don't have a copy of these in > your cache, you can find them here: > > http://packages.debian.org/wheezy/amd64/libmozjs6d/download > http://snapshot.debian.org/package/couchdb/1.1.0-2/ > > You may have to delete and rebuild your views. > > Good luck. > -- VN > This is due to Debian using that newer SpiderMonkey. There's a patch that we're adding to 1.1.1 that will cause ./configure to fail with an appropriate warning message.