mimemagicのGPL混入問題の対策としてrails のバージョンをあげようと試みましたが
gemfile書き換えてbundle update railsした際にエラーが出ます。
下記のgemがインストールできないと言われています。
- gem install racc -v '1.5.2'
- gem install nio4r -v '2.5.7'
- gem install websocket-driver -v '0.7.3'
個々にgem installしていきましたがうまくインストールされません
原因がわかりません
ご教授お願いします
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/MISIAN/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/racc-1.5.2/ext/racc/cparse /Users/MISIAN/.rbenv/versions/2.5.1/bin/ruby -r ./siteconf20210424-95710-z81k40.rb extconf.rb checking for rb_ary_subseq()... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/Users/MISIAN/.rbenv/versions/2.5.1/bin/$(RUBY_BASE_NAME) /Users/MISIAN/.rbenv/versions/2.5.1/lib/ruby/2.5.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
回答1件
あなたの回答
tips
プレビュー