Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 86764 invoked from network); 8 Nov 2010 21:21:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 21:21:20 -0000 Received: (qmail 29070 invoked by uid 500); 8 Nov 2010 21:21:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 29019 invoked by uid 500); 8 Nov 2010 21:21:49 -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 29011 invoked by uid 99); 8 Nov 2010 21:21:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 21:21:49 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robert.newson@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-px0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 21:21:43 +0000 Received: by pxi18 with SMTP id 18so98571pxi.11 for ; Mon, 08 Nov 2010 13:21:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=ULXTp5OtJpyVeRxEMLAHXq0NFz2KpguX6GnuScqxpnI=; b=cfKVwqlx/AVF+Vw3BO1aSERBIFLOC+WcXp0TYEIlDaRY683ak8mLh32UfkaYmJYJE3 DqECCrE3XPONK9Kdqi38CkT01NU2NU8EWOktDdlfKuZIHVdv0dDoDqc7IkjiEPKC2N/d wpGwCLMLkEzMa/zRlLdgFOc8eLIfeCcRstTQU= 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; b=jP1W4DHtuUJMlsnBCEVTztATJ+yZxy/nnH4OIDgoccjrBVvSNIBVH+Y7b5+JIpxt4c KNvJuUreS4/+CBN8eWEbyvKGLqGC1ZgqcBHgaoCx1Kl7Qdh/a9Zfuulil5ATnNgD96TN Yx64pNl7db+Lme9EyLNoFOpnwyFYUusokj3H4= MIME-Version: 1.0 Received: by 10.229.246.129 with SMTP id ly1mr5630854qcb.126.1289251282127; Mon, 08 Nov 2010 13:21:22 -0800 (PST) Received: by 10.229.239.20 with HTTP; Mon, 8 Nov 2010 13:21:22 -0800 (PST) In-Reply-To: <1FBC7B58-7C4E-4D1B-93A7-6E37546FD130@apache.org> References: <9AA8FC70-FC0A-48F1-B445-5F0EE349677F@apache.org> <1FBC7B58-7C4E-4D1B-93A7-6E37546FD130@apache.org> Date: Mon, 8 Nov 2010 21:21:22 +0000 Message-ID: Subject: Re: Error when compiling on Debian testing From: Robert Newson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 I can remove the need for eunit (since we don't run the tests in there anyway) B. On Mon, Nov 8, 2010 at 8:31 PM, Jan Lehnardt wrote: > > On 8 Nov 2010, at 20:47, Adam Kocoloski wrote: > >> On Nov 8, 2010, at 11:24 AM, Jan Lehnardt wrote: >> >>> Others: did a recent upgrade of Mochiweb introduce an unwanted >>> dependency on EUnit? :) >> >> Yes, Mochiweb started using eunit for testing recently. > > Do we want to take this on as a dependency or patch our local > mochiweb in a way that compiles without EUnit don't fail? > > Cheers > Jan > -- > > > >