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

Installing posix-spawn can fail for Apple M3 environments #6923

Open
jrgriffiniii opened this issue Oct 14, 2024 · 0 comments
Open

Installing posix-spawn can fail for Apple M3 environments #6923

jrgriffiniii opened this issue Oct 14, 2024 · 0 comments

Comments

@jrgriffiniii
Copy link
Contributor

I have encountered the following while attempting to install the Ruby Gem dependencies local to an environment with an Apple M3: rtomayko/posix-spawn#92

As detailed in rtomayko/posix-spawn#92 (comment), there is a solution with:

gem install posix-spawn -- --with-cflags="-Wno-incompatible-function-pointer-types"

I can propose that requesting that this be documented as a known bug, but I am not certain how this might be handled from the standpoint of maintaining a long-term dependency upon posix-spawn (this Gem does not appear to have been recently updated).

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

1 participant