brew upgrade doesn't recognize macOS 15 anymore #6248
Replies: 3 comments 2 replies
-
Not sure what you updated, but that's a very old version. I'd recommend running |
Beta Was this translation helpful? Give feedback.
-
Ran into the same issue today, so it was not just you @thomas-corte. This is how it started:
That was 09:34 CEST / 07:34 UTC - in case it plays a role for whatever state the repo was in/was served at the time.
|
Beta Was this translation helpful? Give feedback.
-
Indeed, "brew update-reset" repaired it for me, too. Had to reinstall some dependencies that were missing all of a sudden, but now all formulae seem to work again, including svn, tar etc. Thanks! Still, something must have gone awry with some recent git commits, otherwise I can't explain why my upgrade process that used to work for years (brew update; brew upgrade --greedy; brew autoremove; brew cleanup) wrecked my installation today (which seemingly happened for other users, too). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
After upgrading my homebrew install today like this:
brew update; brew upgrade --greedy; brew autoremove; brew cleanup
not much seems to work anymore, see doctor output. I can still exexute git, but svn for example yields
% svn
dyld[76026]: Library not loaded: /opt/homebrew/opt/utf8proc/lib/libutf8proc.3.dylib
Referenced from: <9BEF5832-FFE6-3B7E-95B8-6F89EA1D0950> /opt/homebrew/Cellar/subversion/1.14.5_2/bin/svn
Reason: tried: '/opt/homebrew/opt/utf8proc/lib/libutf8proc.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/utf8proc/lib/libutf8proc.3.dylib' (no such file), '/opt/homebrew/opt/utf8proc/lib/libutf8proc.3.dylib' (no such file)
Abort
Beta Was this translation helpful? Give feedback.
All reactions