Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 42758 invoked from network); 18 Aug 2009 10:54:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Aug 2009 10:54:21 -0000 Received: (qmail 67767 invoked by uid 500); 18 Aug 2009 10:54:40 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 67670 invoked by uid 500); 18 Aug 2009 10:54:39 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 67659 invoked by uid 99); 18 Aug 2009 10:54:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 10:54:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 10:54:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30B79234C044 for ; Tue, 18 Aug 2009 03:54:15 -0700 (PDT) Message-ID: <291357845.1250592855194.JavaMail.jira@brutus> Date: Tue, 18 Aug 2009 03:54:15 -0700 (PDT) From: "Benoit Chesneau (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-471) make distcheck fails In-Reply-To: <2062692115.1250561354858.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau updated COUCHDB-471: ------------------------------------ Attachment: couchdb-licence_skip.patch attached diff suggested by jan fix previous error. But now I get following error : gmake[5]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/etc' gmake[4]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/etc' gmake[3]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/etc' gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/etc' Making install in src/couchdb gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/src/couchdb' Making install in priv gmake[3]: Entering directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/src/couchdb/priv' gmake[4]: Entering directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/src/couchdb/priv' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/priv" || /bin/sh /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/build-aux/install-sh -d "/priv" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'couchspawnkillable' '/priv/couchspawnkillable' /usr/bin/install -c couchspawnkillable /priv/couchspawnkillable install: /priv/couchspawnkillable: Permission denied gmake[4]: *** [install-couchprivPROGRAMS] Error 1 gmake[4]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/src/couchdb/priv' gmake[3]: *** [install-am] Error 2 gmake[3]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/src/couchdb/priv' gmake[2]: *** [install-recursive] Error 1 gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build/src/couchdb' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805351/_build' gmake: *** [distcheck] Error 2 > make distcheck fails > -------------------- > > Key: COUCHDB-471 > URL: https://issues.apache.org/jira/browse/COUCHDB-471 > Project: CouchDB > Issue Type: Bug > Components: Build System > Affects Versions: 0.10 > Environment: Mac OS X > Reporter: Jan Lehnardt > Assignee: Paul Joseph Davis > Priority: Critical > Fix For: 0.10 > > Attachments: couchdb-licence_skip.patch > > > make[2]: *** No rule to make target `local.ini', needed by `distdir'. Stop. > make[1]: *** [distdir] Error 1 > make: *** [distdir] Error 1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.