-
Notifications
You must be signed in to change notification settings - Fork 35
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
Alpine: cannot load such file -- rb_sys/mkmf
#124
Comments
In your gemspec you've set In If you changed You'll see some gems with both an It looks like once the missing rb_sys issue is resolved you'd run in to your extension's Cargo.toml using a relative path to the css-inline crate, and that path isn't packaged with the gem, so the cargo build fails. Removing the path and setting a version so that the dependency is pulled from crates.io should fix that. |
@Stranger6667 Any progress here -- I'm also experiencing this while attempting to install the |
Hi @woodhull Sorry, I didn't get to work on this yet. Also, I want to say huge thanks @matsadler for the in-depth explanation. I am not sure about my bandwidth right now to work on it myself (probably in Feb I'll have some more time to get back here), but I'll be happy to review a PR if anybody wants to contribute a fix. |
Hey!
In css-inline I have the following
extconf.rb
that follows the examples in themagnus
repo:This works on x86 / glibc but doesn't on musl:
So, there is an error:
Ref: original issue in css-inline
Steps to reproduce
1. Dockerfile
2. Shell
3. Command
I am not sure at what layer the problem comes from, but would appreciate any clues.
Thanks
The text was updated successfully, but these errors were encountered: