-
Notifications
You must be signed in to change notification settings - Fork 1
Runtime problems on Linux alpine #253
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
Comments
I have been working on this issue for a few weeks at #255 and I have determined that it is probably caused by following. Using However, many alpine Docker images use Perhaps if we modify following options, it might work in alpine. go-gem-wrapper/_gem/lib/go_gem/util.rb Lines 18 to 58 in e6c9f67
But I can't come up with any more ideas. 😢 I am always open to everyone's patches. |
Thanks @sue445 for your feedback and the time put in, much appreciated. I understand, this is really a go issue and not something in our gem. I'll try to use a glibc based based image as proposed for my container until this is fixed upstream. |
When I use this to compile a project with Docker for alpine linux (using
ruby:3.3.6-alpine
)[BUG] Segmentation fault at 0x0000000000000001
ldd
on the native library I get a lot ofError relocating ..: rb_big_idiv: symbol not found
Here are the relevant logs:
as well as this
The text was updated successfully, but these errors were encountered: