Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

26.2.3 breaks rebar3 compilation on Apple M2 #8257

Closed
paulo-ferraz-oliveira opened this issue Mar 12, 2024 · 2 comments
Closed

26.2.3 breaks rebar3 compilation on Apple M2 #8257

paulo-ferraz-oliveira opened this issue Mar 12, 2024 · 2 comments
Assignees
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM

Comments

@paulo-ferraz-oliveira
Copy link
Contributor

Describe the bug
This is probably related to #8238, but maybe not the same issue. Feel free to close and/or redirect to that one for follow-up.

To Reproduce
Using 26.2.3:

rebar3 new lib
cd mylib
echo -e "\n{plugins, [rebar3_ex_doc]}." >> rebar.config
rebar3 compile
# ===> Errors loading plugin rebar3_ex_doc. Run rebar3 with DEBUG=1 set to see errors.

Expected behavior
No compilation issues.

Affected versions
26.2.3

Additional context
These make the issue go away:

  • use a local rebar3 compiled with e.g. 26.2.3
  • compile the Erlang project using e.g. 26.2.2

I'm on an M2, but didn't dig into the rebar3 issue further.

@paulo-ferraz-oliveira paulo-ferraz-oliveira added the bug Issue is reported as a bug label Mar 12, 2024
@bjorng bjorng self-assigned this Mar 13, 2024
@bjorng bjorng added the team:VM Assigned to OTP team VM label Mar 13, 2024
@bjorng
Copy link
Contributor

bjorng commented Mar 13, 2024

I've just merged #8248 (which fixes the bug described in #8238) to maint. Please try it. Feel free to re-open this issue if it does not fix your problem.

@bjorng bjorng closed this as completed Mar 13, 2024
@paulo-ferraz-oliveira
Copy link
Contributor Author

@bjorng, tested with maint and this seems to have fixed it. Thanks much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM
Projects
None yet
Development

No branches or pull requests

2 participants