Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 43719 invoked from network); 3 Aug 2009 15:27:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 15:27:30 -0000 Received: (qmail 77156 invoked by uid 500); 3 Aug 2009 15:27:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 77079 invoked by uid 500); 3 Aug 2009 15:27:33 -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 77069 invoked by uid 99); 3 Aug 2009 15:27:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 15:27:33 +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 jchris@gmail.com designates 74.125.92.25 as permitted sender) Received: from [74.125.92.25] (HELO qw-out-2122.google.com) (74.125.92.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 15:27:23 +0000 Received: by qw-out-2122.google.com with SMTP id 3so1810816qwe.29 for ; Mon, 03 Aug 2009 08:27:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Qo/ULuolKZbAEJwxYi2xVq61NoC2S+jmHyMg68GYI3k=; b=kZQTgN3QQsC7E3+Atm8qGfSDyPvUu9tK+YdidgwKiZjFq/+RD+RS0CWtcwupwM1HXX K0CAKKHijXj2qI2y5oFUWsyhnY9jSt94SVWvJ8YVtetRAmc2Zg4BDKNGH4pGSlt270xG 75/XdGKlRz5F2vii7dWAv1VRy2XiDYMnAytOs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=jpuR+oBtwp82Sl8O/sx+KiRNpDjg4iuz/V1oTMb7oOSaGOGehHUPzVCFsVak6A6pK5 iUbr+gAb6PXnSqQRtpqfPlvoONKBv4O2C4zvcjPeE+KmjDTg7NL3tYhtIlJfFxXLoRyO YLobpvdZ+kUJSmzTSPu1w8ngeUSxiwXEgKY/w= MIME-Version: 1.0 Sender: jchris@gmail.com Received: by 10.220.73.69 with SMTP id p5mr4897208vcj.11.1249313221875; Mon, 03 Aug 2009 08:27:01 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 Aug 2009 08:27:01 -0700 X-Google-Sender-Auth: c50199a2f787c0ad Message-ID: Subject: =?windows-1252?Q?Re=3A_I_can=92t_relax=2E_I_broke_my_couch_upgrading_depe?= =?windows-1252?Q?ndencies=2E_What_might_this_error_mean=3F?= From: Chris Anderson To: user@couchdb.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Aug 2, 2009 at 12:50 AM, Oliver Boermans wrote: > 2009/8/2 Paul Davis : >> Try 'make clean && make' in your couchdb directory to make sure >> everything gets rebuilt and relinked. > > No change unfortunately, so I tried it twice and noticed a (useful ?) > line in the response: > > =A0 =A0couch_erl_driver.c:177: fatal error: opening dependency file > .deps/couch_erl_driver_la-couch_erl_driver.Tpo: Permission denied Oliver, This line suggests `make` was run with sudo or as a different user at some point. Blowing away the source tree and starting from a fresh download ought to have fixed this. There's an alternative build you could try, standing in a freshly untarred copy of the couchdb source, to be on the safe side: `make dev && utils/run` This will run CouchDB inside the source directory, instead of installing it. The advantage of this is that it should bypass any funny business happening on your machine. In the long run you'll want to `sudo make install` so that the database files don't go into a temp directory, but getting the dev build to happen will be a helpful debugging step (and get you on a running couch.) Also, for more real-time help, the #couchdb channel on irc.freenode.net is usually a good place to hang out. Thanks for working so hard to get it to run. Chris > > I=92m beginning to think my previous installs were blessed - up until > now I have had no installation pain with couchdb. > --=20 Chris Anderson http://jchrisa.net http://couch.io