-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
v1.1.1 /darwin/sys/proctable.rb requires ffi but gemspec does not specify it. #51
Comments
@islador I have the ffi dependency set as far as I can tell. What is the output of |
Path: /Users//.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/sys-proctable-1.1.1-universal-darwin
Upon looking at this, I am even more confused. You're correct, it does list FFI as a runtime requirement. Yet when I include sys-proctable 1.1.1 in one gem, and then include that gem in another, the second gem of mine kicks an error for not having FFI. Perhaps it is my gemspec that is incorrectly specifying requirements? |
So, that should match |
We've solved this issue by explicitly requiring sys-proctable 1.0.0 after doing an assessment on FFI. I raised this issue after we traced your gem down as the cause. It seems we were wrong. Sorry for the trouble djberg96, thanks for the rapid response though! |
@islador No problem, glad you figured it out. |
Hello,
I recently updated my sys-proctable version and found that it broke my build. The issue appears to be that sys-proctable's gemspec does not specify the dependency on ffi. Which means it doesn't get installed, and thus crashes everything.
The text was updated successfully, but these errors were encountered: