-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fails to build on MacOS with signal 9 #132
Comments
After doing further inspection, the reason on why gdk-pixbuf-query-loaders is not working is because the loaders.so is not found.
List of my gdk-pixbuf-query-loaders
I am not sure if I'm missing something. I don't see any results when I try to search for loaders.so and all I see is loaders.cache |
I'm not sure but this may be connected to this: #89 |
Reviewing #89, I don't seem to have the same issue as for now. I feel like I am missing a package to install or so. On line 104, file deploy.py:
I am having issues with the command:
As it tries to look for file: loaders.so where I don't seem to have it. This is all of the packages that I have.
What other packages that need to be installed for MacOS build? |
macOS builds are passing on CI, so it should work with the dependencies installed there (and whatever Github Actions has by default): https://github.com/pop-os/keyboard-configurator/blob/master/.github/workflows/ci.yml |
Environment: MacOs
Software: Monterey 12.3.1
Hardware: Apple M1 Max
Description:
The subprocess is exiting unexpectedly when trying to build the macOS application.
Traceback (most recent call last):
File "", line 2, in
File "...miniconda/envs/launch/lib/python3.10/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "...miniconda/envs/launch/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['gdk-pixbuf-query-loaders']' died with <Signals.SIGKILL: 9>.
The text was updated successfully, but these errors were encountered: