dyld: Library not loaded: /usr/local/opt/jpeg/lib/libjpeg.8.dylib

久しぶりにHomebrewでUpgradeかけたら、下記のエラーが出た dyld: Library not loaded: /usr/local/opt/jpeg/lib/libjpeg.8.dylib ほぼ、下記の記事が参考になる https://qiita.com/maimai-swap/items/9ba6e5f877274079d755 私の環境の場合、jpegのバー [Read More]

Homebrewでwarning: Insecure world writableが出るようになった

ここ最近、Homebrewでまた下記のパーミッション警告が出るようになった。 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:213: warning: Insecure world writable dir /usr/local in PATH, mode 040777 下記のコマンドで警告は出なくなった。 $ sudo chown [Read More]

homebrewのアップデートで失敗は、phinzeが原因

久しぶりにbrewの更新をかけたら、下記のエラー $ brew update ==> Tapping homebrew/core Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'... .... Error: Could not link phinze/cask manpages to: /usr/local/share/man/man1/brew-cask.1 Please delete these files and run `brew tap --repair`. どうやらphinzeは、しばらくメンテ [Read More]

Error: uninitialized constant Formulary::HOMEBREW_CORE_FORMULA_REGEX

MacのHomebrewでアップデートをかけると、またもや下記のエラー Error: uninitialized constant Formulary::HOMEBREW_CORE_FORMULA_REGEX $ brew update Error: uninitialized constant Formulary::HOMEBREW_CORE_FORMULA_REGEX Please report this bug: https://git.io/brew-troubleshooting /usr/local/Library/Homebrew/formulary.rb:227:in loader_for' /usr/local/Library/Homebrew/formulary.rb:176:in factory' /usr/local/Library/Homebrew/cmd/update.rb:173:in block in report' /usr/local/Library/Homebrew/cmd/update.rb:159:in each_line' /usr/local/Library/Homebrew/cmd/update.rb:159:in report' /usr/local/Library/Homebrew/cmd/update.rb:24:in update' /usr/local/Library/brew.rb:140:in `<main>’ git [Read More]

HomebrewでのXcodeライセンスの警告

久しぶりにbrewをアップグレードしようと思ったらxcodeライセンスの警告がでた。 $ brew upgrade Warning: You have not agreed to the Xcode license. Builds will fail! Agree to the license by opening Xcode.app or running: xcodebuild -license 仰せ [Read More]

Homebrewのパスエラー

またまた、久々にHomebrewをアップデートしようとしたら、下記のエラー $ brew update error: Your local changes to the following files would be overwritten by merge: Library/Contributions/cmds/brew-pull.rb Library/Contributions/manpages/brew.1.md Please, commit your changes or stash them before you can merge. Aborting Error: Failure while [Read More]

HomebrewでFailure while executing:エラー

自宅のiMacで久々にHomebrewをUpdateしたら、下記のエラー。 $ brew update error: The following untracked working tree files would be overwritten by merge: Library/Aliases/twolame Library/Contributions/cmds/brew-test-bot/brew-test-bot.commit.html.erb Library/Contributions/cmds/brew-test-bot/brew-test-bot.css Library/Contributions/cmds/brew-test-bot/brew-test-bot.index.html.erb Library/Formula/aiccu.rb Library/Formula/aws-cloudsearch.rb Library/Formula/aws-sns-cli.rb Library/Formula/byacc.rb Library/Formula/cadubi.rb Library/Formula/cdpr.rb Library/Formula/cogl.rb Library/Formula/cutter.rb Library/Formula/debianutils.rb Library/Formula/dynamips.rb Library/Formula/fakeroot.rb Library/Formula/flickcurl.rb Library/Formula/freeswitch.rb Library/Formula/genstats.rb [Read More]

HomebrewのUpdateで失敗したときの対処

MacのHomebrewで、久しぶりにアップデートをかけたらエラーが出た。 $ brew update remote: Counting objects: 6240, done. remote: Compressing objects: 100% (2008/2008), done. remote: Total 5606 (delta 4174), reused 4882 (delta 3584) Receiving objects: 100% (5606/5606), 884.05 KiB | 383 KiB/s, done. [Read More]