Replies: 2 comments
-
As said, I actually fixed it by adding Maybe someone can create a PR? I was doing so, but I cannot really check all the checkboxes from the guidelines. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if it's the same issue, but glibc is failing to install with a different error. Seems to be the same as this: https://discourse.gnome.org/t/unable-to-install-glib-with-homebrew-installed-in-home-location-on-a-macos-arm64/15110 I have brew installed at
I tried the suggested fix in this thread (and also tried checking out the pull request (Homebrew/homebrew-core#129242) but no luck Output of
|
Beta Was this translation helpful? Give feedback.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
brew install glib
fails (actually I wanted tobrew install qemu
, but glib is a depenceny).I actually fixed it by adding
depends_on "dbus"
in the glib.rb formula.I wanted to fill in an issue, but I can't work on fixing those brew doctor issues currently. (Although they all should be irrelevant here.)
Beta Was this translation helpful? Give feedback.
All reactions