-
Notifications
You must be signed in to change notification settings - Fork 337
ffi 1.11 fails to build on ruby 1.9.3 #699
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
ffi-1.11.0 will no longer work on Ruby-1.9. We removed the old compatibility code in #683 . I just forgot to raise the ruby version requirement in the gemspec. You'll have to stay at ffi-1.10.0 or update ruby. |
benoittgt
added a commit
to rspec/rspec-support
that referenced
this issue
May 18, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-expectations
that referenced
this issue
May 18, 2019
benoittgt
added a commit
to rspec/rspec-collection_matchers
that referenced
this issue
May 18, 2019
benoittgt
added a commit
to rspec/rspec-collection_matchers
that referenced
this issue
May 18, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-collection_matchers
that referenced
this issue
May 18, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-support
that referenced
this issue
May 18, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-expectations
that referenced
this issue
May 18, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to benoittgt/rspec-mocks
that referenced
this issue
May 18, 2019
benoittgt
added a commit
to rspec/rspec-mocks
that referenced
this issue
May 18, 2019
How about testing down to version 2.0 on Travis to avoid this happening in the future? |
This was referenced May 19, 2019
JonRowe
pushed a commit
to rspec/rspec-mocks
that referenced
this issue
May 19, 2019
benoittgt
added a commit
to rspec/rspec-collection_matchers
that referenced
this issue
May 19, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-expectations
that referenced
this issue
May 19, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-support
that referenced
this issue
May 19, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-collection_matchers
that referenced
this issue
May 19, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
benoittgt
added a commit
to rspec/rspec-expectations
that referenced
this issue
May 19, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
JonRowe
pushed a commit
to rspec/rspec-expectations
that referenced
this issue
May 20, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
JonRowe
pushed a commit
to rspec/rspec-mocks
that referenced
this issue
Jun 13, 2019
JonRowe
pushed a commit
to rspec/rspec-mocks
that referenced
this issue
Jun 13, 2019
JonRowe
pushed a commit
to rspec/rspec-expectations
that referenced
this issue
Oct 7, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699
yujinakayama
pushed a commit
to yujinakayama/rspec-monorepo
that referenced
this issue
Oct 6, 2021
…#1276) ffi/ffi#683 Related: - ffi/ffi#699 --- This commit was imported from rspec/rspec-mocks@2182ced.
yujinakayama
pushed a commit
to yujinakayama/rspec-monorepo
that referenced
this issue
Oct 6, 2021
…c-expectations#1115) CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699 --- This commit was imported from rspec/rspec-expectations@dbf72e5.
yujinakayama
pushed a commit
to yujinakayama/rspec-monorepo
that referenced
this issue
Oct 6, 2021
…#1276) ffi/ffi#683 Related: - ffi/ffi#699 --- This commit was imported from rspec/rspec-mocks@5f3f68f.
yujinakayama
pushed a commit
to yujinakayama/rspec-monorepo
that referenced
this issue
Oct 6, 2021
…c-expectations#1115) CI was failing for 1.9.2 and 1.9.3. This is due to ffi/ffi#683 Related: - ffi/ffi#699 --- This commit was imported from rspec/rspec-expectations@1044d4e.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't build fpm on centos6 because it requires me to build ruby 1.9.3. I can compile ruby 1.9.3, then I try to gem install fpm, which depends on ffi. When it tries to compile ffi 1.11 it fails
using ffi 1.10 works fine.
The text was updated successfully, but these errors were encountered: