Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 23670 invoked from network); 16 Aug 2009 02:23:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Aug 2009 02:23:42 -0000 Received: (qmail 62810 invoked by uid 500); 16 Aug 2009 02:23:48 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 62722 invoked by uid 500); 16 Aug 2009 02:23:48 -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 62712 invoked by uid 99); 16 Aug 2009 02:23:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2009 02:23:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.211.199 as permitted sender) Received: from [209.85.211.199] (HELO mail-yw0-f199.google.com) (209.85.211.199) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2009 02:23:38 +0000 Received: by ywh37 with SMTP id 37so3338213ywh.28 for ; Sat, 15 Aug 2009 19:23:18 -0700 (PDT) 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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8qQnkl/N5b14kYIDqkrchOwAICjB1fY3DMVnwC4EHkU=; b=cadqHYGA6qgFVkvuWg2rrKT73TxjX6Id+TBZf7AmY0lRAjqZ1ZeCcyyv//kobaH8XN HaBq/24YBnsYj+OEpd6kTrTTF6bIaPr38+inM7F7Ed2bqLPgziBrpcETF9CH9yFSMYpf eMih/kQ92LPW7c1nHxUuGksyZVUFg+4HxDuL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=xGZC4Ypkqhjs2SdQmQsybYXajkoZsZxDBBrYRRCvFL2c8ilOhj5ehQriaG06PnB5zI 5RKc3kf9sCKUncE88gEYwyRvAZia2Vb6tT77Tf1UNIBHTw/AKXlhvIXqEWn0ONo+Iqps BHxmnWaEYp4AOPcKt83dDYAObHChqZsHW7g24= MIME-Version: 1.0 Received: by 10.101.113.16 with SMTP id q16mr2582557anm.47.1250389397703; Sat, 15 Aug 2009 19:23:17 -0700 (PDT) In-Reply-To: References: <20090815020917.07ACA238893B@eris.apache.org> <4CFF6E51-8E18-486C-BFC3-1516851813B4@apache.org> Date: Sat, 15 Aug 2009 22:23:17 -0400 Message-ID: Subject: Re: svn commit: r804428 - in /couchdb/trunk/src/couchdb: couch_config.erl couch_config_writer.erl couch_httpd_db.erl couch_log.erl couch_server.erl couch_view.erl From: Paul Davis To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Totally wasn't paying attention to the commit message. Looks like the actual error is that didn't update configure.ac to check for the version we now require. I'm gonna check that call in in a few seconds. CouchDB now requires R12B5 or later. Paul On Sat, Aug 15, 2009 at 10:05 PM, Paul Davis w= rote: > Curt, > > Yeah, we accidentally let a couple calls into CouchDB that are only > valid in R12B5 or later versions of Erlang. There's another thread [1] > to consider whether it's time to upgrade our Erlang dependency. > > [1] http://mail-archives.apache.org/mod_mbox/couchdb-dev/200908.mbox/%3Ce= 2111bbb0908141843ib492592vae10accb815ed36f@mail.gmail.com%3E > > HTH, > Paul Davis > > On Sat, Aug 15, 2009 at 9:40 PM, Curt Arnold wrote: >> Doing a build and install on Ubuntu 8.10 x86 =A0on Amazon EC2 (ami-5059b= e39) >> with the current HEAD (804543) resulted in the following error. =A0I was= able >> to install without issue using rev 798283 using the same script. =A0The = rev >> just before the re commit, also failed but with a different message. >> >> >> {"init terminating in do_boot",{{badmatch,{error,{undef,[{re,split,[<<38= 90 >> bytes>>,[13,10,124,10,124,13,124,26],[{return,list}]]},{couch_config,par= se_ini_file,1},{couch_config,'-init/1-fun-0-',1},{lists,map,2},{couch_confi= g,init,1},{gen_server,init_it,6},{proc_lib,init_p,5}]}}},[{couch_server_sup= ,start_server,1},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1}= ,{init,start_em,1}]}} >> init terminating in do_boot () >> >> >> erl -v reports 5.6.3. >> >