Erlang/OTP 28.0-rc2 is the second release candidate of three before the OTP 28.0 release.
The intention with this release is to get feedback from our users. All feedback is welcome, even if it is only to say that it works for you.
We encourage users to try it out and give us feedback either by creating an issue at https://github.com/erlang/otp/issues or by posting to Erlang Forums.
Erlang/OTP 28 is a new major release with new features, improvements as well as a few incompatibilities. Some of the new features are highlighted below.
Many thanks to all contributors!
Highlights for RC2
Functionality making it possible for processes to enable reception of priority messages has been introduced in accordance with EEP 76.
Highlights for RC1
New language features
Comprehensions have been extended with โzip generatorsโ allowing multiple generators to be run in parallel. For example, [A+B || A <- [1,2,3] && B <- [4,5,6]] will produce [5,7,9].
Generators in comprehensions can now be strict, meaning that if the generator pattern does not match, an exception will be raised instead of silently ignore the value that didnโt match.
For certain types of errors, the compiler can now suggest corrections. For example, when attempting to use variable A that is not defined but A0 is, the compiler could emit the following message: variable 'A' is unbound, did you mean 'A0'?
The size of an atom in the Erlang source code was limited to 255 bytes in previous releases, meaning that an atom containing only emojis could contain only 63 emojis. While atoms are still only allowed to contain 255 characters, the number of bytes is no longer limited.
The warn_deprecated_catch option enables warnings for use of old-style catch expressions on the form catch Expr instead of the modern try โฆ catch โฆ end.
Provided that the map argument for a maps:put/3 call is known to the compiler to be a map, the compiler will replace such calls with the corresponding update using the map syntax.
Some BIFs with side-effects (such as binary_to_atom/1) are optimized in try โฆ catch in the same way as guard BIFs in order to gain performance.
The compilerโs alias analysis pass is now both faster and less conservative, allowing optimizations of records and binary construction to be applied in more cases.
ERTS
The trace:system/3 function has been added. It has a similar interface as erlang:system_monitor/2 but it also supports trace sessions.
os:set_signal/2 now supports setting handlers for the SIGWINCH, SIGCONT, and SIGINFO signals.
The two new BIFs erlang:processes_iterator/0 and erlang:process_next/1 make it possible to iterate over the process table in a way that scales better than erlang:processes/0.
Shell and terminal
The erl -noshell mode has been updated to have two sub modes called raw and cooked, where cooked is the old default behaviour and raw can be used to bypass the line-editing support of the native terminal. Using raw mode it is possible to read keystrokes as they occur without the user having to press Enter. Also, the raw mode does not echo the typed characters to stdout.
The shell now prints a help message explaining how to interrupt a running command when stuck executing a command for longer than 5 seconds.
STDLIB
The join(Binaries, Separator) function that joins a list of binaries has been added to the binary module.
By default, sets created by module sets will now be represented as maps.
Module re has been updated to use the newer PCRE2 library instead of the PCRE library.
There is a new zstd module that does Zstandard compression.
I donโt know much about the SBOM generation tooling, but is there a way to make it formatted with line breaks? The advantage of a human readable format such as JSON is that it is supposed to be human readable.
Call me obtuse, Iโd quite like be able to browse it on the website without having to download it and run a command on it :).
Iโd also expect that the official OTP site will/should be held up as a paragon of best practice, so whatever it does will likely be mimicked by others. Is there any reason not to have it human readable in the repo?
Iโm not sure a 3.5 MB json file will be more or less human readable if it is formatted nicely
As the tool we use to generate the sbom generates a formatted json document, I think that we also should do that after we have processed it. What do you think @kiko ?
Sure, we can generate a nicely formatted json. The nicely formatted json is 5.3 MB.
I doubt anyone reads this as a raw text file (187,000+ lines), but we can deliver a formatted json so that our users do not need to run the one liner script.
Hello everyone.
There was a problem when building 28.0-rc2 release.
โฏ asdf list erlang
...
27.3
*28.0-rc1
โฏ asdf install erlang 28.0-rc2
ERROR: 'asdf_28.0-rc2' is not a kerl-managed Erlang/OTP installation.
Build 'asdf_28.0-rc2' has been deleted.
Extracting source code for normal build...
Building (normal) Erlang/OTP 28.0-rc2 (asdf_28.0-rc2); please wait...
Initializing (build) log file at /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log.
autoconf: error: no input file
APPLICATIONS DISABLED (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* jinterface : Java compiler disabled by user
* jinterface : User gave --without-jinterface option
* odbc : User gave --without-odbc option
APPLICATIONS INFORMATION (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* wx : wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
ERROR: build failed.
26 | #include "wx/gtk/webviewhistoryitem_webkit.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:168: x86_64-pc-linux-gnu/wxe_init.o] Error 1
make[3]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx/c_src'
make[2]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[2]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx'
make[1]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[1]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib'
make: *** [Makefile:508: libs] Error 2
Please see /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log for full details.
Auto cleaning all artifacts except the log file...
(use KERL_AUTOCLEAN=0 to keep build on failure, if desired)
Cleaning up compilation products for 'asdf_28.0-rc2' under:
- /home/user/.asdf/plugins/erlang/kerl-home/builds...
- /home/user/.asdf/downloads/erlang/28.0-rc2...
... done.
error installing version: failed to run install callback: exit status 1
The build of release 28.0-rc2 with kerl configuration options kco1 is successful (without wx).
Releases 27.3 and 28.0-rc1 were build without setting kerl options (without errors) .
The tooling has not changed.
There is a problem with asdf (this is due to the upgrade to 0.16.0) uninstall is not working #331.
There was the workaround for this: rm -rf .asdf/installs/erlang/<version>
The asdf uninstall erlang <version> command is currently working.
There is this printout in the logs. It means that you cannot use webview which you enable to configure. So you need to check your wx installation to see why webview is not there.
If you build Erlang 28-rc2 directly without asdf and without enabling webview, does it work then?
...
make[2]: Entering directory '/home/user/Downloads/otp_src_28.0-rc2/lib/wx'
=== Entering application wx
make[3]: Entering directory '/home/user/Downloads/otp_src_28.0-rc2/lib/wx/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/home/user/Downloads/otp_src_28.0-rc2/lib/wx/src'
make[3]: Entering directory '/home/user/Downloads/otp_src_28.0-rc2/lib/wx/c_src'
CXXยปยทยทยทx86_64-pc-linux-gnu/wxe_wrapper_1.o
In file included from gen/wxe_macros.h:72,
from gen/wxe_wrapper_1.cpp:28:
/usr/include/wx-3.2/wx/webview.h:26:14: fatal error: wx/gtk/webviewhistoryitem_webkit.h: No such file or directory
26 | #include "wx/gtk/webviewhistoryitem_webkit.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:169: x86_64-pc-linux-gnu/wxe_wrapper_1.o] Error 1
make[3]: Leaving directory '/home/user/Downloads/otp_src_28.0-rc2/lib/wx/c_src'
make[2]: *** [/home/user/Downloads/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[2]: Leaving directory '/home/user/Downloads/otp_src_28.0-rc2/lib/wx'
make[1]: *** [/home/user/Downloads/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[1]: Leaving directory '/home/user/Downloads/otp_src_28.0-rc2/lib'
make: *** [Makefile:508: libs] Error 2
It Include wxwidgets webview on Arch Linux says " These libraries will be compiled and will detect that webkit2gtk is available, and therefore compile wxWidgets with webview support."
wxgtk2-dev or wxgtk3-dev - not available in AUR and official repos (core, extra)
wxgtk-common-dev - not available in AUR and official repos
webkit2gtk - available in official repos
Official repos contain:
webkit2gtk (If installed, you can delete it)
webkit2gtk-4.1
โฏ sudo pacman -Rns webkit2gtk-4.1
[sudo] password for user:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing webkit2gtk-4.1 breaks dependency 'webkit2gtk-4.1' required by erlang-wx
webkitgtk-6.0 (If installed, you can delete it)
โฏ wx-config --selected-config
gtk3-unicode-3.2
โฏ autoconf -V
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
โฏ sudo find / -type f -name autoconf
/usr/bin/autoconf
/usr/local/bin/autoconf
โฏ /usr/bin/autoconf -V
autoconf (GNU Autoconf) 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
โฏ /usr/local/bin/autoconf -V
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
I donโt understand how it was installed successfully before (i.e. asdf install erlang <version>)?
โฏ yay -S wxgtk2.8
โฏ wx-config --list
Default config is gtk3-unicode-3.2
Default config will be used for output
Also available in /usr:
gtk2-unicode-release-2.8
โฏ asdf install erlang 28.0-rc2
ERROR: 'asdf_28.0-rc2' is not a kerl-managed Erlang/OTP installation.
Build 'asdf_28.0-rc2' has been deleted.
Extracting source code for normal build...
Building (normal) Erlang/OTP 28.0-rc2 (asdf_28.0-rc2); please wait...
Initializing (build) log file at /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log.
autoconf: error: no input file
APPLICATIONS DISABLED (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* jinterface : Java compiler disabled by user
* jinterface : User gave --without-jinterface option
* odbc : User gave --without-odbc option
APPLICATIONS INFORMATION (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* wx :
* The requested wxWidgets build couldn't be found.
*
* The configuration you asked for requires a wxWidgets
* build with the following settings:
* --unicode
* but such build is not available.
* To see the wxWidgets builds available on this system, please use
* 'wx-config --list' command. To use the default build, returned by
* 'wx-config --selected-config', use the options with their 'auto'
* default values.
* If you still get this error, then check that 'wx-config' is
* in path, the directory where wxWidgets libraries are installed
* (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
* or equivalent variable and wxWidgets version is 3.0.2 or above.
* wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
* wxWidgets must be installed on your system.
* Please check that wx-config is in path, the directory
* where wxWidgets libraries are installed (returned by
* 'wx-config --libs' or 'wx-config --static --libs' command)
* is in LD_LIBRARY_PATH or equivalent variable and
* wxWidgets version is 3.0.2 or above.
Building docs...
Erlang/OTP 28.0-rc2 (asdf_28.0-rc2) has been successfully built.
Cleaning up compilation products for 'asdf_28.0-rc2' under:
- /home/user/.asdf/plugins/erlang/kerl-home/builds...
- /home/user/.asdf/downloads/erlang/28.0-rc2...
... done.
โฏ erl -run wx demo
Erlang/OTP 28 [RELEASE CANDIDATE 2] [erts-16.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
=CRASH REPORT==== 21-Mar-2025::22:22:04.445110 ===
crasher:
initial call: wxe_master:init/1
pid: <0.87.0>
registered_name: []
exception error: {load_driver,"No driver found"}
in function wxe_util:priv_dir/2 (wxe_util.erl:191)
in call from wxe_util:init_nif/1 (wxe_util.erl:59)
in call from wxe_master:init/1 (wxe_master.erl:115)
in call from gen_server:init_it/2 (gen_server.erl:2231)
in call from gen_server:init_it/6 (gen_server.erl:2191)
ancestors: [<0.86.0>,<0.85.0>,<0.10.0>]
message_queue_len: 0
messages: []
links: []
dictionary: []
trap_exit: true
status: running
heap_size: 1598
stack_size: 29
reductions: 1828
neighbours:
=CRASH REPORT==== 21-Mar-2025::22:22:04.452947 ===
crasher:
initial call: wxe_server:init/1
pid: <0.86.0>
registered_name: []
exception error: {load_driver,"No driver found"}
in function wxe_util:priv_dir/2 (wxe_util.erl:191)
in call from wxe_util:init_nif/1 (wxe_util.erl:59)
in call from wxe_master:init/1 (wxe_master.erl:115)
in call from gen_server:init_it/2 (gen_server.erl:2231)
in call from gen_server:init_it/6 (gen_server.erl:2191)
ancestors: [<0.85.0>,<0.10.0>]
message_queue_len: 0
messages: []
links: []
dictionary: []
trap_exit: false
status: running
heap_size: 610
stack_size: 29
reductions: 324
neighbours:
=CRASH REPORT==== 21-Mar-2025::22:22:04.453166 ===
crasher:
initial call: demo:init/1
pid: <0.85.0>
registered_name: []
exception exit: {{load_driver,"No driver found"},
[{wxe_server,start,1,[{file,"wxe_server.erl"},{line,66}]},
{wx,new,1,[{file,"wx.erl"},{line,206}]},
{demo,init,1,[{file,"demo.erl"},{line,63}]},
{wx_object,init_it,6,
[{file,"wx_object.erl"},{line,561}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,331}]}]}
in function wx_object:init_it/6 (wx_object.erl:571)
ancestors: [<0.10.0>]
message_queue_len: 0
messages: []
links: []
dictionary: [{'_wx_object_',{demo,'_wx_init_'}}]
trap_exit: false
status: running
heap_size: 610
stack_size: 29
reductions: 307
neighbours:
Eshell V16.0 (press Ctrl+G to abort, type help(). for help)
1>
without kerl options
โฏ asdf install erlang 28.0-rc2
ERROR: 'asdf_28.0-rc2' is not a kerl-managed Erlang/OTP installation.
ERROR: no build named 'asdf_28.0-rc2'!
Downloading (from GitHub) Erlang/OTP 28.0-rc2 to /home/user/.asdf/downloads/erlang/28.0-rc2...
Extracting source code for normal build...
Building (normal) Erlang/OTP 28.0-rc2 (asdf_28.0-rc2); please wait...
Initializing (build) log file at /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log.
autoconf: error: no input file
APPLICATIONS DISABLED (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* jinterface : No Java compiler found
APPLICATIONS INFORMATION (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* wx : wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
ERROR: build failed.
26 | #include "wx/gtk/webviewhistoryitem_webkit.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:168: x86_64-pc-linux-gnu/wxe_init.o] Error 1
make[3]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx/c_src'
make[2]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[2]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx'
make[1]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[1]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib'
make: *** [Makefile:508: libs] Error 2
Please see /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log for full details.
Auto cleaning all artifacts except the log file...
(use KERL_AUTOCLEAN=0 to keep build on failure, if desired)
Cleaning up compilation products for 'asdf_28.0-rc2' under:
- /home/user/.asdf/plugins/erlang/kerl-home/builds...
- /home/user/.asdf/downloads/erlang/28.0-rc2...
... done.
error installing version: failed to run install callback: exit status 1
With the wxwidgets-gtk2 package from AUR:
โฏ yay -S wxwidgets-gtk2
โฏ wx-config --list
Default config is gtk3-unicode-3.2
Default config will be used for output
Alternate matches:
gtk2-unicode-3.2
โฏ asdf install erlang 28.0-rc2
ERROR: 'asdf_28.0-rc2' is not a kerl-managed Erlang/OTP installation.
Build 'asdf_28.0-rc2' has been deleted.
Extracting source code for normal build...
Building (normal) Erlang/OTP 28.0-rc2 (asdf_28.0-rc2); please wait...
Initializing (build) log file at /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log.
autoconf: error: no input file
APPLICATIONS DISABLED (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* jinterface : Java compiler disabled by user
* jinterface : User gave --without-jinterface option
* odbc : User gave --without-odbc option
APPLICATIONS INFORMATION (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* wx : wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
ERROR: build failed.
322 | #include "wx/aui/tabartgtk.h"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:168: x86_64-pc-linux-gnu/wxe_init.o] Error 1
make[3]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx/c_src'
make[2]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[2]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx'
make[1]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[1]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib'
make: *** [Makefile:508: libs] Error 2
Please see /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log for full details.
Auto cleaning all artifacts except the log file...
(use KERL_AUTOCLEAN=0 to keep build on failure, if desired)
Cleaning up compilation products for 'asdf_28.0-rc2' under:
- /home/user/.asdf/plugins/erlang/kerl-home/builds...
- /home/user/.asdf/downloads/erlang/28.0-rc2...
... done.
error installing version: failed to run install callback: exit status 1
without kerl options
โฏ asdf install erlang 28.0-rc2
ERROR: 'asdf_28.0-rc2' is not a kerl-managed Erlang/OTP installation.
Build 'asdf_28.0-rc2' has been deleted.
Extracting source code for normal build...
Building (normal) Erlang/OTP 28.0-rc2 (asdf_28.0-rc2); please wait...
Initializing (build) log file at /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log.
autoconf: error: no input file
APPLICATIONS DISABLED (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* jinterface : No Java compiler found
APPLICATIONS INFORMATION (See: /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log)
* wx : wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
ERROR: build failed.
26 | #include "wx/gtk/webviewhistoryitem_webkit.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:168: x86_64-pc-linux-gnu/wxe_wrapper_3.o] Error 1
make[3]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx/c_src'
make[2]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[2]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib/wx'
make[1]: *** [/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/make/otp_subdir.mk:29: opt] Error 2
make[1]: Leaving directory '/home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_src_28.0-rc2/lib'
make: *** [Makefile:508: libs] Error 2
Please see /home/user/.asdf/plugins/erlang/kerl-home/builds/asdf_28.0-rc2/otp_build_28.0-rc2.log for full details.
Auto cleaning all artifacts except the log file...
(use KERL_AUTOCLEAN=0 to keep build on failure, if desired)
Cleaning up compilation products for 'asdf_28.0-rc2' under:
- /home/user/.asdf/plugins/erlang/kerl-home/builds...
- /home/user/.asdf/downloads/erlang/28.0-rc2...
... done.
error installing version: failed to run install callback: exit status 1