-
-
Notifications
You must be signed in to change notification settings - Fork 13k
Description
I ran a brew update && brew upgrade to pull in the latest ruby (2.6.0_1).
The post install step failed with:
dyld: Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib Referenced from: /usr/local/Cellar/ruby/2.6.0_1/bin/ruby Reason: image not found
Manually installing gmp via brew install gmp fixed the issue. Is there an unmodeled dependency in the latest ruby formula?
- are reporting a bug others will be able to reproduce and not asking a question or requesting software. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh. To get software added or changed in Homebrew please file a Pull Request
- have a problem with
brew install
(orupgrade
,reinstall
) a single, official formula (not cask)? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap. - ran
brew update
and can still reproduce the problem? - ran
brew doctor
, fixed all issues and can still reproduce the problem? - ran
brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link? - if
brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?
$ brew config
HOMEBREW_VERSION: 1.9.1
ORIGIN: https://github.com/Homebrew/brew
HEAD: 241ee98
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: e27422d
Core tap last commit: 25 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_LOGS: /Users/eli/Library/Logs/Homebrew
HOMEBREW_NO_ANALYTICS_THIS_RUN: 1
CPU: quad-core 64-bit skylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.20.1 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
macOS: 10.14.2-x86_64
CLT: N/A
Xcode: 10.1
$ brew doctor
Your system is ready to brew.