rolfn opened a new issue #41: Error making couchdb 2.3.0 with Erlang 21.1.4 URL: https://github.com/apache/couchdb-pkg/issues/41 <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> `make release` should not end with an error. <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> * `make release` ``` ... ==> rel (generate) =ERROR REPORT==== 26-Sep-1951::01:00:53.****** === File operation error: eacces. Target: /usr/lib64/erlang/lib/crypto-4.3.3/priv/obj/stw17j4b. Function: get_file. ERROR: Failed to generate target from spec: "copy file /usr/lib64/erlang/lib/crypto-4.3.3/priv/obj/stw17j4b -> /home/niepra01/myapp/couchdb/apache-couchdb-2.3.0/rel/couchdb/lib/crypto-4.3.3/priv/obj/stw17j4b: no such file or directory\n" ERROR: Unexpected error: rebar_abort ERROR: generate failed while processing /home/niepra01/myapp/couchdb/apache-couchdb-2.3.0/rel: rebar_abort make: *** [Makefile:348: release] Fehler 1 ``` The file `/usr/lib64/erlang/lib/crypto-4.3.3/priv/obj/stw17j4b` exist on my system as part of "erlang-21.1.4" , but has zero length. <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Possible Solution ??? <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Get the source file: `apache-couchdb-2.3.0.tar.gz` 1. `tar xvzf apache-couchdb-2.3.0.tar.gz` 1. `cd apache-couchdb-2.3.0/` 1. `./configure` 1. `make release` ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: 2.3.0 * Operating System and version (desktop or mobile): openSUSE Tumbleweed (20181211) * Erlang: Erlang/OTP 21 [erts-10.1.3] How can I fix the problem? On an older system (Erlang 18) creation of couchdb binaries was successful.
---------------------------------------------------------------- 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
