sarveshtamba commented on issue #2044: Apache CouchDB build issues on PowerPC64LE URL: https://github.com/apache/couchdb/issues/2044#issuecomment-499426621 Hi, Thanks for the reply. I installed the following on Ubuntu 18.04 for PowerPC64LE inside a clean container:- - Python 3.6.7 (Python 2 version is not installed) - pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6) - Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:10] [kernel-poll:false] I tried building latest CouchDB from the master branch - https://github.com/apache/couchdb.git However now I am facing the following error:- "CouchDB does not support this version of Erlang ("20.2.2")." Does CouchDB depend on specific versions of Erlang? If so, are the exact version requirements documented anywhere? Below are the version/configure details:- sar@ca6f5b10ec5b:~/couchdb/couchdb$ py py3clean pybabel pydoc3 pygettext3.6 python3-config python3.6m python3m-config py3compile pybabel-python3 pydoc3.6 pygmentize python3.6 python3.6m-config py3versions pybuild pygettext3 python3 python3.6-config python3m sar@ca6f5b10ec5b:~/couchdb/couchdb$ python3 -V Python 3.6.7 sar@ca6f5b10ec5b:~/couchdb/couchdb$ pip3 -V pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6) sar@ca6f5b10ec5b:~/couchdb/couchdb$ erl -V Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:10] [kernel-poll:false] Eshell V9.2 (abort with ^G) 1> [2]+ Stopped erl -V sar@ca6f5b10ec5b:~/couchdb/couchdb$ ./configure ==> configuring couchdb in rel/couchdb.config ==> updating dependencies CouchDB does not support this version of Erlang ("20.2.2"). Check https://docs.couchdb.org/en/latest/whatsnew/index.html for the latest information on supported releases. sar@ca6f5b10ec5b:~/couchdb/couchdb$
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
