前提・実現したいこと
progateの環境構築の記事をみてrailsの環境構築をしているのですが
解決できず困っています。
ここに質問の内容を詳しく書いてください。
gem install rails -v "5.2.4.1"を実行してインストールしたのですが、
下記のエラーメッセージが出て、
指定されたバージョンにならず、Rails 5.2.4.1 と表示されません。
次の対応がわからず困っています。ご教示の程よろしくお願い致します。
発生している問題・エラーメッセージ
エラーメッセージ
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
current directory: /Users/oharamasaki/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/mimemagic-0.3.10/ext/mimemagic
/Users/oharamasaki/.rbenv/versions/2.6.5/bin/ruby -rrubygems /Users/oharamasaki/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/rake-13.0.6/exe/rake RUBYARCHDIR=/Users/oharamasaki/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/extensions/x86_64-darwin-19/2.6.0/mimemagic-0.3.10 RUBYLIBDIR=/Users/oharamasaki/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/extensions/x86_64-darwin-19/2.6.0/mimemagic-0.3.10
rake aborted!
Could not find MIME type database in the following locations: ["/usr/local/share/mime/packages/freedesktop.org.xml", "/opt/homebrew/share/mime/packages/freedesktop.org.xml", "/opt/local/share/mime/packages/freedesktop.org.xml", "/usr/share/mime/packages/freedesktop.org.xml"]
Ensure you have either installed the shared-mime-info package for your distribution, or
obtain a version of freedesktop.org.xml and set FREEDESKTOP_MIME_TYPES_PATH to the location
of that file.
This gem might be installed as a dependency of some bigger package, such as rails, activestorage,
axlsx or cucumber. While most of these packages use the functionality of this gem, some gems have
included this gem by accident. Set USE_FREEDESKTOP_PLACEHOLDER=true if you are certain that you
do not need this gem, and wish to skip the inclusion of freedesktop.org.xml.
The FREEDESKTOP_PLACEHOLDER option is meant as a transitional feature, and will be deprecated in
the next release.
Tasks: TOP => default
(See full trace by running task with --trace)
rake failed, exit code 1
Gem files will remain installed in /Users/oharamasaki/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/mimemagic-0.3.10 for inspection.
Results logged to /Users/oharamasaki/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/extensions/x86_64-darwin-19/2.6.0/mimemagic-0.3.10/gem_make.out
oharamasaki@oharamaakinoA
該当のソースコード
ソースコード
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
rbenvのバージョンは2.6.5です。
よろしくお願い致します。
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/07/26 13:59
2021/07/26 17:21
2021/07/27 09:49
2021/07/27 10:29 編集