chewbranca commented on issue #617: CouchDB won't build on OTP-20 URL: https://github.com/apache/couchdb/issues/617#issuecomment-310860345 Well on a positive note it appears `crypto:rand_bytes` is the only undefined function preventing CouchDB from booting. I ran `for f in $(grep -rl crypto:rand_bytes src/); do sed -i 's/rand_bytes/strong_rand_bytes/' $f; done` and I was able to successfully boot CouchDB and query the welcome handler. I forgot to mention in the initial write up of this ticket that this is a runtime error, not a compile time error, so it's possible there are other now missing functions. I have not yet run the test suite with OTP-20 to look for other problematic areas. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
