You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by mfischbo <gi...@git.apache.org> on 2016/05/30 09:48:47 UTC

[GitHub] couchdb pull request: Updated package requirements for build on Ub...

GitHub user mfischbo opened a pull request:

    https://github.com/apache/couchdb/pull/422

    Updated package requirements for build on Ubuntu 16.04

    Building from master requires 2 additional packages that where not enlisted.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mfischbo/couchdb updated-ubuntu-install-notes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/422.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #422
    
----
commit 8f042701622d5940784e7dc93ebe2b65b928ab87
Author: Markus Fischboeck <m....@googlemail.com>
Date:   2016-05-30T09:43:13Z

    Updated package requirements for build on Ubuntu 16.04

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request #422: Updated package requirements for build on Ubuntu ...

Posted by wohali <gi...@git.apache.org>.
Github user wohali closed the pull request at:

    https://github.com/apache/couchdb/pull/422


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request: Updated package requirements for build on Ub...

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/422#discussion_r65052065
  
    --- Diff: INSTALL.Unix.md ---
    @@ -63,8 +63,8 @@ You can install the dependencies by running:
     
         sudo apt-get install build-essential erlang-base \
             erlang-dev erlang-manpages erlang-eunit erlang-nox \
    -        libicu-dev libmozjs185-dev libcurl4-openssl-dev \
    -        pkg-config
    +        erlang-reltool libicu-dev libmozjs185-dev libcurl4-openssl-dev \
    +        pkg-config rebar
    --- End diff --
    
    Master doesn't requires rebar as [we use our own ](https://github.com/apache/couchdb/blob/master/configure#L216-L225). To use system one, you need to explicitly define REBAR environment variable with the path to yours for running ./configure and make commands.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #422: Updated package requirements for build on Ubuntu 16.04

Posted by wohali <gi...@git.apache.org>.
Github user wohali commented on the issue:

    https://github.com/apache/couchdb/pull/422
  
    Addressed by commit: https://github.com/apache/couchdb/commit/112501c6db959489b077fa9ad2350b2ffc25de54
    
    erlang-reltool has been added but as @kxepal said we use our own rebar.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---