Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 60898 invoked from network); 16 Dec 2009 16:56:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Dec 2009 16:56:34 -0000 Received: (qmail 44242 invoked by uid 500); 16 Dec 2009 16:56:33 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 44167 invoked by uid 500); 16 Dec 2009 16:56:32 -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 44157 invoked by uid 99); 16 Dec 2009 16:56:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 16:56:32 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,FB_WORD1_END_DOLLAR X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of joshua.brickner@me.com does not designate 66.228.117.82 as permitted sender) Received: from [66.228.117.82] (HELO rocket01.rocketjones.net) (66.228.117.82) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 16:56:30 +0000 Received: from [208.68.48.200] (port=42812 helo=[10.0.1.2]) by rocket01.rocketjones.net with esmtpa (Exim 4.69) (envelope-from ) id 1NKxAX-0003vV-LG for user@couchdb.apache.org; Wed, 16 Dec 2009 09:56:09 -0700 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: CouchDB Test Suite Mostly Fails From: Joshua Brickner In-Reply-To: Date: Wed, 16 Dec 2009 09:56:08 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <92E50C49-53D4-40BF-A6DF-B573E925294E@me.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1077) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rocket01.rocketjones.net X-AntiAbuse: Original Domain - couchdb.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - me.com On Dec 16, 2009, at 9:52 AM, Paul Davis wrote: > On Wed, Dec 16, 2009 at 11:49 AM, Joshua Brickner > wrote: >> I have a new, clean installation of Mac OS X Snow Leopard (10.6.2) = I've installed CouchDB and all dependencies. CouchDB seems to work OK at = first, I can run futon and use it. However, problems arise when I run = the Test Suite I get a myriad of errors. You can view my couchdb.log = file here: http://gist.github.com/257972 >>=20 >> Most of the errors are like this: = {"error":"os_process_error","reason":"{exit_status,133}"} >>=20 >> The tests screech to halt on the "view_collation" test. And this = message is displayed at the bottom: >>=20 >> 44 of 55 test(s) run, 33 failures (9459 ms) >>=20 >> Does anyone know what the problem could be? >>=20 >> - Josh >>=20 >>=20 >=20 > Can you run the couchjs binary on the command line? >=20 > Something like: >=20 > $ couchjs /usr/local/share/couchdb/server/main.js >=20 > And then type ["reset"] and hit enter. If that fails can you paste the = output? >=20 > Paul Davis This is what I get: macinjosh:~ Josh$ couchjs /usr/local/share/couchdb/server/main.js dyld: Library not loaded: Darwin_DBG.OBJ/libjs.dylib Referenced from: /usr/local/lib/couchdb/bin/couchjs Reason: image not found Trace/BPT trap - Josh