reassign 643788 ruby-ffi retitle 643788 Incorrect platform resolution for Linux forwarded 643788 https://github.com/ffi/ffi/pull/159 thanks
This is a bug with ruby-ffi, not libhaml-ruby or ruby-sass directly. In platform.rb:28 it assumes that a RbConfig::CONFIG[host_os] of 'linux-gnu' should be called the 'gnu' platform, but its platform directories use the name 'linux' for that platform. Changing lines 28/29, replacing 'gnu' with 'linux' causes the correct types.conf to be found. I submitted a pull request upstream for the fix at https://github.com/ffi/ffi/pull/159
signature.asc
Description: This is a digitally signed message part

