-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build errors on 0.5.1 #116
Comments
@wkirby You are right, there should be no build step for most users (it can happen though for various reasons). What confuses me a fair bit is that you seem to compile against a newer version of |
@eliias sure thing, I'll test that out and come back. |
Ah man, it is the new dependency for sure. It was released as a non-breaking change and I do not pin the patch version here https://github.com/y-crdt/yrb/blob/v0.5.1/ext/yrb/Cargo.toml#L14. Should be |
@eliias makes sense. Building off of I'm still curious why I'm building from source at all --- I still think I should be able to hit a bundled binary. Any insights there? I can share anything else you might need about the environment I'm working in. |
I haven't used any ARM 64 Linux builds myself, so it could be related to architecture/platform, but I think this is unlikely. I don't know what specifically causes the issue here, but I have seen it before when:
I have released |
@wkirby I am going to close this issue. Let me know if you can find anything related to the installation problem (native extension compiling), otherwise I need to figure out how to reproduce. |
This is it, thanks! |
When attempting to install this gem in my rails application, I am getting an error while installing with native extensions. I have installed
clang
:And am running ruby 3.1 with RubyGems 3.4:
Adding the gem to my gemfile and running
bundle install
results in a rust build error:I'm not sure why this is attempting to build with native extensions in the first place, as far as I'm aware there should be an included binary for my setup. In any case, it seems as though I've installed all the dependencies, but am still unable to build, a use-case which ought to work.
The text was updated successfully, but these errors were encountered: