You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with unicode_util_compat (0.7.0) dependency on Erlang/OTP 25 throws:
=ERROR REPORT==== 18-Jun-2022::12:33:22.907719 ===
beam/beam_load.c(551): Error loading function rebar3:parse_args/1: op put_tuple u x:
please re-compile this module with an Erlang/OTP 25 compiler
escript: exception error: undefined function rebar3:main/1
in function escript:run/2 (escript.erl, line 750)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
** (Mix) Could not compile dependency :unicode_util_compat, "/<path_to_rebar3>/rebar3 bare compile --paths /<project>/_build/dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile unicode_util_compat", update it with "mix deps.update unicode_util_compat" or clean it with "mix deps.clean unicode_util_compat"
New release needs to be generated for compatibility.
The text was updated successfully, but these errors were encountered:
that does not fix it for us in building a container . @benoitc we don t see any error at all . Using erlang25.2.0-alpine and all we see is
** (Mix) Could not compile dependency :unicode_util_compat, "/<path_to_rebar3>/rebar3 bare compile --paths //_build/dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile unicode_util_compat", update it with "mix deps.update unicode_util_compat" or clean it with "mix deps.clean unicode_util_compat"
Compiling with unicode_util_compat (0.7.0) dependency on Erlang/OTP 25 throws:
New release needs to be generated for compatibility.
The text was updated successfully, but these errors were encountered: