-
Notifications
You must be signed in to change notification settings - Fork 186
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
grpc doesn't build on M1 Mac (aarch64) with 22.2.0 #2697
Comments
Thanks for the report. Could you share the gem_make.out and the mkmf.log (somewhere under I wonder which option is it which is |
I wonder if that option is truffleruby/lib/truffle/rbconfig.rb Line 191 in c37d6ae
Because https://github.com/grpc/grpc/blob/dd77c67217b10ffeaf766e25eb8b46d2d59de4ff/src/ruby/ext/grpc/extconf.rb#L159 does not seem to add strip options. |
I have a fix and a test for it, it should merge soon. We simply need to not pass |
gem_make.out I couldn't find mkmf.log |
…tions on macOS (#2697) PullRequest: truffleruby/3445
Fixed in 4a02764. You can try |
@eregon I'm still struggling installing grpc with
The contents of gem_make.out are here: https://gist.github.com/ollym/992c273ab98331c5ee1fd2e6652f1ace |
The actual error is:
And so that's a duplicate of oracle/graal#4726, please follow that issue. |
The problem is likely already solved, except that https://github.com/ruby/truffleruby-dev-builder/actions hasn't produced a build recently due to an issue on macOS builders, which should be fixed soon (i.e. I'd guess fixed by Wednesday). |
Correction, the latest dev build even though it is old has that fix, so please follow on oracle/graal#4726 |
Followed by long list of errors, ending with:
The text was updated successfully, but these errors were encountered: