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
This is because Erlang 28 removed the function erl_types:t_opaque_from_records/1 in commit erlang/otp@5dab31e and that function is called by function t_remote/2 in ejabberd's tools/opt_types.sh
The good news: apparently this is the only missing function, because applying a dummy patch like this removes the error and "make options" finishes correctly:
When running "make options" with Erlang/OTP 28.0-rc1, it crashes and shows error message:
This is because Erlang 28 removed the function
erl_types:t_opaque_from_records/1
in commit erlang/otp@5dab31e and that function is called by functiont_remote/2
in ejabberd'stools/opt_types.sh
The good news: apparently this is the only missing function, because applying a dummy patch like this removes the error and "make options" finishes correctly:
The text was updated successfully, but these errors were encountered: