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

make install fails on Apple Silicon M1 darwin-arm64 #1061

Closed
2 tasks done
walterra opened this issue Jul 19, 2023 · 2 comments
Closed
2 tasks done

make install fails on Apple Silicon M1 darwin-arm64 #1061

walterra opened this issue Jul 19, 2023 · 2 comments
Labels
Bug Something isn't working.

Comments

@walterra
Copy link

walterra commented Jul 19, 2023

Description

Encountered an error when running make install from the development setup instructions.

Related Issues

No response

Questions

No.

Demo

No response

Reproduction

Follow the development setup instructions and run make install.

Expected Results

make install should complete without error.

Actual Results

When running make install on Apple M1, I get the following error related to the electron dependency:

Downloading Electron...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     9    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
make: *** [/Users/<redacted>/deps/tmp/electron-v6.0.10-darwin-arm64.zip] Error 22

It looks like electron needs to be at least version 11 to support Apple Silicon/M1/darwin-arm64.

I did some local tests with updating the setup to version 12 and make install was able to complete.

Verifying download...
Success.

Extracting Electron...
Running tests...
v12.2.3

Success.

Version

develop branch

Environments

N/A

Browser Version

No response

Node.js / npm Version

No response

Platform

macos M1

Checklist

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
@walterra walterra added the Bug Something isn't working. label Jul 19, 2023
@walterra walterra changed the title make install fails on Apple M1 darwin-arm64 make install fails on Apple Silicon M1 darwin-arm64 Jul 19, 2023
@kgryte
Copy link
Member

kgryte commented Jul 19, 2023

@walterra Thanks for reporting this issue. Will try and push a fix later this evening.

@kgryte
Copy link
Member

kgryte commented Jul 20, 2023

Should be resolved in d333681.

If you still encounter issues when installing repository dependencies, feel free to reopen this issue.

@kgryte kgryte closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants