You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2010/11/09 11:06:08 UTC

[jira] Created: (COUCHDB-942) CouchDB build fails without eunit

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


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.


[jira] [Updated] (COUCHDB-942) CouchDB build fails without eunit

Posted by "Robert Newson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Newson updated COUCHDB-942:
----------------------------------

    Fix Version/s:     (was: 1.1)
                   1.2

Bumped to 1.2 as we need to upgrade mochiweb to make eunit fully optional.

> 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
>             Fix For: 1.2
>
>         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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (COUCHDB-942) CouchDB build fails without eunit

Posted by "Jan Lehnardt (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt updated COUCHDB-942:
---------------------------------

    Fix Version/s:     (was: 1.2)
                   1.3

Bump to 1.3.x.
                
> 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
>             Fix For: 1.3
>
>         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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (COUCHDB-942) CouchDB build fails without eunit

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt updated COUCHDB-942:
---------------------------------

    Fix Version/s: 1.1

I think we should address this for 1.1.0.

Robert, should we wait for upstream to come up with the right solution (i see it is still discussed) or should be fork our local copy for the time being?

> 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
>             Fix For: 1.1
>
>         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.


[jira] Commented: (COUCHDB-942) CouchDB build fails without eunit

Posted by "Randall Leeds (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008071#comment-13008071 ] 

Randall Leeds commented on COUCHDB-942:
---------------------------------------

Looks like this was done upstream.
The original pull request was closed with a branch merge that had this commit:
https://github.com/mochi/mochiweb/commit/cb460384c4f3a35fd5dd0190f963da4318e167a1

I looked at the file list and noticed it didn't totally match this patch, but that was caught upstream and fixed a couple weeks later. That commit is here:
https://github.com/mochi/mochiweb/commit/19708bd763be36b3fb314595dfd9ebfda1355d7e

I'll merge these and post the patch.

> 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
>             Fix For: 1.1
>
>         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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (COUCHDB-942) CouchDB build fails without eunit

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-942.
--------------------------------

    Resolution: Fixed

We are tracking the update of mochiweb in COUCHDB-1598
                
> 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
>             Fix For: 1.3
>
>         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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (COUCHDB-942) CouchDB build fails without eunit

Posted by "Robert Newson (JIRA)" <ji...@apache.org>.
     [ 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.