-
-
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
macvim
is missing links such as xxd
, which vim
normally provides
#182408
Comments
I am sorry about the formatting issue regarding the |
No, it's all in how the respective source builds work:
The person who created the |
(Late to this thread) Actually, I (MacVim maintainer) only found out relatively recently that MacVim was not properly bundling xxd and fixed that in macvim-dev/macvim#1430. So it kind of makes sense why previously the formula didn't include xxd because it was not installed properly into the app bundle. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Use
xxd
. Forxxd
reasons.What happened (include all command output)?
The command output itself was as expected, but it lacked coloring.
I confirmed the following:
What did you expect to happen?
I expected
/opt/homebrew/Cellar/macvim/9.1.0/MacVim.app/Contents/bin/xxd
to be linked, similar to how/opt/homebrew/Cellar/vim/9.1.0600/bin/xxd
is linked.This appears to be related to how brew chooses to hardcode which binaries it links, whereas it seems to just link vim binaries non-discriminately.
Relevant:
homebrew-core/Formula/v/vim.rb
Lines 84 to 92 in 61637fd
homebrew-core/Formula/m/macvim.rb
Lines 76 to 84 in 61637fd
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: