You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2015/02/23 13:25:11 UTC

[jira] [Updated] (COUCHDB-2615) Ensure that rebar exists and his version is correct

     [ https://issues.apache.org/jira/browse/COUCHDB-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Shorin updated COUCHDB-2615:
--------------------------------------
    Fix Version/s: 2.0.0

> Ensure that rebar exists and his version is correct
> ---------------------------------------------------
>
>                 Key: COUCHDB-2615
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2615
>             Project: CouchDB
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Build System
>            Reporter: Alexander Shorin
>             Fix For: 2.0.0
>
>
> Currently, we relay on the fact that rebar is installed somehow in the system before user runs ./configure. This causes the following issues:
> - rebar may actually not being available
> - rebar version may be too old
> To avoid these issues and make install process more "relaxed", on ./configure phare we could build rebar before fetch any dependencies. Hopefully, we have [own fork|https://git-wip-us.apache.org/repos/asf?p=couchdb-rebar.git] to not depend on remote upstream.
> However, it's not wise to always build our own rebar on ./configure - on the end user system there could be already installed rebar with the right version. For this case, we need to provide a switch flag like --with-system-rebar for ./configure script which check if the system rebar version is correct (iirc, we need 2.3.1+, but need to double check that).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)