-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ERROR: download_ex_doc failed. #8656
Comments
Thanks for your report! Unfortunately most of us are on vacation right now, we'll revisit this once we're back. :-) |
@conradwt I found the issue. The problem is located in I see you are on macOS so you can fix it by installing With brew just do: brew install coreutils After you installed your Erlang version you can remove it, it is used only to check the integrity of |
@GRoguelon Great catch because I totally missed this issue. Anyway, I'm guessing it may be best to leave these tools installed because ex_doc integrity will need to be checked for each new OTP installation >= 27.0.1. It's interesting that OTP team would introduce a dependency that's not called out in the documentation and didn't exist in OTP 27.0. |
@conradwt I was blocked myself on the issue. macOS has the command |
@GRoguelon Shasum and other dependencies should be documented and added to the build process. The build process must use the appropriate command for the underlying OS here. This is only an issue for local development because most tend not to install docs in production. |
…ild-doc-on-osx/GH-8656 otp_build: add shasum to check hash on OSX OTP-19193
fixed by #8707, closing issue. |
Describe the bug
When building the documentation (i.e. Building docs...), I'm getting the following error message:
To Reproduce
Expected behavior
I expected the build to complete without error.
Affected versions
OTP 27.0.1
Additional context
I didn't experience this issue when installing OTP 27.0 on Apple M1 using macOS 14.5.
The text was updated successfully, but these errors were encountered: