sarveshtamba commented on issue #2044: Apache CouchDB build issues on 
PowerPC64LE
URL: https://github.com/apache/couchdb/issues/2044#issuecomment-499791994
 
 
   Hi @wohali ,
   
   I have managed to build Erlang/OTP 21.3.8.3 on Ubunutu 16.04 after resolving 
all dependencies for Erlang:-
   
           sar@50c649c461fc:~/otp$ erl -eval '{ok, Version} = 
file:read_file(filename:join([code:root_dir(), "releases", 
erlang:system_info(otp_release), "OTP_VERSION"])), io:fwrite(Version), halt().' 
-noshell
           21.3.8.3
           sar@50c649c461fc:/usr/local/lib/erlang$ cat releases/RELEASES
           %% coding: utf-8
           [{release,"Erlang/OTP","21","10.3.5.2",
                     
[{kernel,"6.3.1.1","/usr/local/lib/erlang/lib/kernel-6.3.1.1"},
                      
{stdlib,"3.8.2.1","/usr/local/lib/erlang/lib/stdlib-3.8.2.1"},
                      {sasl,"3.3","/usr/local/lib/erlang/lib/sasl-3.3"}],
                     permanent}].
           sar@50c649c461fc:~/couchdb/couchdb$ erl
           Erlang/OTP 21 [erts-10.3.5.2] [source] [64-bit] [smp:8:8] 
[ds:8:8:10] [async-threads:1]
   
           Eshell V10.3.5.2  (abort with ^G)
           1>
   
   I tried building latest CouchDB from the master branch - 
https://github.com/apache/couchdb.git
   However now I am facing the following error:-  
   
           Running "copy:dist" (copy) task
   
   
           Running "copy:couchdb" (copy) task
           Created 4 directories, copied 22 files
   
           Done.
           make[1]: Entering directory '/home/sar/couchdb/couchdb/src/docs'
           sphinx-build -b html -a -W -n -A local=1 -D 
latex_elements.papersize=a4 -d build/doctree src/ build/html
           Running Sphinx v1.3.6
           making output directory...
           loading pickled environment... not yet created
           building [mo]: all of 0 po files
           building [html]: all source files
           updating environment: 124 added, 0 changed, 0 removed
           reading sources... [100%] whatsnew/index
           looking for now-outdated files... none found
           pickling environment... done
           checking consistency... done
           preparing documents...
           Theme error:
           unsupported theme option 'canonical_url' given
           Makefile:32: recipe for target 'html' failed
           make[1]: *** [html] Error 1
           make[1]: Leaving directory '/home/sar/couchdb/couchdb/src/docs'
           Makefile:520: recipe for target 'src/docs/build' failed
           make: *** [src/docs/build] Error 2
     
   Am I missing anything?

----------------------------------------------------------------
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

Reply via email to