You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/07/09 12:08:45 UTC

[GitHub] lag-linaro opened a new issue #24: Included `rebar` binary contains bug rendering failed builds on ARM64

lag-linaro opened a new issue #24: Included `rebar` binary contains bug rendering failed builds on ARM64
URL: https://github.com/apache/couchdb-pkg/issues/24
 
 
   **couchdb-pkg** [master]$ make build-couch $(lsb_release -cs) PLATFORM=$(lsb_release -cs)**
   
   `cd ../couchdb && make dist
   make[1]: Entering directory '/home/linaro/projects/docker-hub/couchdb'
   ==> config (compile)
   Compiled src/config_sup.erl
   Compiled src/config_notifier.erl
   Compiled src/config_util.erl
   Compiled src/config_listener.erl
   Compiled src/config_writer.erl
   Compiled src/config_app.erl
   Compiled src/config_listener_mon.erl
   Compiled src/config.erl
   ==> b64url (compile)
   Compiled src/b64url.erl
   Compiling /home/linaro/projects/docker-hub/couchdb/src/b64url/c_src/b64url.c
   cc: error: unrecognized command line option ‘-m64’
   ERROR: compile failed while processing /home/linaro/projects/docker-hub/couchdb/src/b64url: rebar_abort
   Makefile:81: recipe for target 'couch' failed
   make[1]: *** [couch] Error 1
   make[1]: Leaving directory '/home/linaro/projects/docker-hub/couchdb'
   Makefile:87: recipe for target 'build-couch' failed
   make: *** [build-couch] Error 2`
   
   Pulling newer binary from [HERE](https://github.com/rebar/rebar/wiki/rebar) fixed the issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services