Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 18012 invoked from network); 3 Nov 2009 16:41:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Nov 2009 16:41:48 -0000 Received: (qmail 60951 invoked by uid 500); 3 Nov 2009 16:41:47 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 60902 invoked by uid 500); 3 Nov 2009 16:41:46 -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 60892 invoked by uid 99); 3 Nov 2009 16:41:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 16:41:46 +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 blair@orcaware.com designates 12.11.234.124 as permitted sender) Received: from [12.11.234.124] (HELO orca3.orcaware.com) (12.11.234.124) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 16:41:35 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by orca3.orcaware.com (8.14.3/8.14.3/Debian-9ubuntu1) with ESMTP id nA3Gf14n011855; Tue, 3 Nov 2009 08:41:06 -0800 Subject: Re: Building SVN on OS X fails Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Blair Zajac In-Reply-To: Date: Tue, 3 Nov 2009 08:41:01 -0800 Content-Transfer-Encoding: 7bit Message-Id: <24F029E1-6A82-40A0-B7F2-BD9F82271A63@orcaware.com> References: <4AF0339E.4050802@thebackend.de> <8A00F1F0-FD16-4B9E-A9E9-A721C7EF62E7@apache.org> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org Just use MacPorts to do the build. It's worked very well for me. http://www.macports.org/ Regards, Blair On Nov 3, 2009, at 6:15 AM, Alistair Young wrote: > I've just built erlang R13B02-1 on OS X: > > ./configure --prefix=... > touch lib/wx/SKIP > make > make install > > if you don't skip widgets it won't build on OS X. > > Alistair > > > -- mov eax,1 > mov ebx,0 > int 80h > > > > > On 3 Nov 2009, at 14:03, Jan Lehnardt wrote: > >> >> On 3 Nov 2009, at 14:43, Sebastian Brueckner wrote: >> >>> Hi, >>> >>> I am trying to build CouchDB (both 0.10 and SVN trunk) on OS X >>> Snow Leopard. I am using erlang 12b-0-1 and support libraries from >>> the Fink repository. Except icu4c 4.2.1 which I built and >>> installed from source. >> >> Your Erlang is too old. You need R12B-5 at least. We recommend >> R13B. Compiling Erlang on Mac OS X is pretty straightforward. >> >> Cheers >> Jan >> -- >> >> >>> >>> During make I get the following errors (same for 0.10 and SVN): >>> >>> [...] >>> Making all in ibrowse >>> /sw/bin/erlc ibrowse.erl >>> /sw/bin/erlc ibrowse_app.erl >>> /sw/bin/erlc ibrowse_http_client.erl >>> ibrowse_http_client: function scan_crlf_1/3+12: >>> Internal consistency check failed - please report this bug. >>> Instruction: {bs_append,{f,0},{x,0},0,5,8,{x,3},{field_flags,[]}, >>> {x,0}} >>> Error: {match_context,{x,3}}: >>> >>> ibrowse_http_client: function scan_header/2+30: >>> Internal consistency check failed - please report this bug. >>> Instruction: {bs_append,{f,0},{x,2},0,5,8,{x,3},{field_flags,[]}, >>> {x,2}} >>> Error: {match_context,{x,3}}: >>> >>> make[3]: *** [ibrowse_http_client.beam] Error 1 >>> make[2]: *** [all-recursive] Error 1 >>> make[1]: *** [all-recursive] Error 1 >>> make: *** [all] Error 2 >>> >>> >>> Any hints what went wrong? These are my very first steps with >>> CouchDB so I am a little lost. >>> >>> Thanks in advance, >>> Sebastian >>> >> >