Closed as not planned
Description
brew gist-logs <formula>
link OR brew config
AND brew doctor
output
After the automatic update ruby 3.4.3 was installed, but the current bottle is still linked to version 3.3.
"dyld[91144]: Library not loaded: /opt/homebrew/opt/ruby/lib/libruby.3.3.dylib
Referenced from: <0294AC5F-42A3-3329-B74B-C04412513648> /Applications/MacVim.app/Contents/MacOS/Vim
Reason: tried: '/opt/homebrew/opt/ruby/lib/libruby.3.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/ruby/lib/libruby.3.3.dylib' (no such file), '/opt/homebrew/opt/ruby/lib/libruby.3.3.dylib' (no such file), '/opt/homebrew/Cellar/ruby/3.4.3/lib/libruby.3.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/ruby/3.4.3/lib/libruby.3.3.dylib' (no such file), '/opt/homebrew/Cellar/ruby/3.4.3/lib/libruby.3.3.dylib' (no such file)
"
Verification
- My
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue. - I ran
brew update
and am still able to reproduce my issue. - I have resolved all warnings from
brew doctor
and that did not fix my problem. - I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.
What were you trying to do (and why)?
I installed a package with brew, it updated 20+ packages automatically andet voilà macvim is broken.
What happened (include all command output)?
Nothing happened, the installations were all done. Opening macvim is the issue.
What did you expect to happen?
I expected my editor to be untouched and keep working.
Step-by-step reproduction instructions (by running brew
commands)
brew install media-info.
If I try to open macvim from the Terminal, I get the output
"dyld[91144]: Library not loaded: /opt/homebrew/opt/ruby/lib/libruby.3.3.dylib
Referenced from: <0294AC5F-42A3-3329-B74B-C04412513648> /Applications/MacVim.app/Contents/MacOS/Vim
Reason: tried: '/opt/homebrew/opt/ruby/lib/libruby.3.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/ruby/lib/libruby.3.3.dylib' (no such file), '/opt/homebrew/opt/ruby/lib/libruby.3.3.dylib' (no such file), '/opt/homebrew/Cellar/ruby/3.4.3/lib/libruby.3.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/ruby/3.4.3/lib/libruby.3.3.dylib' (no such file), '/opt/homebrew/Cellar/ruby/3.4.3/lib/libruby.3.3.dylib' (no such file)"
I assume the bottle needs to be recompiled with libruby.3.4.whatever.