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

aarch_64 binaries for Apple Silicon Macs are not available #10

Open
NickWilton opened this issue Nov 20, 2021 · 7 comments
Open

aarch_64 binaries for Apple Silicon Macs are not available #10

NickWilton opened this issue Nov 20, 2021 · 7 comments

Comments

@NickWilton
Copy link

The sphinx-maven-plugin is unavailable to download the sphinx binary, due to the following error:
unexpected response code '404':https://github.com/trustin/sphinx-binary/releases/download/v0.8.1/sphinx.osx-aarch_64

Whilst this can be worked around by using the configuration item pointing to the x86_64 binary (which runs under Rosetta), it would be good if native binaries are made available.

@NickWilton NickWilton changed the title aargh_64 binaries for Apple Silicon Macs are not available aarch_64 binaries for Apple Silicon Macs are not available Nov 20, 2021
@gutomaia
Copy link

I'm facing the same issue using sphinx-maven-plugin. Is there any chance to have it solved in the next couple of weeks?

@lucafrosini
Copy link

I have the same issue

@daancallaert
Copy link

same here

@mkarwin
Copy link

mkarwin commented Jan 10, 2024

It seems that basically ARM64 variants of the releases would be greatly appreciated, especially for linux and mac OS.
Any feedback on when to expect or if it is even possible at all?

@lucafrosini
Copy link

I have the same issue

@primax79
Copy link

primax79 commented Jan 14, 2025

workaround to use the sphinx-maven-plugin on aarch_64 not changing the configuration:

download the x86_64 binary where the sphinx-maven-plugin expects to find the aarch_64 binary:

mkdir -p ~/.m2/repository/kr/motd/maven/sphinx-binary/https___github.com_trustin_sphinx-binary_releases_download_v0.8.2_sphinx.osx-aarch_64
cd ~/.m2/repository/kr/motd/maven/sphinx-binary/https___github.com_trustin_sphinx-binary_releases_download_v0.8.2_sphinx.osx-aarch_64
wget https://github.com/trustin/sphinx-binary/releases/download/v0.8.2/sphinx.osx-x86_64 -O sphinx.osx-aarch_64
chmod +x sphinx.osx-aarch_64

@lucafrosini
Copy link

It works for me. Thanks a lot.

workaround to use the sphinx-maven-plugin on aarch_64 not changing the configuration:

download the x86_64 binary where the sphinx-maven-plugin expects to find the aarch_64 binary:

mkdir -p ~/.m2/repository/kr/motd/maven/sphinx-binary/https___github.com_trustin_sphinx-binary_releases_download_v0.8.2_sphinx.osx-aarch_64
cd ~/.m2/repository/kr/motd/maven/sphinx-binary/https___github.com_trustin_sphinx-binary_releases_download_v0.8.2_sphinx.osx-aarch_64
wget https://github.com/trustin/sphinx-binary/releases/download/v0.8.2/sphinx.osx-x86_64 -O sphinx.osx-aarch_64
chmod +x sphinx.osx-aarch_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants