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 343599587 for ; Tue, 10 Apr 2012 16:05:17 +0000 (UTC) Received: (qmail 3400 invoked by uid 500); 10 Apr 2012 16:05:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 3370 invoked by uid 500); 10 Apr 2012 16:05:15 -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 3358 invoked by uid 99); 10 Apr 2012 16:05:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 16:05:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mkimber@kana.com designates 64.95.72.241 as permitted sender) Received: from [64.95.72.241] (HELO mxout.myoutlookonline.com) (64.95.72.241) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 16:05:10 +0000 Received: from mxout.myoutlookonline.com (localhost [127.0.0.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 7757A5558B3 for ; Tue, 10 Apr 2012 12:04:49 -0400 (EDT) X-Virus-Scanned: by SpamTitan at mail.lan Received: from HUB015.mail.lan (unknown [10.110.2.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 712FC554F3E for ; Tue, 10 Apr 2012 11:57:19 -0400 (EDT) Received: from BE259.mail.lan ([10.110.32.159]) by HUB015.mail.lan ([10.110.17.15]) with mapi; Tue, 10 Apr 2012 11:57:19 -0400 From: Mike Kimber To: "user@couchdb.apache.org" Date: Tue, 10 Apr 2012 11:57:18 -0400 Subject: RE: build-couchdb failing on Centos 5.8 Thread-Topic: build-couchdb failing on Centos 5.8 Thread-Index: Ac0XLtR572PPRJKtTn+Qv39P4fyNSwAAr+zw Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 I have installed Couchdb by hand (so to speak) and got the same error. I th= en tried running erl and got the same error. So I cleaned out the existing = install of Erlang, and then re-installed Erlang using: sudo wget -O /etc/yum.repos.d/epel-erlang.repo http://repos.fedorapeople.or= g/repos/peter/erlang/epel-erlang.repo sudo yum install erlang R13B04 which is a lower version than the previous o= ne (RB1404 I think, but could be wrong) and Couchdb built and installed (by= hand) successfully.=20 I'm going to create a new centos 5.8 VM and give it another go Mike=20 -----Original Message----- From: CGS [mailto:cgsmcmlxxv@gmail.com]=20 Sent: 10 April 2012 16:30 To: user@couchdb.apache.org Subject: Re: build-couchdb failing on Centos 5.8 The crashing error is at line 1511: pthread/ethr_event.c:98: Fatal error in wait__(): Function not implemented (38). I suppose missing header or something. That if you don't consider the configuration warnings (not finding dependencies which should be disabled at the configuration time if not desired). Considering also the above "choke me" command which should be "spit the fish bone before you choke" (:D), I would say the gcc is the bad guy which is missing some headers (from line 1015 on) or not properly installed. I did not give a solution, but a hint where the problem may be. Hope that will help. CGS On Tue, Apr 10, 2012 at 3:20 PM, Mike Kimber wrote: > Jason, > > Should be at https://gist.github.com/2351310 > > Thanks > > Mike > > -----Original Message----- > From: Jason Smith [mailto:jhs@iriscouch.com] > Sent: 10 April 2012 09:53 > To: user@couchdb.apache.org > Subject: Re: build-couchdb failing on Centos 5.8 > > Hi, Mike. Would you please post your rake.log file on pastebin.com or > gist.github.com? > > Thanks. > > On Tue, Apr 10, 2012 at 8:46 AM, Mike Kimber wrote: > > Again I hope this is the correct place to ask as question about > build-couchdb, if not let me know. > > > > I'm trying to use build-couchdb to install couchdb on a Centos 5.8 VM. > However it's failing with: > > > > Rake aborted > > Command failed with status (2); [make ...] > > > > So first question is build-couchdb supported on Centos 5.8? If it is (o= r > should work) where do I go next to try an resolve this issue, which seems > to be something to do with erlang or lack of it. > > > > Mike > > > > > > > > -- > Iris Couch >