From user-return-5762-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Aug 02 07:56:03 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 85752 invoked from network); 2 Aug 2009 07:56:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Aug 2009 07:56:03 -0000 Received: (qmail 63021 invoked by uid 500); 2 Aug 2009 07:56:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 62932 invoked by uid 500); 2 Aug 2009 07:56:05 -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 62922 invoked by uid 99); 2 Aug 2009 07:56:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 07:56:05 +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 paul.joseph.davis@gmail.com designates 209.85.210.204 as permitted sender) Received: from [209.85.210.204] (HELO mail-yx0-f204.google.com) (209.85.210.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 07:55:57 +0000 Received: by yxe42 with SMTP id 42so2866461yxe.13 for ; Sun, 02 Aug 2009 00:55:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+x/C/+cvsabZNtyU2ORO672pXVeyLTxrjk54s799Gu0=; b=fsV1kgVeYYxny0aMY2OjYLmWGvX8vQTg0C6lEhNKjgkldTGwN0TaQ+xfp/thcN/uRW ziPAXhJ7BoJpd8i23UiXpFQrPFNTDVO8HROkknLrRqadofojA/Ip7BPrpLXtThCd3Dbz x2WI7SSHDdEEzKqQhDGfbSHvqLJkzhBn9gwOc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vK55p4p2kvjQEbFZizuQR1mF6Ed2eRPsCbqoqj6XQUTNjv8piZk/JoPZEm0CD+L+j0 zVsr1bQV+G1EJuFrbyxM8M6neV5Kt2uSuDtXLEr1ayNoWTpMTtUFuJjLvOeeJn+o5tGn kegDLEByfz8xGCIkKOUee/FjB1WgutsRuVvwc= MIME-Version: 1.0 Received: by 10.100.33.15 with SMTP id g15mr5130066ang.188.1249199736996; Sun, 02 Aug 2009 00:55:36 -0700 (PDT) In-Reply-To: References: Date: Sun, 2 Aug 2009 03:55:36 -0400 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: Paul Davis 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 Hmm, two more things: make dist-clean (or distclean) && make Or, blow away the directory and rebuild. Normally I'd say "git reset --hard HEAD && git clean -fxd && ./bootstrap && ./configure && make dev" but you said tarball and I'm not entirely sure on the "reset to just untarred state" target is. HTH, Paul Davis On Sun, Aug 2, 2009 at 3: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 > > I=92m beginning to think my previous installs were blessed - up until > now I have had no installation pain with couchdb. >