Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 27527 invoked from network); 9 Nov 2010 10:08:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Nov 2010 10:08:00 -0000 Received: (qmail 65649 invoked by uid 500); 9 Nov 2010 10:08:31 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 65454 invoked by uid 500); 9 Nov 2010 10:08:29 -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 65446 invoked by uid 99); 9 Nov 2010 10:08:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 10:08:28 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 10:08:28 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA9A88JW012222 for ; Tue, 9 Nov 2010 10:08:08 GMT Message-ID: <28624075.100151289297288206.JavaMail.jira@thor> Date: Tue, 9 Nov 2010 05:08:08 -0500 (EST) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-942) CouchDB build fails without eunit In-Reply-To: <30455075.100101289297168687.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson updated COUCHDB-942: ---------------------------------- Attachment: 0001-make-eunit-completely-optional.patch This patch applies against 54aa7e0 of mochiweb itself. A similar patch for couchdb's imported copy to follow. > CouchDB build fails without eunit > --------------------------------- > > Key: COUCHDB-942 > URL: https://issues.apache.org/jira/browse/COUCHDB-942 > Project: CouchDB > Issue Type: Bug > Components: Build System > Affects Versions: 1.1 > Reporter: Robert Newson > Assignee: Robert Newson > Attachments: 0001-make-eunit-completely-optional.patch > > > A recent upgrade to mochiweb introduced a dependency on eunit but the build tools were not updated to match (mea culpa) > This ticket includes a patch to mochiweb to make eunit completely optional (and declines to take the option). The patch has been submitted upstream (https://github.com/mochi/mochiweb/pull/22) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.