Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

TLDR - Fix the warning with this command:

brew uninstall --ignore-dependencies icu4c@77 && brew missing | cut -d':' -f1 | xargs -n1 brew reinstall

I had the same brew dr warning about icu4c@77. Hadn't bothered to look into it until now; thought it might be a transient issue, and nothing seemed to be broken, so IDK 🀷

  • Did have different dependencies: antlr, ditaa, git-mob, gitmoji, openslide, and timg.
  • Every one of these formulae were considered up-to-date
    • Ran brew deps --tree on each
    • Each showed only a dependency on icu4c@78 (which was also already installed)

After running brew uninstall --ignore-dependencies icu4c@77 && brew dr, the warning changed:

Warning: Some installed formulae…

Replies: 2 comments 7 replies

Comment options

daeho-ro
Apr 24, 2026
Collaborator Sponsor

You must be logged in to vote
4 replies
@karianna
Comment options

@karianna
Comment options

@daeho-ro
Comment options

daeho-ro Apr 25, 2026
Collaborator Sponsor

@bevanjkay
Comment options

Comment options

You must be logged in to vote
3 replies
@karianna
Comment options

@gromgit
Comment options

@Cueball
Comment options

Answer selected by karianna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants