Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 6640 invoked from network); 7 Apr 2011 19:55:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 19:55:36 -0000 Received: (qmail 35332 invoked by uid 500); 7 Apr 2011 19:55:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 35296 invoked by uid 500); 7 Apr 2011 19:55:34 -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 35288 invoked by uid 99); 7 Apr 2011 19:55:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 19:55:34 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcdcu-couchdb-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 19:55:26 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q7vIG-0005XH-20 for user@couchdb.apache.org; Thu, 07 Apr 2011 21:55:04 +0200 Received: from 173-8-112-5-Minnesota.hfc.comcastbusiness.net ([173.8.112.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2011 21:55:04 +0200 Received: from trevor.bain by 173-8-112-5-Minnesota.hfc.comcastbusiness.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2011 21:55:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@couchdb.apache.org From: Trevor Bain Subject: Re: Macports OSX issues? Date: Thu, 7 Apr 2011 19:42:48 +0000 (UTC) Lines: 28 Message-ID: References: <89D014F2-6CE0-45BB-8864-AE8C04EFF3D1@peterbengtson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 173.8.112.5 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0) Gecko/20100101 Firefox/4.0) > You can also recompile Erlang with the necessary switch. It's quite simple - the same thing happened to me a > number of weeks ago. I can no longer remember exactly what's needed, but it's definitely in the archives of > this list. > > / Peter > > > It's because the new version of Erlang that is installed with Mac > > Ports does not work with the current version of CouchDB. You need to > > downgrade Erlang to the previous version. > > > > Owen Great - thanks! Someone, recently, opened up a similar ticket to this in macports (for the erlang version error) and it was closed as fixed. So, I assumed that this wasn't the error (bad assumption). I guess the same problem happened again more recently - doesn't macports allow for build/runtime dependencies against specific versions? BTW this was super annoying to debug - could I have, somehow, attached an erl terminal to couchdb to see what was going on? Thanks, Trevor