This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit a6b607a27f608c85393fa4c74d7c4cf30ec766cc Author: Thibault Jan Beyer <[email protected]> AuthorDate: Mon Dec 25 19:04:50 2017 +0100 fix `make check` issues --- src/install/troubleshooting.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/install/troubleshooting.rst b/src/install/troubleshooting.rst index c096e9d..6d625a8 100644 --- a/src/install/troubleshooting.rst +++ b/src/install/troubleshooting.rst @@ -281,9 +281,9 @@ Mac Os Known Issues undefined error, exit_status 134 -------------------------------- -Sometimes the ``Verify Installation`` fails with an ``undefined`` error. -This could be due to a missing dependency with Mac. -In the logs, you will find ``couchdb exit_status,134``. +Sometimes the ``Verify Installation`` fails with an ``undefined`` error. +This could be due to a missing dependency with Mac. +In the logs, you will find ``couchdb exit_status,134``. -If so, installing the missing ``nspr`` via ``brew install nspr`` should resolve the issue. -(related issue: https://github.com/apache/couchdb/issues/979) +Installing the missing ``nspr`` via ``brew install nspr`` resolves the issue. +(see: https://github.com/apache/couchdb/issues/979) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
