Closed mscrivo closed 2 years ago
This doesn't appear to be the correct fix .. will do some more testing and re-open if I can figure it out.
I fixed this problem in https://github.com/SpringMT/zstd-ruby/pull/35. Can you try to build again?
I fixed this problem in #35. Can you try to build again?
works now, thank you so much!
After trying to actually run some code using this gem, getting this error:
require': dlopen(/Users/michaelscrivo/affinity/vendor/bundle/ruby/3.1.0/gems/zstd-ruby-1.5.1.0/lib/zstd-ruby/zstdruby.bundle, 0x0009): symbol not found in flat namespace '_HUF_decompress4X1_usingDTable_internal_bmi2_asm_loop' - /Users/michaelscrivo/affinity/vendor/bundle/ruby/3.1.0/gems/zstd-ruby-1.5.1.0/lib/zstd-ruby/zstdruby.bundle (LoadError)
I try to fix this problem in https://github.com/SpringMT/zstd-ruby/pull/38.
Can you test using this branch fix-asm-support
?
Ex(in Gemfile)
gem "zstd-ruby", branch: "fix-asm-support"
I try to fix this problem in #38. Can you test using this branch
fix-asm-support
? Ex(in Gemfile)gem "zstd-ruby", branch: "fix-asm-support"
That seems to have done the trick! Thanks again for the quick turnaround.
I released v1.5.1.1 fixed the error. https://rubygems.org/gems/zstd-ruby/versions/1.5.1.1. Thank you for testing and your patience!
After installing Ruby 3.1 on my Intel x64 mac 12.1, I got the following errors when trying to build zstd: