GitHub user Lars opened a pull request:
https://github.com/apache/couchdb-documentation/pull/98
Dependency correction for basic build
Added a dependency that's required to start the build process in RHEL/CentOS
https://github.com/apache/couchdb-documentation/commit/85ce5d08d0488edc68b9673501c8350017db4257
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Lars/couchdb-documentation small-corrections
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-documentation/pull/98.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 #98
----
commit 85ce5d08d0488edc68b9673501c8350017db4257
Author: Lars Goldschlager <[email protected]>
Date: 2017-01-19T14:37:05Z
Add missing dependency for basic build.
On CentOS (Tested on 7.3) erlang-erl_interface needs to be explicitly
installed for the build process to even start.
commit 6eedd8051fb8a42390adc249c2ff76ae70431e34
Author: Lars Goldschlager <[email protected]>
Date: 2017-01-19T14:40:07Z
gcc-c++ required for Jiffy
To build Jiffy (which is part of the basic release build) in
CentOS (tested on 7.3) the c++ tool which is part of gcc-c++ is
required, gcc-c++ is not pulled in with the rest of the toolchain
deps during the basic dep install so it needs to be included manually.
commit 2511aa8668b6ca33edf59b67a23ca6b5382fea46
Author: Lars Goldschlager <[email protected]>
Date: 2017-01-19T14:50:12Z
Add erlang-reltool dependency to RHEL/CentOS with warning.
On RHEL/CentOS erlang-reltool must be installed manually, but it
pulls in many dependencies including X11 libraries, so the dep was
added in a separate step with a warning regarding it's need and deps
and suggesting it be installed in a separate step so that the whole
list of packages can be uninstalled after build using a system tool.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---