From dev-return-6706-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 30 18:59:40 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 10026 invoked from network); 30 Sep 2009 18:59:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 18:59:40 -0000 Received: (qmail 19562 invoked by uid 500); 30 Sep 2009 18:59:40 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 19479 invoked by uid 500); 30 Sep 2009 18:59:40 -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 19469 invoked by uid 99); 30 Sep 2009 18:59:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 18:59:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sven.helmberger@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 30 Sep 2009 18:59:30 +0000 Received: (qmail invoked by alias); 30 Sep 2009 18:58:09 -0000 Received: from i59F547A1.versanet.de (EHLO [192.168.0.101]) [89.245.71.161] by mail.gmx.net (mp019) with SMTP; 30 Sep 2009 20:58:09 +0200 X-Authenticated: #1594082 X-Provags-ID: V01U2FsdGVkX18gqlYn1EMg1garZdC0w2HUfy29jZU9EoanlyS2tF 3uEJdXS2wt0Vbs Message-ID: <4AC3AA40.8030504@gmx.de> Date: Wed, 30 Sep 2009 20:58:08 +0200 From: Sven Helmberger User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Re: [VOTE] Apache CouchDB 0.10.0 release References: <838850E2-2FB1-4E22-AA9D-DE00909060E2@tumbolia.org> <4AC376DD.3010104@canonical.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 X-Virus-Checked: Checked by ClamAV on apache.org Jan Lehnardt schrieb: > > On 30 Sep 2009, at 17:18, eric casteleijn wrote: > >> Noah Slater wrote: >>> Hello, >>> I would like call a vote for the Apache CouchDB 0.10.0 release. >>> This release added ETap sources from Nick Gerakines under the BSD >>> license, >>> We encourage the whole community to download and test these release >>> artifacts so that any critical issues can be resolved before the >>> release is made. Everyone is free to vote on this release, so get >>> stuck in! >>> We are voting on the following release artifacts: >>> http://people.apache.org/~nslater/dist/0.10.0 >>> These artifacts have been built from the 0.10.0 tag in Subversion: >>> http://svn.apache.org/repos/asf/couchdb/tags/0.10.0 >>> Happy voting, >>> Noah >> >> +1 >> >> built[*] and passed all tests on Ubuntu 9.10 (Karmic) alpha. >> >> [*] I have to configure *and* run as follows, or the view server does >> not work at all, but that's a problem with xulrunner-dev, rather than >> with couchdb, I gather: >> >> ./configure --with-js-lib=/usr/lib/xulrunner-devel-1.9.1.3/lib >> --with-js-include=/usr/lib/xulrunner-devel-1.9.1.3/include >> >> LD_LIBRARY_PATH=/usr/lib/xulrunner-devel-1.9.1.3/lib utils/run > > Yes, if xulrunner's lib path were in your shared library load path or > the libmozjs.so in more common directory (like /usr/local/lib/). But it > is good to know that our mechanisms for specifying libraries in oddball > locations works :) > The oddball location was forced onto me by the fact that there's a conflict between firefox-3.5 and libmozjs-dev (Ubuntu Jaunty). I was totally unable to get 0.9.1 built against my current set of installed package when I had to switch back to test the new jcouchdb release. Ended up building the stuff on the debian on my server and using an SSH tunnel. Regards, Sven Helmberger