1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Homebrewでrictyが更新出来ない

Posted at

はじめに

brew upgrade でパッケージの更新をかけようと思ったらエラーが起きて完了させることが出来なかった。

どんなエラーか

発生箇所を抽出

==> Upgrading sanemat/font/ricty
Error: An exception occurred within a child process:
  RuntimeError: /usr/local/opt/fontforge not present or broken
Please reinstall fontforge. Sorry :(

やったこと

  • 最終行に再インストールしろって書いてあるのでbrew reinstall fontforgeをかけてみた
    • 変わらない
  • brew uninstall fontforgeでアンインストールしてからbrew install fontforgeしてみる
    • 変わらない

解決した方法

cd /usr/local/opt/してからbrew link fontforgeをしてみたらエラーが出なくなった。

終わりに

brewのほうでいい感じにやってくれたらいいんですけどね。

参考

github

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?