Problem installing via Meson and Ninja #12752
Replies: 2 comments
-
This happens because of the instructions at https://gitlab.com/kira-pyred/kira#id3
The "/install/path" is not meant to be taken literally, that README.rst is advising you using pseudo-prose to select an installation path and pass it to the --prefix argument. It will need to be a writable location. Possibly somewhere in /opt. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much, it was really a stupid error! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to everybody, I'm kinda new on the Mac environment so I'm sorry if my problem is easily solvable and I haven't figured it out yet. I'm currently installing the package Kira (https://gitlab.com/kira-pyred/kira.git) on my macOS M2 Sonoma 14.2.1, following the suggested meson build.
I firstly installed meson with
pip3 install --user meson
and then I installed ninja. The problem is that when I launch in the builddir the command
ninja install
I obtained the error:
OSError: [Errno 30] Read-only file system: '/install'
ERROR: Unhandled python OSError. This is probably not a Meson bug, but an issue with your build environment.
Then I tried to uninstall with pip3 uninstall meson and also for ninja, and I installed both with homebrew:
brew install meson
brew install ninja
Currently if I launch which brew and which ninja they appear to be both in /opt/brew/bin
The problem is that again I obtain the same OSError when doing ninja install.
Thanks to everybody,
Michele
Beta Was this translation helpful? Give feedback.
All reactions