2
今天,我們的Heroku部署開始了。如何在Heroku上安裝ffi
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/tmp/build_6e4275c6-8442-4a39-9175-f20505baf383/vendor/ruby-2.0.0/bin/ruby extconf.rb
checking for ffi.h... no
checking for ffi.h in /usr/local/include,/usr/include/ffi... no
checking for rb_thread_blocking_region()... yes
checking for rb_thread_call_with_gvl()... yes
checking for rb_thread_call_without_gvl()... yes
checking for ffi_prep_cif_var()... no
creating extconf.h
creating Makefile
make "DESTDIR="
Configuring libffi
make -C "/tmp/build_6e4275c6-8442-4a39-9175-f20505baf383/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.3/ext/ffi_c/libffi-x86_64-linux"
make[1]: Entering directory `/tmp/build_6e4275c6-8442-4a39-9175-f20505baf383/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.3/ext/ffi_c/libffi-x86_64-linux'
的寶石增加包括最近FFI是:
gem 'sass', github: 'nex3/sass'
gem 'sass-rails'
gem "compass", "~> 1.0.0.alpha.18"
gem "compass-rails", "~> 1.1.2"
gem 'susy', github: 'ericam/susy', branch: 'susy-next'
有沒有人運到FFI的Heroku,以避免這種情況?
感謝任何線索爲什麼修復工程?你知道這些版本之間有什麼變化嗎? – Schneems