-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew audit & tests: unable to resolve dependency #35647
Comments
I periodically hit the same Mojave bug. On homebrew forum I found a solution:
Does it solve your issue? |
Oh my! @igas you save my life!
|
Interesting. There is also |
well… I know that its not mandatory for formula authors, but its somehow annoying knowing that some stuff cannot work well on my Mac 🤦♂️ |
I have the same problem. System ruby doesn't work with "fatal error: 'ruby/config.h' file not found" error and vendor ruby failed with "checking for rb_enc_raise() in ruby.h... *** extconf.rb failed ***". mkmf.log: https://gist.github.com/clippit/0de119f1ff1965e87c1569da2d4fd178 |
This is being tracked in Homebrew/brew#5561 |
When running
brew audit
andbrew tests
, the following messages are given:And
brew doctor
says there's no problem:Information for Ruby and RubyGems is as follows:
FYI, my system is "macOS Mojave Version 10.14.3 Beta (18D32a)", though this issue has occurred ever since macOS High Sierra (before that I was not using Homebrew).
ps: I've tried to reinstall Homebrew once when Mojave first released, but the problem remains.
The text was updated successfully, but these errors were encountered: