-
Notifications
You must be signed in to change notification settings - Fork 49
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
Failed to install emsdk when running git-sync-deps on RPi 4 #26
Comments
The error log is just a network problem with git-sync-deps (or at least that is what I remember). You can try running the same command until it pass. |
I did run The error seems to be raised while running |
Also, if I ignore this and try running Traceback (most recent call last):
File "/home/username/deps/depot_tools/gn.py", line 74, in <module>
sys.exit(main(sys.argv))
File "/home/username/deps/depot_tools/gn.py", line 69, in main
return subprocess.call([gn_path] + args[1:])
File "/usr/lib/python3.9/subprocess.py", line 349, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/username/deps/skia
/buildtools/linux64/gn' Even though there is |
Hi @copyrat90! I believe the issue is that emsdk (one of skia's dependancies) does not build all of their releases for aarch64, and they don't have the required version (3.1.3) available. They did however release emsdk 3.1.33, and you can use this to build skia. I built skia-m102 and aseprite v1.3.1 this afternoon on my pi 4 and documented the process here: https://gist.github.com/scribhneoir/f26369519174f223d6e275707b106f27. I hope this will be helpful to you! |
I found someone has built
m96
for the RPi. aseprite/aseprite#2835 (comment)So I tried to follow the build instructions for
m102
on my RPi 4, but it's not building?System
System: Raspberry Pi 4 B
OS: Raspberry Pi OS (32-bit)
Terminal log
The text was updated successfully, but these errors were encountered: