Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 602C37438 for ; Mon, 7 Nov 2011 19:15:37 +0000 (UTC) Received: (qmail 95038 invoked by uid 500); 7 Nov 2011 19:15:36 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 94980 invoked by uid 500); 7 Nov 2011 19:15:36 -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 94971 invoked by uid 99); 7 Nov 2011 19:15:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 19:15:36 +0000 X-ASF-Spam-Status: No, hits=-1.7 required=5.0 tests=FREEMAIL_FROM,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcd-couchdb-2@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 19:15:29 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RNUex-0006se-Kp for dev@couchdb.apache.org; Mon, 07 Nov 2011 20:15:08 +0100 Received: from 182.52.68.107.adsl.dynamic.totbb.net ([182.52.68.107.adsl.dynamic.totbb.net]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2011 20:15:07 +0100 Received: from pirj by 182.52.68.107.adsl.dynamic.totbb.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2011 20:15:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@couchdb.apache.org From: Phil Pirozhkov Subject: Re: Error when compiling on Debian testing Date: Mon, 7 Nov 2011 19:08:17 +0000 (UTC) Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 182.52.68.107 (Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ Ubuntu/11.04 (3.0.4-1ubuntu1) Epiphany/3.0.4) X-Virus-Checked: Checked by ClamAV on apache.org Gabriel Farrell writes: > > Attempts to compile from HEAD on Github (at commit e9bf7b33c7), > following the DEVELOPERS doc, on my 64-bit Debian testing machine > resulted in the following error: > > ./mochifmt.erl:none: error in parse transform 'eunit_autoexport' > > Full configure and make logs attached. > > Gabriel Hi Gabriel, Make sure you have full erlang deb installed, not only erlang-base and erlang-dev. If you want to keep it clean and compact, add erlang-* packages to the system one by one as you see errors. Phil